H
helmut_blass
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:
<Directory "/home/user12/cgi-bin/">
AllowOverride None
AddType application/python .py
DirectoryIndex index.html index.htm index.php index.py
Options +ExecCGI Indexes FollowSymLinks MultiViews
AddHandler cgi-script .cgi .pl .py
AllowOverride All
Order allow,deny
allow from all
</Directory>
So what is missing or wrong here?
thanx for your help, Helmut
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:
<Directory "/home/user12/cgi-bin/">
AllowOverride None
AddType application/python .py
DirectoryIndex index.html index.htm index.php index.py
Options +ExecCGI Indexes FollowSymLinks MultiViews
AddHandler cgi-script .cgi .pl .py
AllowOverride All
Order allow,deny
allow from all
</Directory>
So what is missing or wrong here?
thanx for your help, Helmut