Re: mos_perl2 on Windows

2005-05-23 Thread Robert
On 5/23/05, Randy Kobes <[EMAIL PROTECTED]> wrote: > On Mon, 23 May 2005, Robert wrote: > > > I just installed it via PPM (for ActiveStates 5.8.6.811). > > I had my site working under Apache1/CGI without problem. > > > > I upgraded to Apache2/mod_perl and I configured my site conf like so (per > >

Re: mos_perl2 on Windows

2005-05-23 Thread Randy Kobes
On Mon, 23 May 2005, Robert wrote: > On 5/23/05, Randy Kobes <[EMAIL PROTECTED]> wrote: [ ... ] > > Do requests for > >http://localhost/reports/some_script_that_does_exist > > succeed? > > It does not: > > Apache log: > > [Mon May 23 14:05:47 2005] [error] [client 10.149.82.49] Options > ExecC

Re: mos_perl2 on Windows

2005-05-23 Thread Randy Kobes
On Mon, 23 May 2005, Robert wrote: > I just installed it via PPM (for ActiveStates 5.8.6.811). > I had my site working under Apache1/CGI without problem. > > I upgraded to Apache2/mod_perl and I configured my site conf like so (per > the docs): > > alias /reports "C:\path\to\reports" > > PerlModul