[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: here you go.
[I'm cc:'ng this to the gang since I expect someone else running into this
problem.]
Bob,
Sorry for not getting back to you sooner. Cell phone battery gave out
listening to your message and I was having a late dinner with my g/f.
Anyways...
Ah... you copied over dev to your public_html!
Basically dev.linuxkb.org has a file .htaccess in it's root dir which
controls authentication and authorization. The catch is that the
statements in it requre mod_perl configuration statements in the
httpd.conf. Basically the dev, tst, www trees have this support, but the
vodka/~<username> doesn't.
If you're looking for a place to try things without having to bother with
CVS, the place to do this is on play.linuxkb.org
/home/http/prepub/play/html
This is our play pen where you can kill, mame, and destroy files without
bothering with CVS.
***
If you use your public_html dir for development things will not work!
***
Basically the PHP code grabs the authentication from the environment
variables... if you don't do the authentication, there aren't any
variables for it to use.
Anyways I got rid of the .htaccess file for you Bob and that cleared up
the error.
Happy coding.
-Aaron
On Wed, 12 May 1999, Robert Myers wrote:
> This is from the error log on the server on vodka
>
>
> [Wed May 12 20:49:06 1999] [crit] [client 165.247.56.3] configuration
> error: couldn't perform authentication. AuthType not set!:
> /~ccrider/main/
> [Wed May 12 20:49:12 1999] [error] [client 165.247.56.3] Directory index
> forbidden by rule: /home/ccrider/public_html/
> [Wed May 12 20:49:18 1999] [crit] [client 165.247.56.3] configuration
> error: couldn't perform authentication. AuthType not set!:
> /~ccrider/main/index.html
> [Wed May 12 20:49:35 1999] [crit] [client 165.247.56.3] configuration
> error: couldn't perform authentication. AuthType not set!:
> /~ccrider/main/indexd.html
>
>
> ring any bells?
>
>