[BlueOnyx:10429] Re: Syntax error on line 10 of /etc/httpd/conf.d/ssl_perl.conf:

Gerald Waugh gwaugh at frontstreetnetworks.net
Wed May 2 16:29:28 -05 2012


On 05/02/2012 04:18 PM, Michael Stauber wrote:
> Hi Dr. Blunt,
> 
>> Now getting this error which essentially cannot start httpd
>>
>>
>> [root at s3 /]# service httpd restart
>> Stopping httpd:                                            [FAILED]
>> Starting httpd: Syntax error on line 10 of /etc/httpd/conf.d/ssl_perl.conf:
>> $parms->add_config() has failed: SSLCertificateFile: file 
>> '/home/.sites/70/site4/certs/certificate' does not exist or is empty at 
>> /usr/lib/perl5/Apache2/PerlSections.pm line 215.\n
>>                                                             [FAILED]
> 
> Your site4 apparently has SSL enabled, but no 'certs' directory. Disable SSL 
> for that site in the GUI.
> 

Site does not have SSL we put one on for a test and the error moved to
another site

Dr. Blunt put self signed on the server and on 70/site4 but that should
be removed

/etc/httpd/conf.d/ssl_perl.conf
 9 <Perl>
     10 use Tie::DxHash;
     11 use Apache2::PerlSections();
     12 use lib qw(/usr/sausalito/perl);
     13 use CCE;
     14 use Base::Httpd qw(httpd_get_vhost_conf_file);

/usr/lib/perl5/Apache2/PerlSections.pm line 215
 213 sub post_config {
    214     my ($self) = @_;
    215     my $errmsg = $self->parms->add_config($self->directives);
    216     die $errmsg if $errmsg;
-- 
Gerald Waugh
Front Street Networks - RaQware
4604 Fern Ave
Shreveport, LA 71105
PH: +1 318-734-4779
CL: +1 318-401-0428



More information about the Blueonyx mailing list