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

RE: [cobalt-users] site directory names



On Wed, 10 Jul 2002, gerald waugh wrote:
> >
>
> Not on my RaQ4s ???
> [root admin]# cd /home/sites/site1/web
> [root web]# pwd
> /home/sites/site1/web

On a RaQ4 here
root /root]# cd /home/sites/www.xxx.net
[root www.xxx.net]# pwd
/home/sites/www.xxx.net

and

cd /home/sites/site100
[root site100]# pwd
/home/sites/site100

So, it begs the question:

On a RaQ4, if the customer is going to reference a path for a script,
should it be;
/home/sites/site100/cgi-bin/script.pl
or
/home/sites/www.xxx.net/cgi-bin/script.pl

Thom