Re: Exec CGI

2000-11-07 Thread halfdan
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

RE: Exec CGI

2000-11-06 Thread Damian Menscher
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.

Re: Exec CGI

2000-11-06 Thread halfdan
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

RE: Exec CGI

2000-11-06 Thread Jason Holland
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

Exec CGI

2000-11-06 Thread Eileen Orbell
Hi, I am wondering how to execute .cgi out of the users public_html directory. I thought I had it right by adding the line to access.conf file? AllowOverride all Options ExecCGI Options Indexes FollowSymLinks ExecCGI Order allow,deny Allow from all I do have .cgi extent