Re: [users@httpd] How htaccess enables CGI script as default page

2011-03-03 Thread Tim Johnson
* Lee [110302 23:18]: > Sometimes you refer to the Perl scripts with absolute paths, > sometimes relative. I do no know what dir your .htaccess is in, but > please check the paths. > > It also seems that you changed the .htaccess references to .pl > extension to .py -- was there a reason for that

Re: [users@httpd] How htaccess enables CGI script as default page

2011-03-03 Thread Lee
?? Thanks, Manoj > Date: Wed, 2 Mar 2011 15:11:25 -0900 > From: t...@johnsons-web.com > To: users@httpd.apache.org > Subject: Re: [users@httpd] How htaccess enables CGI script as default page > > * David Christensen [110302 15:01]: > > On 03/02/2011 03:22 PM, Tim Johnson wrote

RE: [users@httpd] How htaccess enables CGI script as default page

2011-03-02 Thread Manoj Samtani
What error you are getting or in log file?? And did you changed index.py permissions to 755 ?? Thanks,Manoj > Date: Wed, 2 Mar 2011 15:11:25 -0900 > From: t...@johnsons-web.com > To: users@httpd.apache.org > Subject: Re: [users@httpd] How htaccess enables CGI script as default page

Re: [users@httpd] How htaccess enables CGI script as default page

2011-03-02 Thread David Christensen
On 03/02/2011 04:26 PM, Tim Johnson wrote: Wait just a darn minute here! The problem is with the browser! I was using google-chrome. Retried the URL from firefox and it worked as intended. Even works with a different default 'page', which is symlinked into my cgi-bin. For some reas

Re: [users@httpd] How htaccess enables CGI script as default page

2011-03-02 Thread Tim Johnson
* Tim Johnson [110302 15:19]: > * David Christensen [110302 15:01]: > > On 03/02/2011 03:22 PM, Tim Johnson wrote: > > >I'm attempting to use .htaccess to make an executable python script > > >as the default page for a directory. > > > obviously still something wrong on my end. Wait just a d

Re: [users@httpd] How htaccess enables CGI script as default page

2011-03-02 Thread Tim Johnson
* David Christensen [110302 15:01]: > On 03/02/2011 03:22 PM, Tim Johnson wrote: > >I'm attempting to use .htaccess to make an executable python script > >as the default page for a directory. > > I recently wanted to have *all* hits for a particular subtree to go > to a Perl CGI script on Debian

Re: [users@httpd] How htaccess enables CGI script as default page

2011-03-02 Thread David Christensen
On 03/02/2011 03:22 PM, Tim Johnson wrote: I'm attempting to use .htaccess to make an executable python script as the default page for a directory. I recently wanted to have *all* hits for a particular subtree to go to a Perl CGI script on Debian 6.0.0 and Apache 2.2 via .htaccess. The key w

[users@httpd] How htaccess enables CGI script as default page

2011-03-02 Thread Tim Johnson
I'm using apache 2 on mint 10 (ubuntu 10 derivative) I'm attempting to use .htaccess to make an executable python script as the default page for a directory. My document root is at /home/http I have an .htaccess file at /home/http/kbmls I have a script - index.py at /home/http/kbmls /home/http/k