Jump to content

Apache Index Issue


Recommended Posts

Sorry, can you explain the problem a bit clearer giving examples/details if it helps.

 

What you've said doesn't make much sense tbh...

 

I think you're saying apache is using the IP of your router as it's IP...? Surely it's not an using the IP of the machine it is installed on...? but... huh?

Link to comment
https://forums.phpfreaks.com/topic/111515-apache-index-issue/#findComment-573103
Share on other sites

Everytime I install Apache it won't work, you know on the sercurity monitor thing? The light always shows as red, I know my Wireless router is using my IP address for something I don't know what apache won't work but for some reason it refuses to! I really don't understand why, it used to work until I got a wireless router.

Link to comment
https://forums.phpfreaks.com/topic/111515-apache-index-issue/#findComment-573295
Share on other sites

What addresses are you using?

 

If Apache is installed on the same computer as the one you're using then use http://localhost/ not your routers ip address. Also when you install Apache make sure you set the network domain and Server name to localhost too.

 

 

Link to comment
https://forums.phpfreaks.com/topic/111515-apache-index-issue/#findComment-573375
Share on other sites

Do you have Skype installed by chance? If you do Skype will interfere with Apache, as both Apache and Skype will use port 80. You'll need to configure apache to use a different port eg 8080 instead. Ports cannot be shared simultaneously.

 

Going to http://localhost/ should not go to your router configuration page.

 

To change the port Apache uses open the httpd.cond and change

Listen 80

to

Listen 8080

 

Save the httpd.conf. Now Start Apache. if it starts up go to http://localhost:8080/ rather than http://localhost/

Link to comment
https://forums.phpfreaks.com/topic/111515-apache-index-issue/#findComment-573391
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.