Bug 146793 - http.conf has User and Group statement in wrong block
Summary: http.conf has User and Group statement in wrong block
Keywords:
Status: CLOSED RAWHIDE
Alias: None
Product: Fedora
Classification: Fedora
Component: httpd
Version: 2
Hardware: i686
OS: Linux
medium
low
Target Milestone: ---
Assignee: Joe Orton
QA Contact:
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2005-02-01 17:34 UTC by man
Modified: 2007-11-30 22:10 UTC (History)
0 users

Fixed In Version:
Clone Of:
Environment:
Last Closed: 2005-03-29 11:13:21 UTC
Type: ---
Embargoed:


Attachments (Terms of Use)

Description man 2005-02-01 17:34:37 UTC
From Bugzilla Helper:
User-Agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.7.3)
Gecko/20040922

Description of problem:
Around line 210 of httpd.conf, it states:

### Section 2: 'Main' server configuration
#
# The directives in this section set up the values used by the 'main'
# server, which responds to any requests that aren't handled by a
# <VirtualHost> definition.  These values also provide defaults for
# any <VirtualHost> containers you may define later in the file.
#
# All of these directives may appear inside <VirtualHost> containers,
# in which case these default settings will be overridden for the
# virtual host being defined.
#

this is then immediately followed by the section for User and Group
settings, which CANNOT be used inside a <VirtualHost>.

not really a big deal, but confusing.

Version-Release number of selected component (if applicable):


How reproducible:
Always

Steps to Reproduce:
1.Look in /etc/httpd/conf/httpd.conf beyond line 210
2. read the text
3.
    

Actual Results:  User and group section is in 'Main' Server config

Expected Results:  User and group section in 'Global' config section.

Additional info:

Comment 1 Joe Orton 2005-03-29 11:13:21 UTC
Thanks for the report; this has been fixed for FC4.


Note You need to log in before you can comment on or make changes to this bug.