in reply to Re: mod_perl losing/confusing file paths?
in thread mod_perl losing/confusing file paths?
I haven't done anything special with Apache::Reload, etc. I just copied my CGIs over and tried to run them.LoadModule perl_module modules/mod_perl.so PerlModule Apache::Registry PerlModule Apache::DBI Alias /perl/ d:/www/perl/ <Location /perl> SetHandler perl-script PerlHandler Apache::Registry Options ExecCGI PerlSendHeader on allow from all </Location>
Hope this helps. Thank you!
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: Re: Re: mod_perl losing/confusing file paths?
by Odud (Pilgrim) on May 23, 2001 at 03:37 UTC |