Gregory Trubetskoy
grisha at modpython.org
Wed Sep 20 18:11:01 EST 2000
On Wed, 20 Sep 2000, Russell Whitaker wrote: > [Wed Sep 20 12:49:52 2000] [alert] > /usr/local/apache/cgi-bin/test/.htaccess: > PythonDebug must be On or Off noted > <Directory "/usr/local/apache/cgi-bin"> > AllowOverride All > Options ExecCGI You do not need CGI since mod_python has nothing to do with it whatsoever. > Order allow,deny > Allow from all > </Directory> > > Insight, anyone? I'm not sure if the contents of these archives > contain insight relevant to my problem: I have a feeling it is a permissions problem with the mod_python package that you were supposed to stick in yout python path. Check which userid Apache runs as and if that user can read those files. Grisha
|