Re: [gentoo-user] Apache2 SSL help

2005-05-12 Thread Grant
> > Ok, it looks like the new apache2 httpd.conf has these: > > > > > > Options Indexes FollowSymLinks > > AllowOverride None > > Order allow,deny > > Allow from all > > > > > > > > Options FollowSymLinks > > AllowOverride None > > > > > > Is that sufficient considering

Re: [gentoo-user] Apache2 SSL help

2005-05-12 Thread A. Khattri
On Thu, 12 May 2005, Grant wrote: > > Directory is related to the file-system directory, so you are setting it > > for your system's root, not your webpage's root. > > > > You need to have a > > > > > > > > > > Regards, > > Martin > > Ok, it looks like the new apache2 httpd.conf has these:

Re: [gentoo-user] Apache2 SSL help

2005-05-12 Thread Grant
> Directory is related to the file-system directory, so you are setting it > for your system's root, not your webpage's root. > > You need to have a > > > > > Regards, > Martin Ok, it looks like the new apache2 httpd.conf has these: Options Indexes FollowSymLinks AllowOverride

Re: [gentoo-user] Apache2 SSL help

2005-05-12 Thread Martin Carpella
Grant <[EMAIL PROTECTED]> writes: > Actually all of my pages are either in / or /admin/. If I leave the > above I get a 403 when accessing https though. Directory is related to the file-system directory, so you are setting it for your system's root, not your webpage's root. You need to have a

Re: [gentoo-user] Apache2 SSL help

2005-05-12 Thread Grant
> > Ok, I fixed this by removing these lines from httpd.conf: > > > > > > AllowOverride None > > Order Deny,Allow > > Deny from all > > > > > 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? > > In my opinion

Re: [gentoo-user] Apache2 SSL help

2005-05-12 Thread Martin Carpella
Grant <[EMAIL PROTECTED]> writes: > Ok, I fixed this by removing these lines from httpd.conf: > > > AllowOverride None > Order Deny,Allow > Deny from all > > 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? In

Re: [gentoo-user] Apache2 SSL help

2005-05-12 Thread Grant
> > >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

Re: [gentoo-user] Apache2 SSL help

2005-05-12 Thread Grant
> >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 m

Re: [gentoo-user] Apache2 SSL help

2005-05-12 Thread Craig Duncan
Grant wrote: >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 co

[gentoo-user] Apache2 SSL help

2005-05-11 Thread Grant
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 goo