Beefy Boxes and Bandwidth Generously Provided by pair Networks
more useful options
 
PerlMonks  

Re: CGI works, not with mod_perl??

by thraxil (Prior)
on Jul 21, 2003 at 03:01 UTC ( [id://276130]=note: print w/replies, xml ) Need Help??


in reply to CGI works, not with mod_perl??

are you using apache2 and Modperl::Registry on the new machine? if so, then you need to keep in mind that it doesn't cwd into the directory of the script before running it like apache 1.x did. that means that anything like:

use lib qw(.); use Some::Module::Located::In::Same::Directory;

will fail.

anders pearson

Replies are listed 'Best First'.
Re: Re: CGI works, not with mod_perl??
by Massyn (Hermit) on Jul 28, 2003 at 23:49 UTC

    I'm using Apache 1.3.27, compiled with gcc, on Mandrake Linux 9.1

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: note [id://276130]
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others cooling their heels in the Monastery: (1)
As of 2024-04-25 00:18 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found