Date: Thu, 12 Dec 1996 22:41:29 -0800 (PST) From: mrspock@esfm.ipn.mx To: freebsd-gnats-submit@freebsd.org Subject: misc/2205: There is a mistake in line 29 in file srm.conf of apache http server Message-ID: <199612130641.WAA24441@freefall.freebsd.org> Resent-Message-ID: <199612130650.WAA24917@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>Number: 2205 >Category: misc >Synopsis: There is a mistake in line 29 in file srm.conf of apache http server >Confidential: no >Severity: critical >Priority: medium >Responsible: freebsd-bugs >State: open >Class: change-request >Submitter-Id: current-users >Arrival-Date: Thu Dec 12 22:50:01 PST 1996 >Last-Modified: >Originator: Eduardo Viruena Silva >Organization: ESFM-IPN >Release: 2.1.5 >Environment: FreeBSD Isabeau 2.1.5-RELEASE FreeBSD 2.1.5-RELEASE #0: Thu Nov 21 05:57:59 CST 1996 mrspock@Isabeau:/usr/src/sys/compile/EViruena i386 >Description: The Apache's http server has a configuration file: /usr/local/www/server/conf/srm.conf in line 29: ScriptAlias /cgi_bin/ /usr/local/www/cgi_bin/ should be changed to: ScriptAlias /cgi-bin/ /usr/local/www/cgi-bin/ otherwise, cgi's will not work. I do not believe it is autmatically configurated by "/stand/sysinstall" I rather believe it is >How-To-Repeat: You only have to install the package: apache-1.1.1 >Fix: Line 29 of file /usr/local/www/server/conf/srm.conf should be changed to: ScriptAlias /cgi-bin/ /usr/local/www/cgi-bin/ >Audit-Trail: >Unformatted:
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199612130641.WAA24441>