Newbie: How do you enable python scripts in apache server?
Husam
husam at macrozon.net
Thu Jun 5 14:13:50 EDT 2003
More information about the Python-list mailing list
Thu Jun 5 14:13:50 EDT 2003
- Previous message (by thread): Newbie: How do you enable python scripts in apache server?
- Next message (by thread): Newbie: How do you enable python scripts in apache server?
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
> cgi-bin/ root for cgis > mytest2.py execute, and report out what it generates > > If you put your code at mytest1.py, the server thinks you just mean to > report the raw text (your symptom). If you put it at mytest2.py, then > the server will know you mena it to be executed. Yes, the script sits in /var/www/cgi-bin/, which is the root directoy of the domain the machine serves. Also, I chmod +x test.py, but no go.
- Previous message (by thread): Newbie: How do you enable python scripts in apache server?
- Next message (by thread): Newbie: How do you enable python scripts in apache server?
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
More information about the Python-list mailing list