Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > comp.lang.python > #52583

Options ExecCGI is off in this directory:

Newsgroups comp.lang.python
Date 2013-08-16 03:28 -0700
Message-ID <a20ce270-b9be-4bc0-a2b3-17b72b9013bb@googlegroups.com> (permalink)
Subject Options ExecCGI is off in this directory:
From helmut_blass@web.de

Show all headers | View raw


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

Back to comp.lang.python | Previous | NextNext in thread | Find similar | Unroll thread


Thread

Options ExecCGI is off in this directory: helmut_blass@web.de - 2013-08-16 03:28 -0700
  Re: Options ExecCGI is off in this directory: Xavi <jarabal@gmail.com> - 2013-08-16 17:41 +0200
    Re: Options ExecCGI is off in this directory: helmut_blass@web.de - 2013-08-16 09:57 -0700

csiph-web