WAMP on WinServer 2008 - access across the LAN
Posted by: oweniverson (---.superstructures.com)
Date: October 27, 2014 06:21PM

so i have a WAMP installation on a Windows 7 Pro machine that is working fine. i can access the site across my LAN, by adding the following (that i found on stackoverflow or somewhere) to the Directory section of httpd.conf:

Order Deny,Allow
Deny from all
Allow from 127.0.0.1
Allow from ::1
Allow from all

and it works fine (and that was just a cut-n-paste job, i have no idea what i'm doing smiling smiley

now i've installed WAMP on a Server 2008R2 box and i can't get to it from other computers.

i've gone through the stickies, and made sure i have all the pre-req vcredists installed, and that my vhost is configured properly.

just to check, i installed WAMP on another Win7 workstation and just copied the httpd.conf and httpd-vhosts.conf files from the non-working Server 2008 machine to the new one, and i'm able to connect across the LAN just fine.

does anyone know if there's something i'm missing with Server that isn't present on Win7?

oh, and i've made sure that nothing is using port 80 on the Server (and no IIS is running). netstat shows apache is listening on 80.

Options: ReplyQuote
Re: WAMP on WinServer 2008 - access across the LAN
Posted by: RiggsFolly (---.dynamic.dsl.as9105.com)
Date: October 27, 2014 07:06PM

Which version of WAMPServer did you install?

---------------------------------------------------------------------------------------------
(Windows 10 Pro 64bit) (Wampserver 3.3.4 64bit) Aestan Tray Menu 3.2.5.4
<Apache versions MULTIPE> <PHP versions MULTIPLE> <MySQL Versions MULTIPLE>
<MariaDB versions MULTIPLE> <phpMyAdmin versions MULTIPLE> <MySQL Workbench 8.0.23>

Read The Manuals Apache -- MySQL -- PHP -- phpMyAdmin
Get your Apache/MySQL/mariaDB/PHP ADDONs here from the WAMPServer alternate Repo
-X-X-X- Backup your databases regularly Here is How dont regret it later! Yes even when developing -X-X-X-

Options: ReplyQuote
Re: WAMP on WinServer 2008 - access across the LAN
Posted by: oweniverson (---.superstructures.com)
Date: October 27, 2014 08:19PM

WAMP Server 2.5:

Apache 2.4.9
PHP 5.5.12
MySQL 5.6.17

Options: ReplyQuote
Re: WAMP on WinServer 2008 - access across the LAN
Posted by: oweniverson (---.superstructures.com)
Date: October 27, 2014 09:21PM

so i found that it was a simple firewall issue. i turned off the Windows Firewall for Domain Network Location Settings (and left it on for both Home/Work and Public).

there's probably a more refined solution with rules, but this works for me smiling smiley

Options: ReplyQuote


Sorry, only registered users may post in this forum.