durusmail: quixote-users: Running Quixote apps with Debian apache?
Running Quixote apps with Debian apache?
2003-11-03
2003-11-03
2003-11-03
2003-11-04
2003-11-04
2003-11-04
Running Quixote apps with Debian apache?
Michael Watkins
2003-11-04
On Tue, 2003-11-04 at 05:13, John Belmonte wrote:
> Greg Ward wrote:
>
> > 
> >     Options +ExecCGI FollowSymLinks

I don't think I have anything to add but will repeat what I check for
just in case it twigs something:


1 - AddHandler
In the main body of httpd.conf, or in your vhost definition section:

AddHandler cgi-script .cgi
# I also add the following because I like not having
# to do any work to my editor to get syntax highlighting working:
AddHandler cgi-script .py

2 - virtual host definition
> 
> >     Options +ExecCGI FollowSymLinks

I second the comment about the plus sign - in httpd.conf none of my
options are prefaced with '+'

You might add (see next comment)
AllowOverride All

3 - do you have conflicting options statement in .htaccess files?


A - wild assed guesses:

- position of your httpd.conf modifications - put them all at the end of
the file in case something previous is overriding them.

- is mod_cgi enabled in httpd.conf?


--
Mike Watkins
mw@mikewatkins.net


"But officer, I was only trying to gain enough speed so I could coast
to the nearest gas station."


reply