LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Server (https://www.linuxquestions.org/questions/linux-server-73/)
-   -   cant seem to get mod-python working (https://www.linuxquestions.org/questions/linux-server-73/cant-seem-to-get-mod-python-working-492337/)

nephish 10-14-2006 08:23 AM

cant seem to get mod-python working
 
Hey there, i have a python site that i am trying to move to a different server.
I think i have the permissions ok, i have libapache-mod-python installed, but it does not seem to work. php scripts seem to run ok, but not my .py scripts.
below is the virtual host config from /etc/apache/http.conf
i am running debian 3.1 (sarge) with apache 1.3

Code:

<VirtualHost *:80>
ServerName mysite.com
ServerAlias *.mysite.com
DocumentRoot /var/mysite/web_root/
ScriptAlias /cgi-bin/ /var/mysite/web_root/
</VirtualHost>

i have checked and the scrpts are executable.

thanks for any help here.


All times are GMT -5. The time now is 03:58 PM.