When I edit tht httpd.cong for mod_perl, Apache not works.
?
Sandhya.
On Tue, 24 Feb 2009 02:56:11 +0530 wrote
>
>
>On Mon, 23 Feb 2009, Clinton Gormley wrote:
>> to:
>> eval {load_application(); 1} || print STDERR $@;
>> 1;
>>
>> then I see the proper error message, but apache starts
>> anyway.
>>
>> Is there any way I can:
>> - cause the error to be reported properly
>> - force apache not to start
>
> eval {load_application(); 1} || do { warn $@; die };
>
>??
>
>Mark
>
