[BlueOnyx:05953] Re: httpd error after adding ssl to a site
Ken - Precision Web Hosting, Inc
kenlists at precisionweb.net
Tue Nov 30 12:43:23 -05 2010
----- Original Message -----
From: "Taco Scargo" <taco at scargo.nl>
To: "BlueOnyx General Mailing List" <blueonyx at blueonyx.it>
Sent: Tuesday, November 30, 2010 12:28 AM
Subject: [BlueOnyx:05945] Re: httpd error after adding ssl to a site
> Hi Ken,
>
> The SSL configuration for httpd is built 'automagically' by some perl code
> in the httpd.conf file.
> Unfortunately the execution fails and therefore the configuration is not
> added.
>
> Looking at the error it seems as if you have added 'Options all' manually
> to a file somewhere.
> Please see where this is defined and correct that.
>
> With regards,
>
> Taco Scargo
> taco at scargo.nl
>
>
>
>
> On 30 nov 2010, at 01:36, Ken - Precision Web Hosting, Inc wrote:
>
>>
>> I have a site on a VPS. Most of my servers are BlueQuartz but this one is
>> BlueOnyx.
>>
>> I created a self signed cert and CSR from the GUI.
>>
>> After that I received the error below:
>>
>> /etc/rc.d/init.d/httpd configtest
>> Syntax error on line 5 of /etc/httpd/conf.d/ssl_perl.conf:
>> $parms->add_config() has failed: Option all not allowed here at
>> /usr/lib/perl5/vendor_perl/5.8.8/i386-linux-thread-multi/Apache2/PerlSections.pm
>> line 203.\n
>>
>>
>> If I comment out this line in the /etc/httpd/conf.d/ssl_perl.conf:
>> then the httpd will restart.
>> my @ssl_sites = $cce->find('Vsite', { 'SSL.enabled' => 1 }, {
>> 'SSL.expires'
>> => '^.+' });
>>
>>
>> But the ssl is not working for this site, and not for the other site
>> with
>> ssl at another IP.
>>
>> I also tried using the actual cert file from Rapidssl. That did not fix
>> it
>> either.
>>
>>
>> A little more info on this:
>>
>> netstat -tupan does not show anything on port 443
>>
>> Turning the firewall off does not help.
>>
>> The server is fully yum updated.
>>
>>
>> ----
>> Ken M
>> Precision Web Hosting, Inc.
>> http://www.precisionweb.net
>>
>>
Thanks Taco!
You were right.
When I went to the .include file at
/etc/httpd/conf/vhosts/site31.include
and commented out the lines below, that did fix it.
#<Directory /home/.sites/22/site31/somedir>
# options all
# allowoverride all
#</Directory>
----
Ken M
Precision Web Hosting, Inc.
http://www.precisionweb.net
More information about the Blueonyx
mailing list