Current Page: 1 of 1
Results 1 - 7 of 7
2 years ago
kbcrhoutz
We got it working from our LAN now. This was the working setup on the vhosts.conf <VirtualHost *:80> ServerName kbcsnmpsrv01 DocumentRoot "c:/wamp64/www/snipe-it/public" <Directory "c:/wamp64/www/snipe-it/public/"> Options +Indexes +Includes +FollowSymLinks +MultiViews AllowOverride All Require all granted </Directory> </Virtua
Forum: WampServer English
2 years ago
kbcrhoutz
I used the wampserver3.2.3_x64.exe My Apache version according to the Wampserver system try icon is Apache 2.4.46 The Apache 2.2 commands were found in other Google searches for fixing the 403 Forbidden error. (They didn't fix the problem though) At this point we are just hoping to evaluate the software this won't be our production server. It will never touch the internet. It will only be
Forum: WampServer English
2 years ago
kbcrhoutz
I figured something was off but the instructions for the IIS install of Snipe-IT required the Windows Permissions to be fixed I was hoping that might be my problem. Here is my virtual hosts file # Virtual Hosts # <VirtualHost *:80> ServerName localhost ServerAlias localhost DocumentRoot "${INSTALL_DIR}/www" <Directory "${INSTALL_DIR}/www/">
Forum: WampServer English
2 years ago
kbcrhoutz
That's good to know but even after I changed the httpd.conf I still get a 403 Forbidden error when trying to access the login page from a computer on our LAN. I will change the VirtualHost file but I still can't figure out what permissions I need to set to allow access from our LAN. I have the windows firewall turned off. I gave IUSR permission to have full control of the public folder insid
Forum: WampServer English
2 years ago
kbcrhoutz
Hi Otomatic Thanks for the fast response. I have the Require all granted line in my httpd.com <Directory /> AllowOverride all Order Deny,Allow Allow from all Require all granted </Directory> Is there another file I should check?
Forum: WampServer English
2 years ago
kbcrhoutz
I've started answering my own question. I added MyPCHostName to my VirtualHosts and when I navigate to from a computer on the LAN I get a permissions Forbidden error. I know how to set the permissions when setting this up with a IIS server but the instructions for installing Snipe-IT on a WAMP server don't mention changing the permissions on the files like the IIS server does. And the Pre
Forum: WampServer English
2 years ago
kbcrhoutz
I'm attempting to run Snipe-IT on a locally available server Windows 2016 running on VM Cluster. I've followed the directions to get my Wampserver running. Specs are as follows Apache2.4 MySQL 5&8 MariaDB 10.4 PHP5&7 I even have the Snipe-IT application running on the server locally but when I try to access it from another computer on the LAN I don't know what URL I should be usin
Forum: WampServer English
Current Page: 1 of 1