Re: [techtalk] .htaccess problem

2001-05-26 Thread terry
Thank you Almut and Elizabeth - You got me to thinking and I discovered that my mistake was one of those really dumb, right under your nose kind of things. I was not restarting the webserver, so the changes to httpd.conf were having no effect. Reminds me of programming - "I've tried A! I've tr

Re: [techtalk] .htaccess problem

2001-05-26 Thread Almut Behrens
On Sat, May 26, 2001 at 01:07:47AM -0700, terry wrote: > Almut Behrens wrote: > > ... not meant to be a RTFM (M = message, here ;), but what's the > > error_log saying? > > It says: > /usr/local/httpd/htdocs/.htaccess: AuthName not allowed here hmm, this is strange -- I thought you had "AllowOv

Re: [techtalk] .htaccess problem

2001-05-26 Thread terry
Almut Behrens wrote: > > ... not meant to be a RTFM (M = message, here ;), but what's the > error_log saying? It says: /usr/local/httpd/htdocs/.htaccess: AuthName not allowed here I tried moving the .htaccess file into a subdirectory - still get same error on that directory. > > At first si

Re: [techtalk] .htaccess problem

2001-05-25 Thread Almut Behrens
On Fri, May 25, 2001 at 09:19:11PM -0700, terry wrote: > I'm trying to enable passwords for access to > my apache webserver. > > I get the following error: > > Internal Server Error > > The server encountered an internal error or misconfiguration and was > unable to complete your request. >