* 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
??
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
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
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
* 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
* 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
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
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