Re: failure using Socket in PerlSection

2012-11-11 Thread Mark Heiges
On Nov 10, 2012, at 10:22 AM, Torsten Förtsch wrote: > On 11/10/2012 03:43 PM, Mark Heiges wrote: >> >> On Nov 9, 2012, at 10:36 PM, Mark Heiges wrote: >> >>> I have a name-based virtual host and want to use Socket.pm in a PerlSection: >>> >>>

Re: failure using Socket in PerlSection

2012-11-11 Thread Mark Heiges
On Nov 9, 2012, at 10:36 PM, Mark Heiges wrote: > I have a name-based virtual host and want to use Socket.pm in a PerlSection: > > > use Socket; > > > but when starting httpd I get the error, > > $parms->add_config() has failed: Invalid command 'INADDR_ANY

Re: failure using Socket in PerlSection

2012-11-10 Thread Mark Heiges
On Nov 9, 2012, at 10:36 PM, Mark Heiges wrote: > I have a name-based virtual host and want to use Socket.pm in a PerlSection: > > > use Socket; > > > but when starting httpd I get the error, > > $parms->add_config() has failed: Invalid command 'INADDR_ANY

failure using Socket in PerlSection

2012-11-09 Thread Mark Heiges
I have a name-based virtual host and want to use Socket.pm in a PerlSection: use Socket; but when starting httpd I get the error, $parms->add_config() has failed: Invalid command 'INADDR_ANY', perhaps misspelled or defined by a module not included in the server configuration at /usr/lib64/pe

Registry + DBD::Oracle + LDAP kills apache

2006-12-12 Thread Mark Heiges
I'm experiencing fatal Apache child errors when I attempt to make DBD::Oracle connections under ModPerl::Registry and using LDAP as one of the database name resolution paths. Can anyone offer some advice on this? Here some specifics... To help isolate the problem I wrote a simple Perl cgi