RE: use lib(''); Apache httpd.conf

2004-06-08 Thread NYIMI Jose (BMB)


 -Original Message-
 From: Alex Newby [mailto:[EMAIL PROTECTED] 
 Sent: Tuesday, June 08, 2004 9:54 AM
 To: [EMAIL PROTECTED]
 Subject: use lib(''); Apache httpd.conf
 
 
 Hi,
 
 I have a rather simple question that Google hasn't produced 
 answers for. Basically, I am installing Mason in a virtual 
 host under mod_perl. The libraries I need are housed in ~/my/lib 
 
 How might I make Apache aware of ~/my/lib from the httpd.conf 
 so that the
 following:
 
 PerlModule HTML::Mason::ApacheHandler
 
 will load? What is the equivalent for the httpd.conf of use 
 lib('/my/lib'); ?

Have you RTFM ?
http://www.masonhq.com/docs/manual/Admin.html

HTH,

José.


 DISCLAIMER 

This e-mail and any attachment thereto may contain information which is confidential 
and/or protected by intellectual property rights and are intended for the sole use of 
the recipient(s) named above. 
Any use of the information contained herein (including, but not limited to, total or 
partial reproduction, communication or distribution in any form) by other persons than 
the designated recipient(s) is prohibited. 
If you have received this e-mail in error, please notify the sender either by 
telephone or by e-mail and delete the material from any computer.

Thank you for your cooperation.

For further information about Proximus mobile phone services please see our website at 
http://www.proximus.be or refer to any Proximus agent.


--
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
http://learn.perl.org/ http://learn.perl.org/first-response




Re: use lib(''); Apache httpd.conf

2004-06-08 Thread Wiggins d Anconia
 Hi,
 
 I have a rather simple question that Google hasn't produced answers for.
 Basically, I am installing Mason in a virtual host under mod_perl. The
 libraries I need are housed in ~/my/lib 


Really, your exact subject line gave 3-4 pages that provided similar
answers at the top of the listing...
 
 How might I make Apache aware of ~/my/lib from the httpd.conf so that the
 following:
 
 PerlModule HTML::Mason::ApacheHandler
 
 will load? What is the equivalent for the httpd.conf of use
 lib('/my/lib'); ?
 

http://perl.apache.org/docs/2.0/user/config/config.html#Adjusting_C__INC_
http://perl.apache.org/docs/2.0/user/porting/compat.html#Code_Porting

May help.  

http://danconia.org

-- 
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
http://learn.perl.org/ http://learn.perl.org/first-response