Re: same handler with different port

2009-02-18 Thread Michael Ludwig
valerio crini schrieb: [...] Another typo here. [...] Same typo once more. I can't manage finding where are typos, I'm very sorry. Now you can. By the way, beware the list does not set the Reply-To header to the list, so if you just hit "Reply", as I do, the reply by default goes t

Re: same handler with different port

2009-02-18 Thread Michael Ludwig
valerio crini schrieb: Sorry, i 'had typo errors. I managed in this way: SetHandler perl-script PerlResponseHandler Dada::Rufus::Handler Another typo here. PerlSetVar Login true SetHandler perl-script PerlResponseHandler Dada

Re: same handler with different port

2009-02-17 Thread Michael Ludwig
valerio crini schrieb: Hi, I was wondering if is possible using same mod_perl handler with different ports and how can i manage to configure it. so if i call http://../query:12200 i call Handler and if i call http://../query:12300 i call Handler2 This, of course, would not be read as a port

Re: same handler with different port

2009-02-17 Thread Ryan Gies
On Tue, 17 Feb 2009 16:20:42 +0100 valerio wrote: > Hi, I was wondering if is possible using same mod_perl handler with > different ports and how can i manage to configure it. The Listen directive is part of the server configuration, and not valid within a Location block. Configure your server

same handler with different port

2009-02-17 Thread valerio crini
Hi, I was wondering if is possible using same mod_perl handler with different ports and how can i manage to configure it. I was thinking of a similar thing: SetHandlerperl-script Listen 12200 PerlResponseHandlerHandler SetHandlerperl-script PerlResponseHandlerH