-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

I am having trouble, mostly cuz I suffer from CRS syndrome. How does
one set up basic authorization for a directory in apache? This what
I've got, and it ain't workin;
<Directory /home/httpd/html/dynamic>
        AuthName Hostname
        AuthUserFile /home/httpd/passwdfiles/dynamic
        AuthType Basic
        <Limit GET PUT POST>
                require valid-user
        </Limit>
        Options ExecCGI FollowSymlinks
</Directory>

Created password file with htpasswd -c
/home/httpd/passwdfiles/dynamic user

/home/httpd/passwdfiles/dynamic;
user:password

It isn't prompting for auth. What am I missing?

Also, do I need the Options line at all for this to work?

Thanks.

-----BEGIN PGP SIGNATURE-----
Version: PGPfreeware 6.5.8 for non-commercial use <http://www.pgp.com>

iQA/AwUBOrkDvxeamMdwy9TXEQJUKACdGrH5lAWqSrgO+fgLcMA3nfCuJeMAoL9P
+4Nhow06LC+W9Z5dmOuhSQKI
=tbF7
-----END PGP SIGNATURE-----



_______________________________________________
Redhat-list mailing list
[EMAIL PROTECTED]
https://listman.redhat.com/mailman/listinfo/redhat-list

Reply via email to