I apologise in advance if this is a stupid newbie question but it has me
stumped.
I've just upgraded from 1.2.6 to 1.3.1 with mod_ssl/SSLeay.
With no changes to the default conf files (which all look fine thanks to
the wonderful configuration script) the server starts fine without SSL
but gives me:
Expected </VirtualHost> but saw </VirtualHost>
with apachectl startssl.
Just for fun I added a virtual host which is setup on our local DNS.
<VirtualHost 203.34.243.10>
DocumentRoot /psci/usr/test
ServerName test.tcp.net.au
ErrorLog logs/test-error_log
TransferLog logs/test-access_log
</VirtualHost>
Now I get the Expected </VirtualHost> without SSL as well.
After being so proud of getting it all installed, I'm back down to
Earth. What have I done?
Thanks for your time,
Phil