RE: How to get virtualhost info in mod_perl?

2006-10-26 Thread Terry, Jason
$ENV{‘SERVER_NAME’}   From: LUKE [mailto:[EMAIL PROTECTED] Sent: Thursday, October 26, 2006 9:16 AM To: modperl@perl.apache.org Subject: How to get virtualhost info in mod_perl?   The http://rd-program.blogspot.com  and http://se-program.blogspot.com  have the same ip

RE: mod_perl/httpd.conf/database

2006-07-10 Thread Terry, Jason
It's been several years since I did this (originally in apache 1.x)... but when I upgraded to apache 2 it still worked. Not sure where the documentation for this is... In your httpd.conf file $VirtualHost{"www.domain.com:80"} = { 'ServerAdmin' => '[EMAIL PROTECTED]', 'DocumentRoot' => '/home/

mod_perl 1.28 + 1.29 seg fault

2005-10-04 Thread Terry, Jason
Net::SSLeay causes a seg fault in mod_perl. This only happens in mod_perl when using RegistryLoader on a script in apache startup. For example if I have this line Apache::RegistryLoader->new->handler('myscript.cgi', "/home/htmlmanager/public_html/myscript.cgi"); But if I don't load the file in