Well there is a slight change in the apache and cgiwrap packages, apache
believes that user web is placed in ~/www and cgiwrap reads ~/public_html.
The easiest way to fix this was to make apache use ~/public_html instead,
because changing cgiwtrap would require a recompile.
--
Best Regards / V
On Mon, 6 Nov 2000, Jason Holland wrote:
> Do you have this in your httpd.conf
>
> AddHandler cgi-script .cgi
>
> ?? You need this to map the cgi-script handler to all .cgi scripts. And
> you probably can take that extra Options line out, you don't need to tell
> apache Options ExecCGI twice.
I tried getting it to work but ended up installing cgiwrap instead. Much
easier, and...comes apt-get-able.
--
Best Regards / Venlig Hilsen
Rasmus Toftdahl Olesen
[EMAIL PROTECTED]
http://halfdan.dyndns.org
Do you have this in your httpd.conf
AddHandler cgi-script .cgi
?? You need this to map the cgi-script handler to all .cgi scripts. And
you probably can take that extra Options line out, you don't need to tell
apache Options ExecCGI twice. Also, your directory definition probably
should look li
4 matches
Mail list logo