Re: [users@httpd] apache prints python code rather than executes (fastcgi)

2013-02-27 Thread Igor Cicimov
On 28/02/2013 3:29 AM, "Tim Johnson" wrote: > > * Igor Cicimov [130227 07:11]: > > On 27/02/2013 11:49 AM, "Tim Johnson" wrote: > > > new to fastcgi (note: fastcgi is enabled). > > > > > Try adding > > Options +ExecCGI > Thanks Igor, but that didn't change things (had tried in past) > regard

Re: [users@httpd] apache prints python code rather than executes (fastcgi)

2013-02-27 Thread Tim Johnson
* Igor Cicimov [130227 07:11]: > On 27/02/2013 11:49 AM, "Tim Johnson" wrote: > Try adding > Options +ExecCGI Hi Again Igor : As I responded before, that was not the solution. I changed AddHandler fcgid-script .fcgi AddHandler fastcgi-script .fcgi And now Apache is actually attempti

Re: [users@httpd] apache prints python code rather than executes (fastcgi)

2013-02-27 Thread Tim Johnson
* Igor Cicimov [130227 07:11]: > On 27/02/2013 11:49 AM, "Tim Johnson" wrote: > > new to fastcgi (note: fastcgi is enabled). > > > Try adding > Options +ExecCGI Thanks Igor, but that didn't change things (had tried in past) regards -- Tim tim at tee jay forty nine dot com or akwebsoft dot c

Re: [users@httpd] apache prints python code rather than executes (fastcgi)

2013-02-26 Thread Igor Cicimov
On 27/02/2013 11:49 AM, "Tim Johnson" wrote: > > Using apache on Mac OSX 10.7. > I have a test django application with a executable file named > > index.fcgi (permissions = 755) > > My .htaccess looks like this : > # > AcceptPathInfo On >

[users@httpd] apache prints python code rather than executes (fastcgi)

2013-02-26 Thread Tim Johnson
Using apache on Mac OSX 10.7. I have a test django application with a executable file named index.fcgi (permissions = 755) My .htaccess looks like this : # AcceptPathInfo On AddHandler fcgid-script .fcgi RewriteEngine on RewriteCond %{RE