[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: apache



Here is an example entry

NameVirtualHost 10.0.0.1:80

<VirtualHost 10.0.0.1>    #the host that will serve the virtual domain
ServerAdmin anyhoo@hotmail.com
DocumentRoot /apache/hello   # the first domain is hello
ServerName www.hello.org	
</VirtualHost>
<VirtualHost 10.0.0.1>
ServerAdmin anyhoo@hotmail.com
DocumentRoot /apache/goodbye  # the other domain is goodbye
ServerName www.goodbye.org
</VirtualHost>

now I don't use the BindAddress command or the Listen set (unless it's
in the Ifdefine SSL tags), of course you set up your master host just
like normal with the virtual host as extra setup, make sure that your
virtual host Document root directory's are accessible by wwwrun (or
whoever your httpd server is running as), have fun, I'm still here at
work tightening up the security on this new server (no it's still not in
place)

Bob T. Kat  

 "When everyone's out to get you, paranoia's just good thinking!"
-- WKRP's Dr. Johnny Fever

-----Original Message-----
From: silug-discuss-owner@silug.org
[mailto:silug-discuss-owner@silug.org] On Behalf Of Ophidian
Sent: Tuesday, April 16, 2002 7:39 PM
To: silug-discuss@silug.org
Subject: apache

any console proggies for assisting in setting up apache with virtual
hosts
properly?

ill be dipped if i can get anything but forbidden :\

Casey

-
To unsubscribe, send email to majordomo@silug.org with
"unsubscribe silug-discuss" in the body.


-
To unsubscribe, send email to majordomo@silug.org with
"unsubscribe silug-discuss" in the body.