Jorge Godoy wrote:
pistacchio wrote:
Hi to all!
How can i configure apache2 so that it processes all .py files with
python _without_ using mod_python?
I'm on Ubuntu 8.4.
I have no idea about how to do that in Ubuntu.
Use fcgi or wsgi for your Python scripts. There should be recipes around f
pistacchio wrote:
> Hi to all!
> How can i configure apache2 so that it processes all .py files with
> python _without_ using mod_python?
> I'm on Ubuntu 8.4.
I have no idea about how to do that in Ubuntu.
Use fcgi or wsgi for your Python scripts. There should be recipes around for
your distri
Solved.
Here my new /etc/apache2/sites-available/default
__
NameVirtualHost *
ServerAdmin [EMAIL PROTECTED]
DocumentRoot /var/www/
Options FollowSymLinks
AllowOverride None
AddHandler cgi-script .p
Hi to all!
How can i configure apache2 so that it processes all .py files with
python _without_ using mod_python?
I'm on Ubuntu 8.4.
currently my /etc/apache2/sites-available/default file reads:
__
NameVirtualHost *
ServerAdmin [EMAIL PROTECTED]
DocumentR