You are viewing a plain text version of this content. The canonical link for it is here.
Posted to bugs@httpd.apache.org by bu...@apache.org on 2004/08/12 21:36:39 UTC

DO NOT REPLY [Bug 30633] New: - Misleading message when User directive not supplied for suexec

DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG 
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
<http://issues.apache.org/bugzilla/show_bug.cgi?id=30633>.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND 
INSERTED IN THE BUG DATABASE.

http://issues.apache.org/bugzilla/show_bug.cgi?id=30633

Misleading message when User directive not supplied for suexec

           Summary: Misleading message when User directive not supplied for
                    suexec
           Product: Apache httpd-1.3
           Version: 1.3.29
          Platform: PC
        OS/Version: Linux
            Status: NEW
          Severity: Normal
          Priority: Other
         Component: Other
        AssignedTo: bugs@httpd.apache.org
        ReportedBy: cnelson@nycap.rr.com


I'm trying to get suexec working on Apache httpd 1.3.29.  suexec is installed as:

  -rwsr-sr-x 1 root root 24520 ... /usr/apache/bin/suexec

and httpd -l says:

  Compiled-in modules:
    http_core.c
    mod_log_config.c
    mod_mime.c
    mod_dir.c
    mod_cgi.c
    mod_actions.c
    mod_alias.c
    mod_access.c
    mod_auth.c
    mod_ssl.c
  suexec: enabled; valid wrapper /usr/apache/bin/suexec

and my httpd.conf file includes:

  <VirtualHost _default_:80>
    ...
    Group admin
  </VirtualHost>
  ...
  <VirtualHost _default_:443>
    Group admin
    ...
  </VirtualHost>

but when I start up httpd, error_log includes:

  Warning: Group directive in <VirtualHost> requires SUEXEC wrapper.
  Warning: Group directive in <VirtualHost> requires SUEXEC wrapper.
 			
Adding User directives to the <VirtualHost> sections eliminates these messages.
 The messages should accurately report that the User directive is missing, no
that SUEXEC isn't available.

---------------------------------------------------------------------
To unsubscribe, e-mail: bugs-unsubscribe@httpd.apache.org
For additional commands, e-mail: bugs-help@httpd.apache.org