Jump to content

Apache help...


stimp

Recommended Posts

I'm using XP, want to serve files online

I'm having trouble with the httpd.conf file "I think"..

I have made a folder, unchecked hide extensions in options, I made a simple index.html file that said hello..

now in the httpd.conf file I set DocumentRoot "C:\Web" and <Directory "C:\Web">

when I open browser all I see is It works! ??

I opened a port on my router 8000 and set Listen 8000 in httpd.conf file

 

What am I missing? HALP!

Link to comment
https://forums.phpfreaks.com/topic/109765-apache-help/
Share on other sites

Have you restarted Apache? Apache must be restarted in order for the changes in the httpd.conf to come into effect. Also you pust append the port number too on to your computers address eg:

 

http://your-computers-ip-address:8000

 

example: http://192.168.2.1:8000

 

If you don't provide the port number then the default poit used will be port 80.

Link to comment
https://forums.phpfreaks.com/topic/109765-apache-help/#findComment-563292
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.