Hi,

> do you know of a manual way of doing it.  Linux config seems to mess up my
> system from time to time

Edit /etc/httpd/conf/httpd.conf

One way is to add a ScriptAlias directive:

<VirtualHost 192.168.1.99>
Servername www.foo.com
DocumentRoot /home/f/foo/htdocs
ScriptAlias /home/f/foo/htdocs/cgi-bin
</VirtualHost>

This allows scripts to be run from the specified directory.

hth,
--
robert friberg, ensofus ab
+46(0)708 98 57 01


-- 
To unsubscribe: mail [EMAIL PROTECTED] with "unsubscribe"
as the Subject.

Reply via email to