At 6:56 PM -0800 11/14/01, Hitesh Chhatrala wrote: >This (I assume) throws of a authentication dialog box before >displaying result. >I DO NOT want that dialog box. And I guess I have to have htsearch program in >cgi-bin?
No, you don't have to do this. There are other ways of letting Apache know that a file is a CGI. See for example the AddHandler option in the Apache documentation. (Heck, just take a look at the mod_cgi documentation in general--it's very useful for later reference.) >Also, it will not index /usr/local/apache/htdocs/test/auth directory. I would >like htdig to index it and display the link to it in search results. So when a >user click the link, it will ask to authenticate. How can I tell >htdig to index those directories that are specified as REALM in >Apache config? See <http://www.htdig.org/attrs.html#authentication> or the -u flag to the htdig program. Both of these work with the Basic authentication method under Apache. -- -- -Geoff Hutchison Williams Students Online http://wso.williams.edu/ _______________________________________________ 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

