Computer Problems? Computing.Net has over 1,000,000 posts about all things technology related! Over 90% answered within 24 hours! Click here to start participating now! Also, be sure to check out the New User Guide.
Apache Help
Name: MicrosoftMAN Date: June 8, 2004 at 07:31:40 Pacific OS: UNIX CPU/Ram: N/A
Comment:
anyone know of a nice tutorial so that I can easily learn Apache, I don't have much use for a website but I really want to learn apache but one its free and two I know it is very nice. And I know I will probally want to make a website after I learn it. ;)
Summary: Set up a section in the HTTPD.conf for each virtual web site with names as appropriate. #Virtual Host MyWebSite <VirtualHost *:80> #Local port that Apache listens on. Can be anything you want b...
Summary: Having only ever used apache 2.2 I can confirm that it is as detailed by shutat. You should read up on DocmentRoot in the Apache help files. There is tons of information. Stuart...
Summary: I had started an Apache Web Server on my WinXP machine, and wanted to get everything working before I attempted it on a Red Hat Linux machine as a full time web server. So here we go: 1)I'm running Ap...