django + python3 + fastcgi + shared hosting not working

2014-02-26 Thread Héctor Urbina
Hello, I'm trying to deploy a django project on justhost.com. I have a locally installed version of python3 and I'm using the development version of django. I know I have to use fastcgi. My ~/public_html/uddo/.htaccess is: AddHandler fastcgi-script .fcgi RewriteEngine On RewriteCond %{REQUEST_FI

Re: django + python3 + fastcgi + shared hosting not working

2014-02-26 Thread Héctor Urbina
I'm worry, where I wrote --previs, it should say --prefix. 2014-02-26 10:55 GMT-03:00 Héctor Urbina : > Hello, > > I'm trying to deploy a django project on justhost.com. I have a locally > installed version of python3 and I'm using the development version of > django. I know I have to use fastc

Re: FastCGI shared hosting

2007-11-26 Thread Phil
In case your hoster is dreamhost, please consider changing your "app.fci" to "dispatcher.fcgi". Dreamhost is known to do special stuff when the fcgi is named that way. On Nov 22, 6:31 pm, Dwarf <[EMAIL PROTECTED]> wrote: > Hello, > the problem is getting to be annoyed. > I have shared django host

FastCGI shared hosting

2007-11-22 Thread Dwarf
Hello, the problem is getting to be annoyed. I have shared django hosting with Apache, fcgid module and flup. The problem is that my app.fcgi sript does not respawn when I make changes in it or say: " touch app.fci" It runs with rights of "apache" user and I have no clue how to restart it. Admin