----- Original Message ----- From: "Taco Scargo" <[email protected]> To: "BlueOnyx General Mailing List" <[email protected]> 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 > [email protected] > > > > > 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 _______________________________________________ Blueonyx mailing list [email protected] http://www.blueonyx.it/mailman/listinfo/blueonyx
