> I discover that some attributes aren't the same, in diferent > level version of htdig, for example Redhat comes with htdig > 3.2 and you have the correct manual in > http://localhost/doc/htdig-3.2.0/attrs.html > if you have > active /doc in your apache configuration, like this : Alias > /doc/ /usr/share/doc/ <Directory /usr/share/doc> > order deny,allow > deny from all > allow from localhost .test > Options Indexes FollowSymLinks > </Directory> > > > I will try config file. > > how do you do authorization configuration in apache?
Just regular old .htaccess, I use the same user:pass that I need to login via a browser. The <VirtualHost> section has: Options -ExecCGI -Includes Then the .htaccess file in the directory in question has: AuthType Basic AuthName "Member Area" AuthUserFile /home/marc/.htpasswds/member/passwd require valid-user That is how the Cpanel Server sets them up by default but it works. As long as .htaccess works for that directory I didn't do anythign to my httpd.conf file. SO basically set up .htaccess and log in via the browser. If that works then put the directorie's url in the htdig.conf file and the authorization stuff in according to the link you sent and voila! At least it worked for me that way. HTH DMuey ------------------------------------------------------- This SF.Net email is sponsored by: INetU Attention Web Developers & Consultants: Become An INetU Hosting Partner. Refer Dedicated Servers. We Manage Them. You Get 10% Monthly Commission! INetU Dedicated Managed Hosting http://www.inetu.net/partner/index.php _______________________________________________ htdig-general mailing list <[EMAIL PROTECTED]> To unsubscribe, send a message to <[EMAIL PROTECTED]> with a subject of unsubscribe FAQ: http://htdig.sourceforge.net/FAQ.html

