On Friday, August 16, 2013 5:41:56 PM UTC+2, Xavi wrote:
> You do not say the version of apache. If it's the 2.4
>
> must change "allow from all" to "Require all granted".
it is apache2.2.14, so that's not the point.
--
http://mail.python.org/mailman/listinfo/python-list
che logfile says:
Options ExecCGI is off in this directory:/home/user12/cgi-bin/showblogs.py
-
apache configuration:
AllowOverride None
AddType application/python .py
DirectoryIndex index.html index.htm index.php index.py
Options +ExecCGI Indexes FollowSymLinks MultiViews
AddHandler cgi-script .
Hello,
I am desperately trying to get my python script running, but I alway get a
403-Error.
apache logfile says:
Options ExecCGI is off in this directory:/home/user12/cgi-bin/showblogs.py
-
apache configuration:
AllowOverride None
AddType application/python .py
DirectoryIndex index.html