After trying several options I give up and want to ask you to have a look at my problem: This is our configuration of our webpage: Web URL: www.uni-stuttgart.de/mechb Corresponding real directory on the server: /home/guests/mechb/WWW CGI Directory: /home/guests/mechb/CGI Obviously my entries in CONFIG are wrong because after installing I run into the following problem. When I open the search.html dokument, enter a search word and start the search, my browser tells me: The requested URL /home/guests/mechb/CGI/htsearch was not found on this server. My CONFIG-File is attached to this mail. Is there something wrong? Thank you for your help! Thomas -- Thomas Meinders, Institute B of Mechanics, University of Stuttgart Pfaffenwaldring 9, D-70550 Stuttgart, phone: (+49)-711-685-6821, fax -6400 privat: Friesenstr. 20, 71065 Sindelfingen, +49 (7031) 871831 http://www.uni-stuttgart.de/mechb/Leute/Meinders
From [EMAIL PROTECTED] Nov 21 17:46:37 1998 Date: Sat, 21 Nov 1998 17:47:50 +0100 (MET) From: Thomas Meinders <[EMAIL PROTECTED]> ## ## CONFIG ## ## This file is part of ht://Dig ## # # These variables are set by configure # # This specifies the root of the directory tree to be used by ht://Dig prefix= /home/guests/mechb/WWW/Bin/search_machine # This specifies the root of the directory tree to be used for programs # installed by ht://Dig exec_prefix= ${prefix} # # Please modify the variables below to reflect your preferences. # # # DEST # # This specifies the root of the directory tree to be used by ht://Dig # DEST= $(prefix) # # BIN_DIR # Set this macro to where you want the binaries to be installed. # BIN_DIR= $(exec_prefix)/bin # # CONFIG_DIR # This is the directory that contains ht://Dig configuration files # CONFIG_DIR= $(DEST)/conf # # COMMON_DIR # This is the directory for files that can be shared between different # databases. # COMMON_DIR= $(DEST)/common # # DATABASE_DIR # The default directory where the search databases will reside. # DATABASE_DIR= $(DEST)/db # # DEFAULT_CONFIG_FILE # This macro defines where the various programs will look for a configuration # file. # DEFAULT_CONFIG_FILE= $(CONFIG_DIR)/htdig.conf # # CGIBIN_DIR # The directory where your HTTP server looks for CGI programs. This is where # htsearch will get installed. # CGIBIN_DIR= /home/guests/mechb/CGI # # IMAGE_DIR # Define this to be a place that can be accessed by your web server. This is # where a couple of images will be placed. # IMAGE_DIR= $(DEST)/htdocs/htdig # # IMAGE_URL_PREFIX # This is the URL to prefix the images placed in IMAGE_DIR. # IMAGE_URL_PREFIX= # # SEARCH_DIR # Set this to the absolute path where you want the sample search form to # be installed. # SEARCH_DIR= $(DEST)/htdocs/htdig # # SEARCH_FORM # Set this to the name you want to give to the search form. This form # will be located in the SEARCH_DIR directory. # SEARCH_FORM= search.html