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:
>>>
>>>
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
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
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
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