[NCLUG] v-hosting

Sean Reifschneider jafo at tummy.com
Sat Sep 23 18:53:24 MDT 2000


On Fri, Sep 22, 2000 at 05:25:25PM -0600, Rawls Moore wrote:
>ScriptAlias /home/onebc/cgi-bin

This should read:

	ScriptAlias /cgi-bin/ /home/onebc/cgi-bin/

>ScriptAlias takes two arguments, a fakename and a realname

Fake name being the path under the virtual, and real name being the
real path which that corresponds to.

Personally, I recommend either putting the virtual domain's directory
under "/home/html/www.domain.com" (with "html", "cgi-bin", and "logs"
sub-directories), or putting it under "/home/controllinguser/www.domain.com".
That sort of thing...

It allows a bit more of a separation of webs from users.  If you go for the
former, you can do:
	
	ln /home/httpd/www.domain.com /home/controllinguser/www.domain.com

for each user who will be using it.

Sean
-- 
 Use more honey!  Find out what she knows.
                 -- _Buckaroo_Banzai_
Sean Reifschneider, Inimitably Superfluous <jafo at tummy.com>
tummy.com - Linux Consulting since 1995. Qmail, KRUD, Firewalls, Python



More information about the NCLUG mailing list