Re: Perl section and request object

2007-09-20 Thread antoine7
Many thanks all, I've phone to a local Sysop who give me a VirtualHost solution. I'll take a look at mod-perl2 for some future project. Antoine -- View this message in context: http://www.nabble.com/Perl-section-and-request-object-tf4479522.html#a12804695 Sent from the mod_perl - General maili

Re: Perl section and request object

2007-09-19 Thread antoine7
I've an SVN server on the same machine, at each commit the svn server update the changes to a local directory /www with this structure /www/www.domain1.com.lan/trunk /www/www.domain1.com.lan/tags/001 /www/www.domain1.com.lan/tags/002 ... /www/www.domain1.com.lan/branches/001 ... /www/www.subdomai

Re: Perl section and request object

2007-09-19 Thread antoine7
I've just test, changing the directive to a section in apache conf, but I've always the same error. -- View this message in context: http://www.nabble.com/Perl-section-and-request-object-tf4479522.html#a12774905 Sent from the mod_perl - General mailing list archive at Nabble.com.

Perl section and request object

2007-09-19 Thread antoine7
Hello, I'm new to mod perl, I've setup an apache2 / MP2 on an linux debian etch server. I want to access in my apache conf to the HTML Request Header Host: I've written this code : NameVirtualHost 192.168.1.203 UseCanonicalName Off PerlOptions +GlobalRequest use Apache2::RequestUtil