Re: Apache2 + Python WITHOUT mod_pytho

2008-06-25 Thread John Nagle
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

Re: Apache2 + Python WITHOUT mod_pytho

2008-06-25 Thread Jorge Godoy
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

Re: Apache2 + Python WITHOUT mod_pytho

2008-06-25 Thread pistacchio
Solved. Here my new /etc/apache2/sites-available/default __ NameVirtualHost * ServerAdmin [EMAIL PROTECTED] DocumentRoot /var/www/ Options FollowSymLinks AllowOverride None AddHandler cgi-script .p

Apache2 + Python WITHOUT mod_pytho

2008-06-25 Thread pistacchio
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