Victor Subervi schrieb: > Now that I've got the server serving my python pages, I'm getting this > error: > > [Fri Nov 06 11:50:40 2009] [error] [client 66.248.168.98] (2)No such file or > directory: exec of '/var/www/html/angrynates.com/global_solutions/index.py' > failed, referer: http://angrynates.com/global_solutions/ > [Fri Nov 06 11:50:40 2009] [error] [client 66.248.168.98] Premature end of > script headers: index.py, referer: http://angrynates.com/global_solutions/ > > Now, the file does exist: > > [root at 13gems global_solutions]# pwd > /var/www/html/angrynates.com/global_solutions > [root at 13gems global_solutions]# ls > ... > -rwxr-xr-x 1 victor victor 275 Nov 6 07:05 index.html > ... > and it serves just fine on another server, so there is no "premature end of > script headers". Please advise. > TIA, > Victor "No such file or directory: exec of '/var/www/html/angrynates.com/global_solutions/index.py'" and -rwxr-xr-x 1 victor victor 275 Nov 6 07:05 index.html Think about it. Alexander