(8)Exec format error: exec of a java script file

2009-10-26 Thread Bhanu Mangipudi
Hi all, When I am trying to access a javascript file I am getting an error like this (8)Exec format error: exec of '/var/www/cgi-bin/website/js/layout.js' failed, referer: http://localhost/cgi-bin/website/index.py;. Can any one please help me how to fix this error ?? Thanks Bhanu --

python-apache configuration

2009-10-13 Thread Bhanu Mangipudi
Hi, I am new to python I have few questions regarding configuring apache with python. I have a hello_world.py file in /var/www/html/testing/ with permissions 755, but when I try to access http://localhost/testing/helloworl.py in mu web browser. The web browser is showing the out put in

how to move a webiste in python

2009-10-12 Thread Bhanu Mangipudi
Hi, I am new to python I have few questions regarding it. I have to me a website with python scripts from one server to another server , when I moved the content the website is not working, do I have to recompile the code in new server too. Can any help me to resolve this issue ?? Thanks Bhanu