Author: Sean Gibbins Date: To: Hampshire LUG Discussion List Subject: Re: [Hampshire] Apache2 SSL Install/Config on Ubuntu
Richard Mace wrote: >> If nothing is listening then chances are you have not configured it
>> within ports.conf, so try:
>
> OK, bit of an update.
> If I put the local ip address in it works, so that's fine, it's
> obviously a bit of an issue with the redirection, however, when
> looking at the site, it is not laid out properly.
> Do I have to specify each directory that the SSL needs to work for?
I define the whole Web root within
'/etc/apache2/sites-enabled/site-ssl', and then I specify all those
directories I want SSL-only for (basically anything that involves
authentication) in a mod_rewrite stanza appended to apache2.conf.