"*:80 has no VirtualHosts" but only via perl!

2004-04-24 Thread Will Trillich
with httpd.conf directives, these virtualhosts work just fine. but trying to use perl to make them more universally configurable, we get the "no virtualhosts error": %VirtualHost = ( '*:80' => [ { [snip] 'ServerName' => 'one', [snip] }, { [snip] 'ServerName' => 'three', [

Re: [ANNOUNCE] Apache::Syntax::Highlight::Perl 1.00

2004-04-24 Thread Enrico Sorcinelli
On Fri, 23 Apr 2004 12:51:26 +0200 Ken Burcham <[EMAIL PROTECTED]> wrote: Hi Ken, > I notice in the pod some things say: > >PerlSetVar HighlihtCSS /highlight/perl.css > > and some things say > >PerlSetVar HighlightCache On > >Notice the "Highlight" vs "Highliht"... Just wanted to point >that

Re: mp2 - setting Location handler in code

2004-04-24 Thread Stas Bekman
ydnar wrote: Perhaps I wasn't being clear. I want to perform the handler/location mapping at start time, not runtime. I don't want to rewrite URIs. I don't want to add mime-type handlers. I simply wish to mimic the httpd.conf functionality of assigning a Location to a specific module/handler fo

Re: Segfaults

2004-04-24 Thread Beau E. Cox
On Saturday 24 April 2004 02:00 am, Gerald Richter wrote: > Perrin Harkins wrote: > > On Fri, 2004-04-23 at 18:21, Beau E. Cox wrote: > >> 1) are core dumps automatically generated by seqfaults? If not, > >> how do I have Apache generate them? > > > > Sounds like you're looking for this: > > http:/

Re: mp2 - setting Location handler in code

2004-04-24 Thread Stas Bekman
ydnar wrote: I'm trying to alter the Apache configuration from within a module, in code. Ideally, instead of having a number of these sections in a config file: SetHandler perl-script PerlResponseHandler SL::Foo I'd like to have code: set_response_handler( Locat

mp2 - setting Location handler in code

2004-04-24 Thread ydnar
I'm trying to alter the Apache configuration from within a module, in code. Ideally, instead of having a number of these sections in a config file: SetHandler perl-script PerlResponseHandler SL::Foo I'd like to have code: set_response_handler( Location => '/sl/f

Re: [ANNOUNCE] Apache::Syntax::Highlight::Perl 1.00

2004-04-24 Thread Enrico Sorcinelli
On Fri, 23 Apr 2004 12:51:26 +0200 Ken Burcham <[EMAIL PROTECTED]> wrote: Hi Ken, > I notice in the pod some things say: > >PerlSetVar HighlihtCSS /highlight/perl.css > > and some things say > >PerlSetVar HighlightCache On > >Notice the "Highlight" vs "Highliht"... Just wanted to point >that

Re: Segfaults

2004-04-24 Thread Gerald Richter
Perrin Harkins wrote: > On Fri, 2004-04-23 at 18:21, Beau E. Cox wrote: >> 1) are core dumps automatically generated by seqfaults? If not, >> how do I have Apache generate them? > > Sounds like you're looking for this: > http://perl.apache.org/docs/2.0/user/help/help.html#Resolving_Segmentation_Fau