Bug 146793

Summary: http.conf has User and Group statement in wrong block
Product: [Fedora] Fedora Reporter: man <anoah>
Component: httpdAssignee: Joe Orton <jorton>
Status: CLOSED RAWHIDE QA Contact:
Severity: low Docs Contact:
Priority: medium    
Version: 2   
Target Milestone: ---   
Target Release: ---   
Hardware: i686   
OS: Linux   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2005-03-29 11:13:21 UTC Type: ---
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Embargoed:

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.