I guess that first post was a bit vauge.

I have Apache/1.3.3 (Win32) mod_perl/1.29_01-dev up and running. But it's Wide Open! Can someone give me a Walkthrough on setting up the htaccess, htpasswd, and how to use the dbmmanage? Examples would help.

Forgive Me the first post, this is really the First Forum I've participated in.

Site may be viewed at http://cksPlace.dns2go.com/testcks.html

Got this worked out.

<Directory />
AuthType Basic
AuthName "Members Only"
AuthUserFile "C:/Program Files/Apache Group/Apache/bin/pswd"
Require user SysAdmin Ck test valid-user
</Directory>

Any thoughts on Why valid-user isn't being accepted for /icons/?
It's listed as being usable in the Documentation.
http://cksPlace.dns2go.com

test password: 12345

Alias /icons/ "C:/Program Files/Apache Group/Apache/icons/"

<Directory "C:/Program Files/Apache Group/Apache/icons/">
Options Indexes MultiViews
AllowOverride None
Order allow,deny
Allow from valid-user
</Directory>

Alias /ads/ "C:/Program Files/Apache Group/Apache/htdocs/bin/ads/"

<Directory "C:/Program Files/Apache Group/Apache/htdocs/bin/ads/">
Options Indexes MultiViews
AllowOverride All
Order allow,deny
Allow from all
</Directory>

Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.