Closed Bug 148871 Opened 22 years ago Closed 22 years ago

Apache doesn't use srm.conf or access.conf anymore

Categories

(Bugzilla :: Documentation, defect, P3)

2.17
defect

Tracking

()

RESOLVED FIXED
Bugzilla 2.16

People

(Reporter: justdave, Assigned: bz)

Details

From: Andreas Franke <afranke@ags.uni-sb.de>
Newsgroups: netscape.public.mozilla.webtools
Subject: Re: webpage
Date: Mon, 03 Jun 2002 17:04:47 +0200

Amy Zediak wrote:
> 
> looking at my web for bugzilla...on the part that says create a new
> account - it just prints the cgi script - how can i correct this?

See section "HTTP Server" in the Bugzilla Guide.
The current version reads:

You'll want to make sure that your web server will run any file with
the .cgi extension as a cgi and not just display it. If you're using
apache that means uncommenting the following line in the srm.conf
file:
   AddHandler cgi-script .cgi
 
With apache you'll also want to make sure that within the access.conf
file the line:
Options ExecCGI
AllowOverride Limit
 
is in the stanza that covers the directories into which you intend to
put the bugzilla .html and .cgi files.

--- End Forwarded Message ---

The above section is incorrect as of Apache 1.3 and later.

Since Apache 1.3, the srm.conf and access.conf files have been deprecated. 
These statements should all be in the main httpd.conf file.
Summary: afranke@ags.uni-sb.de → Apache doesn't use srm.conf or access.conf anymore
Priority: -- → P3
Target Milestone: --- → Bugzilla 2.16
Accepting.
Status: NEW → ASSIGNED
Barnboy, you can feel free to take this back if you want. :-)  I filed it while
you were "away" and Gerv seemed to be working on this stuff at the time.
-> barnboy.

Gerv
Assignee: gerv → mbarnson
Status: ASSIGNED → NEW
This is now relegated to a note ("Older versions of Apache...") at the end of
that section.
Status: NEW → RESOLVED
Closed: 22 years ago
Resolution: --- → FIXED
QA Contact: matty_is_a_geek → default-qa
You need to log in before you can comment on or make changes to this bug.