Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Chris Miller on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Where to place web files in Apache?

Status
Not open for further replies.

jisoo22

Programmer
Apr 30, 2001
277
US
Hello all,

This might sound like a stupid question, but where do I place my html files to be viewed by Apache? When I type in " I see the original Apache page that says it's successfully installed. I'm guessing that same directory is where to put it, does anyone know where? I'm running Windows 2000 Server.

Thanks,
Jisoo22
 

In the configuration file look for "DocumentRoot".

Cheers Henrik Morsing
Certified AIX 4.3 Systems Administration
& p690 Technical Support
 
Morsing is referring to the DocumentRoot variable which is set in the httpd.conf file. This is found under /etc/httpd/conf/ on linux systems. You'll have to check the Apache documentation to find out where it is on Windows 2000 servers. Hope that clarifies things a bit.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top