I have htdig working well on Slackware 9.1 using the packages provided on CD1. If it is of any use, the process went something like this:
1. Install all software using normal packages (htdig goes to /opt/www/, apache's DocRoot goes to /var/www/). 2. Edit /etc/httpd.conf so that 'ScriptAlias /cgi-bin/' points to /opt/www/cgi-bin (also edit the <Directory> entry underneath). If you have other cgi scripts this could be a problem, otherwise this is a minimal-change solution. 3. Edit /opt/www/htdig/conf/htdig.conf and set the database_dir to /opt/www/htdig/db (if it isn't there already). Your start_url should point to DocRoot (eg http://something-or-other), which will be equivalent to /var/www/htdocs. 4. Copy search page (/opt/www/htdocs/htdig/search.html) to somewhere under /var/www/htdocs. 5. Run 'rundig'. You should now be able to go to search.html with a browser and search your site. Mick On Fri, 2004-04-09 at 04:33, Jon Oransky wrote: > yeah, i thought i changed the install dir during installation but it didn't > work right. i only renamed the dir so i could make the link and not lose > the old data. > > - Jon > > -----Original Message----- > From: Douglas Kline [mailto:[EMAIL PROTECTED] > Sent: Thursday, April 08, 2004 1:17 PM > To: Jon Oransky > Cc: ht dig > Subject: Re: [htdig] solution to my problem > > > > ok, so i renamed /opt/www/htdig to olddig.. then I did a ln -s <where > htdig > > installed in my www folder> htdig and now it works!!! good thing to put in > > the FAQ maybe? > > > Why did you need to rename the file? You could link the file to the same > name > in a different directory? Or was the renamed file an older version? If the > issue was the pathname in /opt/www, that is selectable at compilation time. > You can use options to the configure script to set different directories (or > other things). > > ======== > Douglas Kline > [EMAIL PROTECTED] > > > > > > > ------------------------------------------------------- > This SF.Net email is sponsored by: IBM Linux Tutorials > Free Linux tutorial presented by Daniel Robbins, President and CEO of > GenToo technologies. Learn everything from fundamentals to system > administration.http://ads.osdn.com/?ad_id=1470&alloc_id=3638&op=click > _______________________________________________ > ht://Dig general mailing list: <[EMAIL PROTECTED]> > ht://Dig FAQ: http://htdig.sourceforge.net/FAQ.html > List information (subscribe/unsubscribe, etc.) > https://lists.sourceforge.net/lists/listinfo/htdig-general -- -------------------------------------- Ninti Systems: Smart IT Solutions Michael Hall Mobile: 0429 095 392 Ph/Fax: 08 8953 1442 Email: office at ninti dot com dot au Web: http://ninti.com.au -------------------------------------- ------------------------------------------------------- This SF.Net email is sponsored by: IBM Linux Tutorials Free Linux tutorial presented by Daniel Robbins, President and CEO of GenToo technologies. Learn everything from fundamentals to system administration.http://ads.osdn.com/?ad_id=1470&alloc_id=3638&op=click _______________________________________________ ht://Dig general mailing list: <[EMAIL PROTECTED]> ht://Dig FAQ: http://htdig.sourceforge.net/FAQ.html List information (subscribe/unsubscribe, etc.) https://lists.sourceforge.net/lists/listinfo/htdig-general

