My bad. I meant index.py and the permissions were the same. Trying to resolve the problem, I have discovered that if I create the files from the command prompt as root they work. I originally ftp'd them to the server as another user. So I chown'd to root.root and chmod to 755 and it *still* doesn't work. Only the test files I create on the server. Why would that be?<br>
<br>[root@13gems global_solutions]# ls -al | grep test.py<br>-rwxr-xr-x  1 root root    298 Nov  6 12:24 test.py<br>[root@13gems global_solutions]# ls -al | grep test2.py<br>-rwxr-xr-x  1 root root   5716 Nov  6 12:25 test2.py<br>
[root@13gems global_solutions]# ls -al | grep index.py<br>-rwxr-xr-x  1 root root    316 Nov  6 07:05 index.py<br>[root@13gems global_solutions]# ls -al | grep template.py<br>-rwxr-xr-x  1 root root   5806 Nov  6 07:06 template.py<br>
-rwxr-xr-x  1 root root   6093 Nov  6 07:06 template.pyc<br><br>where test.py is identical to index.py (other than the necessary import) and template is identical to test2.py<br>TIA,<br>V<br><br><div class="gmail_quote">On Fri, Nov 6, 2009 at 3:09 PM, Jacob P <span dir="ltr"><<a 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">index.py and index.html are
different files:<br>
</font></font><div class="im"><br>
/var/www/html/<a href="http://angrynates.com/global_solutions" target="_blank">angrynates.com/global_solutions</a><br>
[root@13gems global_solutions]# ls<br>
-rwxr-xr-x  1 victor victor 275 Nov  6 07:05 index.html<br>
<br></div><div class="im">
exec of '/var/www/html/<a href="http://angrynates.com/global_solutions/index.py" target="_blank">angrynates.com/global_solutions/index.py</a>'
failed<br>
<br>
<br></div>
Victor Subervi wrote:
<blockquote type="cite"><div><div></div><div class="h5">Now that I've got the server serving my python pages, I'm
getting this error:<br>
  <br>
[Fri Nov 06 11:50:40 2009] [error] [client 66.248.168.98] (2)No such
file or directory: exec of '/var/www/html/<a href="http://angrynates.com/global_solutions/index.py" target="_blank">angrynates.com/global_solutions/index.py</a>'
failed, referer: <a href="http://angrynates.com/global_solutions/" target="_blank">http://angrynates.com/global_solutions/</a><br>
[Fri Nov 06 11:50:40 2009] [error] [client 66.248.168.98] Premature end
of script headers: index.py, referer: <a href="http://angrynates.com/global_solutions/" target="_blank">http://angrynates.com/global_solutions/</a><br>
  <br>
Now, the file does exist:<br>
  <br>
[root@13gems global_solutions]# pwd<br>
/var/www/html/<a href="http://angrynates.com/global_solutions" target="_blank">angrynates.com/global_solutions</a><br>
[root@13gems global_solutions]# ls<br>
...<br>
-rwxr-xr-x  1 victor victor 275 Nov  6 07:05 index.html<br>
...<br>
and it serves just fine on another server, so there is no "premature
end of script headers". Please advise.<br>
TIA,<br>
Victor<br>
  </div></div><pre><hr width="90%" size="4"><div class="im">
_______________________________________________
CentOS mailing list
<a href="mailto:CentOS@centos.org" target="_blank">CentOS@centos.org</a>
<a 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 href="mailto:CentOS@centos.org">CentOS@centos.org</a><br>
<a href="http://lists.centos.org/mailman/listinfo/centos" target="_blank">http://lists.centos.org/mailman/listinfo/centos</a><br>
<br></blockquote></div><br>