<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
  <meta content="text/html;charset=ISO-8859-1" http-equiv="Content-Type">
</head>
<body bgcolor="#ffffff" text="#000000">
<font size="-1"><font face="Verdana">Exactly as the error says:<br>
Options ExecCGI is off in this directory:
/var/www/html/angrynates.com/global_solutions/index.py<br>
You need to turn it on.  Add this to a .htaccess file in that directory:<br>
Options +ExecCGI<br>
</font></font><br>
Victor Subervi wrote:
<blockquote
 cite="mid:4dc0cfea0911061036i32a4a6ado6bf94e1e2a3fde54@mail.gmail.com"
 type="cite">Yeah, I forgot to mention I'd done all that. chmod 755 *.
I got this from the error logs, but it applies to the index.py file. I
also created a "hello world" test.py file that threw the same error,
and there's nothing in the log files about that. It doesn't import
anything or do any calculation, just prints. Here's the tail:<br>
  <br>
[root@13gems global_solutions]# tail /etc/httpd/logs/error_log<br>
[Fri Nov 06 10:05:05 2009] [error] [client 66.248.168.98] File does not
exist: /var/www/html/<a moz-do-not-send="true"
 href="http://angrynates.com/favicon.ico">angrynates.com/favicon.ico</a><br>
[Fri Nov 06 10:05:16 2009] [error] [client 66.248.168.98] Options
ExecCGI is off in this directory: /var/www/html/<a
 moz-do-not-send="true"
 href="http://angrynates.com/global_solutions/index.py">angrynates.com/global_solutions/index.py</a>,
referer: <a moz-do-not-send="true"
 href="http://angrynates.com/global_solutions/">http://angrynates.com/global_solutions/</a><br>
[Fri Nov 06 10:23:09 2009] [error] [client 71.170.73.194] Options
ExecCGI is off in this directory: /var/www/html/<a
 moz-do-not-send="true"
 href="http://angrynates.com/global_solutions/index.py">angrynates.com/global_solutions/index.py</a><br>
[Fri Nov 06 10:23:40 2009] [error] [client 130.226.184.8] Options
ExecCGI is off in this directory: /var/www/html/<a
 moz-do-not-send="true"
 href="http://angrynates.com/global_solutions/index.py">angrynates.com/global_solutions/index.py</a><br>
[Fri Nov 06 10:24:35 2009] [error] [client 150.70.84.155] Options
ExecCGI is off in this directory: /var/www/html/<a
 moz-do-not-send="true"
 href="http://angrynates.com/global_solutions/index.py">angrynates.com/global_solutions/index.py</a><br>
[Fri Nov 06 10:26:27 2009] [error] [client 66.248.168.98] Options
ExecCGI is off in this directory: /var/www/html/<a
 moz-do-not-send="true"
 href="http://angrynates.com/global_solutions/test.py">angrynates.com/global_solutions/test.py</a><br>
[Fri Nov 06 10:32:06 2009] [error] [client 216.110.94.227] Options
ExecCGI is off in this directory: /var/www/html/<a
 moz-do-not-send="true"
 href="http://angrynates.com/global_solutions/index.py">angrynates.com/global_solutions/index.py</a><br>
[Fri Nov 06 10:32:09 2009] [error] [client 216.110.94.227] File does
not exist: /var/www/html/<a moz-do-not-send="true"
 href="http://angrynates.com/favicon.ico">angrynates.com/favicon.ico</a><br>
[Fri Nov 06 10:32:57 2009] [error] [client 71.170.73.194] Options
ExecCGI is off in this directory: /var/www/html/<a
 moz-do-not-send="true"
 href="http://angrynates.com/global_solutions/index.py">angrynates.com/global_solutions/index.py</a><br>
[Fri Nov 06 10:33:29 2009] [error] [client 130.226.184.8] Options
ExecCGI is off in this directory: /var/www/html/<a
 moz-do-not-send="true"
 href="http://angrynates.com/global_solutions/index.py">angrynates.com/global_solutions/index.py</a><br>
  <br>
TIA,<br>
V<br>
  <br>
  <div class="gmail_quote">On Fri, Nov 6, 2009 at 1:32 PM, Jacob P <span
 dir="ltr"><<a moz-do-not-send="true"
 href="mailto:jperkins@hostgator.com">jperkins@hostgator.com</a>></span>
wrote:<br>
  <blockquote class="gmail_quote"
 style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
    <div bgcolor="#ffffff" text="#000000"><font size="-1"><font
 face="Verdana">Check the logs. <br>
    <br>
If you get errors, check logs.  If you get nothing, check logs.  Apache
logs are sometimes good in finding errors. <br>
    <br>
Check the permissions on the files.  Since it's an executable, it needs
to have 755 permissions.  <br>
    </font></font><br>
Victor Subervi wrote:
    <blockquote type="cite">
      <div>
      <div class="h5">Ok. I don't need to work with mod_python right
now. I just
need to get my python pages serving. I'm up to the point now where I'm
getting 403 errors. Why? Why doesn't it just serve the python pages?
I've updated httpd.conf with the appropriate AddHandler. Please advise.<br>
V<br>
      <br>
      <div class="gmail_quote">On Fri, Nov 6, 2009 at 10:20 AM, Neil
Aggarwal <span dir="ltr"><<a moz-do-not-send="true"
 href="mailto:neil@jammconsulting.com" target="_blank">neil@jammconsulting.com</a>></span>
wrote:<br>
      <blockquote class="gmail_quote"
 style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">Victor:<br>
        <div>
        <div><br>
> Been a while since I had root access to a server and without GUI.<br>
> I uploaded and tried to surf to this page:<br>
> <a moz-do-not-send="true"
 href="http://209.216.9.56/global_solutions/index.py?w=1024"
 target="_blank">http://209.216.9.56/global_solutions/index.py?w=1024</a><br>
> but the code is displayed, not executed. Is it that I need to
inform<br>
> Apache that *.py files are to be interpreted by python? Please
advise,<br>
> and if easy, tell me what to do.<br>
        <br>
        </div>
        </div>
Have you tried this:<br>
        <a moz-do-not-send="true" href="http://www.modpython.org/"
 target="_blank">http://www.modpython.org/</a><br>
        <br>
   Neil<br>
        <font color="#888888"><br>
        <br>
--<br>
Neil Aggarwal, (281)846-8957, <a moz-do-not-send="true"
 href="http://www.JAMMConsulting.com" target="_blank">http://www.JAMMConsulting.com</a><br>
<<a moz-do-not-send="true" href="http://www.jammconsulting.com/"
 target="_blank">http://www.jammconsulting.com/</a>><br>
CentOS 5.4 KVM VPS $55/mo, no setup fee, no contract, dedicated 64bit
CPU<br>
1GB dedicated RAM, 40GB RAID storage, 500GB/mo premium BW, Zero downtime<br>
        </font>
        <div>
        <div><br>
        <br>
_______________________________________________<br>
CentOS mailing list<br>
        <a moz-do-not-send="true" href="mailto:CentOS@centos.org"
 target="_blank">CentOS@centos.org</a><br>
        <a moz-do-not-send="true"
 href="http://lists.centos.org/mailman/listinfo/centos" target="_blank">http://lists.centos.org/mailman/listinfo/centos</a><br>
        </div>
        </div>
      </blockquote>
      </div>
      <br>
      </div>
      </div>
      <pre><hr size="4" width="90%"><div class="im">
_______________________________________________
CentOS mailing list
<a moz-do-not-send="true" href="mailto:CentOS@centos.org"
 target="_blank">CentOS@centos.org</a>
<a moz-do-not-send="true"
 href="http://lists.centos.org/mailman/listinfo/centos" target="_blank">http://lists.centos.org/mailman/listinfo/centos</a>
  </div></pre>
    </blockquote>
    <br>
    <pre cols="72">-- 
Thanks!</pre>
    </div>
    <br>
_______________________________________________<br>
CentOS mailing list<br>
    <a moz-do-not-send="true" href="mailto:CentOS@centos.org">CentOS@centos.org</a><br>
    <a moz-do-not-send="true"
 href="http://lists.centos.org/mailman/listinfo/centos" target="_blank">http://lists.centos.org/mailman/listinfo/centos</a><br>
    <br>
  </blockquote>
  </div>
  <br>
  <pre wrap="">
<hr size="4" width="90%">
_______________________________________________
CentOS mailing list
<a class="moz-txt-link-abbreviated" href="mailto:CentOS@centos.org">CentOS@centos.org</a>
<a class="moz-txt-link-freetext" href="http://lists.centos.org/mailman/listinfo/centos">http://lists.centos.org/mailman/listinfo/centos</a>
  </pre>
</blockquote>
<br>
<pre class="moz-signature" cols="72">-- 
Thanks!</pre>
</body>
</html>