You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@httpd.apache.org by cn...@nycap.rr.com on 2004/08/12 19:56:57 UTC

[users@httpd] suexec -- is it there or isn't it?

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.

I guess I'm missing something or have something iconsistent.  Any ideas?


---------------------------------------------------------------------
The official User-To-User support forum of the Apache HTTP Server Project.
See <URL:http://httpd.apache.org/userslist.html> for more info.
To unsubscribe, e-mail: users-unsubscribe@httpd.apache.org
   "   from the digest: users-digest-unsubscribe@httpd.apache.org
For additional commands, e-mail: users-help@httpd.apache.org


Re: [users@httpd] suexec -- is it there or isn't it?

Posted by Joshua Slive <js...@gmail.com>.
On Thu, 12 Aug 2004 13:56:57 -0400, cnelson@nycap.rr.com
<cn...@nycap.rr.com> wrote:

> 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.
> 
> I guess I'm missing something or have something iconsistent.  Any ideas?

So you also have an accompanying User directive?  I don't believe you
can use Group without User.

Joshua.

---------------------------------------------------------------------
The official User-To-User support forum of the Apache HTTP Server Project.
See <URL:http://httpd.apache.org/userslist.html> for more info.
To unsubscribe, e-mail: users-unsubscribe@httpd.apache.org
   "   from the digest: users-digest-unsubscribe@httpd.apache.org
For additional commands, e-mail: users-help@httpd.apache.org