Received: (qmail 98200 invoked by uid 501); 13 Dec 2001 05:51:25 -0000 Message-Id: <20011213055125.98199.qmail@apache.org> Date: 13 Dec 2001 05:51:25 -0000 From: Yusuf Goolambbas Reply-To: yusufg@outblaze.com To: submit@bugz.apache.org Subject: --server-gid doesn't propogate changes to httpd.conf X-Send-Pr-Version: 3.110 >Number: 9099 >Category: config >Synopsis: --server-gid doesn't propogate changes to httpd.conf >Confidential: no >Severity: critical >Priority: medium >Responsible: apache >State: closed >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: apache >Arrival-Date: Wed Dec 12 22:00:00 PST 2001 >Closed-Date: Wed Dec 12 23:44:01 PST 2001 >Last-Modified: Wed Dec 12 23:44:01 PST 2001 >Originator: yusufg@outblaze.com >Release: 1.3.22 >Organization: >Environment: Linux 2.4.17-pre7 Redhat 7.2 >Description: ./configure --prefix=/usr/local/site/apache --server-uid= --server-gid= make make install Observe the value of Group in /usr/local/site/apache/httpd.conf It still shows up as Group "#-1" which is what is defined in httpd-dist.conf >How-To-Repeat: >Fix: --- Makefile.tmpl.orig Thu Dec 13 05:35:02 2001 +++ Makefile.tmpl Thu Dec 13 05:35:45 2001 @@ -529,7 +529,7 @@ -e 's;conf/magic;$(sysconfdir)/magic;' \ -e 's;conf/mime\.types;$(sysconfdir)/mime.types;' \ -e 's;User nobody;User $(conf_user);' \ - -e 's;Group #-1;Group $(conf_group);' \ + -e 's;Group "#-1";Group $(conf_group);' \ -e 's;Port 80;Port $(conf_port);' \ -e 's;ServerAdmin you@your.address;ServerAdmin $(conf_serveradmin);' \ -e 's;ServerName new.host.name;ServerName $(conf_servername);' \ >Release-Note: >Audit-Trail: State-Changed-From-To: open-closed State-Changed-By: jwoolley State-Changed-When: Wed Dec 12 23:44:01 PST 2001 State-Changed-Why: This issue has already been resolved in CVS. Please see PR#8888. Thanks for using Apache! >Unformatted: [In order for any reply to be added to the PR database, you need] [to include in the Cc line and make sure the] [subject line starts with the report component and number, with ] [or without any 'Re:' prefixes (such as "general/1098:" or ] ["Re: general/1098:"). If the subject doesn't match this ] [pattern, your message will be misfiled and ignored. The ] ["apbugs" address is not added to the Cc line of messages from ] [the database automatically because of the potential for mail ] [loops. If you do not include this Cc, your reply may be ig- ] [nored unless you are responding to an explicit request from a ] [developer. Reply only with text; DO NOT SEND ATTACHMENTS! ]