> > >Hi guys, I've finished moving to the new ~x86 apache2 layout and > > >everything works except SSL. I get a 403 error when trying to access > > >any https page. ssl_error_log says: > > > > > >client denied by server configuration: > > >/var/www/localhost/htdocs/checkout.html > > > > > >I've triple-checked my config and it looks good to me. Any ideas? > > > > > >- Grant > > > > > > > > > > > Check /etc/conf.d/apache2 to make sure you have APACHE2_OPTS="-D SSL" > > Yeah it's in there. Usually when SSL doesn't work for me it isn't a > 403. I don't know why it's doing that.
Ok, I fixed this by removing these lines from httpd.conf: <Directory /> AllowOverride None Order Deny,Allow Deny from all </Directory> I don't know why I didn't think of that yesterday. I'm even a little hungover. Can anyone tell me why that block worked with the old apache2 layout but not the new? Am I opening any holes by getting rid of it? - Grant -- gentoo-user@gentoo.org mailing list