So I just installed htdig, and I'm trying to test it out. Here's what I've
done:

- downloaded, uncompressed
- edited CONFIG like so:
prefix=                 /home/lennox01/public_html/htdig
exec_prefix=            ${prefix}
DEST=                  $(prefix)
BIN_DIR=               $(exec_prefix)/bin
CONFIG_DIR=            $(DEST)/conf
COMMON_DIR=            $(DEST)/common
DATABASE_DIR=          $(DEST)/db
DEFAULT_CONFIG_FILE=   $(CONFIG_DIR)/htdig.conf
CGIBIN_DIR=            $(DEST)/cgi-bin
IMAGE_DIR=              /home/lennox01/public_html/htdig/images
IMAGE_URL_PREFIX=        /htdig/images
SEARCH_DIR=  /home/lennox01/public_html/htdig
SEARCH_FORM=            index.html

- make, make install
- changed start_url in htdig.conf
- ran rundig (no errors)
- ran htsearch from the shell (seemed to work)
- ran htsearch from the sample form
- got 404 because the path was wrong in the <form> tag, fixed it
- got 405 ("Resource not allowed") error
- figured it was permissions and chmodded htsearch to 777
- now submitting the form just makes the browser stall out forever

Any idea what the 405 error is, and how to make it go away? I did some
looking around and came up empty.

thanks,
-josh


_______________________________________________
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

Reply via email to