[ic] Undefined Catalog: /cgi-bin/foundation

cedric Boudin interchange-users@interchange.redhat.com
Wed Aug 29 07:17:00 2001


Tomas Lindhoff writes:
 > No, I have not set the ScriptAlias in httpd.conf.
 > Please tell me more...and how I can check this.
 > My script report looks like this:
You should have something like 

ScriptAlias /cgi/construct "/usr/lib/cgi-bin/construct"
ScriptAlias /construct "/usr/lib/cgi-bin/construct"
ScriptAlias /cgi-bin/ "/usr/lib/cgi-bin/"

in httpd.conf
so that apache changes the first argument with the second to know
where to find the pgm that makes the connection to the intercjhange
server.
You can place it in the main body of the conf file or in some virtual
host directives

good luck

cedric