On Mon, 2006-07-24 at 19:47 +1000, Ken Foskey wrote: > I read the apache2 working mostly but I am having trouble with ssl: > > > [Mon Jul 24 19:41:28 2006] [error] [client 192.168.2.1] Invalid method > in request \x80U\x01\x03 > > https://enfield.dynalias.org/cgi-bin/blosxom/scouts > > sites-available/default starts like this... > > NameVirtualHost *:80 > <VirtualHost *:80> > ServerAdmin [EMAIL PROTECTED] > > DocumentRoot /var/www > > sites-available/ssl starts like this... > > > NameVirtualHost * > <VirtualHost *> > ServerAdmin [EMAIL PROTECTED] > > SSLEngine On > SSLCertificateFile /etc/apache2/ssl/apache.pem > > Changing the first two lines does not change anything: > > NameVirtualHost *:443 > <VirtualHost *:443> > > http://enfield.dynalias.org:443/cgi-bin/blosxom/scouts > > Works which is not what I need. >
Damn problem between keyboard and chair. I had an extra setup in the default setup that I should not have had. Found it during a cut and paste to provide details. -- Ken Foskey FOSS developer -- SLUG - Sydney Linux User's Group Mailing List - http://slug.org.au/ Subscription info and FAQs: http://slug.org.au/faq/mailinglists.html
