matthew798 Posted December 19, 2008 Share Posted December 19, 2008 Hey guys, I usually run wamp on my crappy server for learning purposes but it screwed up and now im using easy PHP. The config file for apache is slightly different. I did end up fixing my initial problem but i can no longer connect to the server from other computers in the lan. Yes the ports are forwarded, and yes i have "Allow from all" in <location> tags in the config. Also yes the port is 80 and no my ISP does not block that port. Attached is the config file! [attachment deleted by admin] Quote Link to comment https://forums.phpfreaks.com/topic/137647-solved-httpdconf-not-allowing-external-connections/ Share on other sites More sharing options...
trq Posted December 19, 2008 Share Posted December 19, 2008 Your Listen directive is set to.... Listen 127.0.0.1:80 change it to.... Listen 80 Quote Link to comment https://forums.phpfreaks.com/topic/137647-solved-httpdconf-not-allowing-external-connections/#findComment-719451 Share on other sites More sharing options...
matthew798 Posted December 19, 2008 Author Share Posted December 19, 2008 there goes my headache. THANKS! Quote Link to comment https://forums.phpfreaks.com/topic/137647-solved-httpdconf-not-allowing-external-connections/#findComment-719461 Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.