Beefy Boxes and Bandwidth Generously Provided by pair Networks
Think about Loose Coupling
 
PerlMonks  

Re: Re: Re: mod_perl losing/confusing file paths?

by Odud (Pilgrim)
on May 23, 2001 at 03:37 UTC ( [id://82430]=note: print w/replies, xml ) Need Help??


in reply to Re: Re: mod_perl losing/confusing file paths?
in thread mod_perl losing/confusing file paths?

This looks o.k. but is your perl directory in @INC? if not you can add it in the startup script (startup.pl)
use lib qw(/home/httpd/perl); # for example
I don't really know why this works but it did for me. Also you can start up Apache with a single server process -XI think which would be worth trying to see if you still get the problem.

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others musing on the Monastery: (2)
As of 2024-04-19 19:28 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found