LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Software (https://www.linuxquestions.org/questions/linux-software-2/)
-   -   apache default (https://www.linuxquestions.org/questions/linux-software-2/apache-default-58623/)

klintonray 05-07-2003 03:15 PM

apache default
 
Hey, I am running red hat 9...and I am trying to set up my virtual host. I set it up at a ip based host and I want the root document directory to be /var/www/slsl ..... but the root document directory is /var/www/html ..... I have changed it by editing the virtual host, but it doesn't seem to work and by default goes to /var/www/html everytime. What I am doing wrong?

Tinkster 05-07-2003 03:40 PM

Forgot to restart httpd?

Cheers,
Tink

klintonray 05-07-2003 03:53 PM

I restarted it, and it's doing the same thing...thanx for the tip though

KennyK 05-07-2003 04:04 PM

Did you change .... DocumentRoot "/var/www/html"

In the apache conf file?

klintonray 05-07-2003 05:09 PM

no...how do I do that?

Crashed_Again 05-07-2003 05:12 PM

Open up /etc/httpd/conf/httpd.conf and change the section that looks like this:

#
# DocumentRoot: The directory out of which you will serve your
# documents. By default, all requests are taken from this directory, but
# symbolic links and aliases may be used to point to other locations.
#
DocumentRoot "/var/www/html"

So if you want the document root to be /var/www/html/slsl it would be:

DocumentRoot "/var/www/html/slsl"

Then restart httpd:

/etc/init.d/httpd restart

and you should be good to go.

klintonray 05-07-2003 05:48 PM

Ok...I will try that, but I have a question. I want to be able to host two websites off of the same machine. I thought that was done by setting up virtual servers. I guess I am lost in that, if I can only go to one folder when a request comes into the machine, then how do I set up virtual hosts?...anyway...I'm sure it's all newbie to you all, but thanx for helping

Crashed_Again 05-07-2003 05:56 PM

Post your <Virtual Host> entries.


All times are GMT -5. The time now is 11:19 AM.