You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@httpd.apache.org by Sh...@ny.frb.org on 2003/11/28 23:09:09 UTC

[users@httpd] changing suexec settings

I had apache 2.0.48 installed and working the way I want, in particular, 
suexec with multiple vhosts.
After a couple of dry runs, I found out that the default locations of 
suexec logfile (--with-suexec-logfile) and docroot (--with-suexec-docroot) 
are not the best for me.
After reading the suexec documentation, my understanding is that I have to 
reinstall apache with the suexec settings that I want.
In my case, this means reinstalling couple third-party modules. It seems 
that I have the option of doing a plain vanilla apache install in a temp 
directory with all the suexec settings that I want and copy the new suexec 
binary over the old suexec binary in the production directory.

I wonder if there is a simpler and faster way to change the settings of 
suexec without reinstalling apache.

---------------------------------------------------------------------------------------------

Shen C. Yang

Information Technology Specialist
Federal Reserve Bank of New York - www.newyorkfed.org
Tel: (212) 720 2857
e-mail: shen.yang@ny.frb.org

Any comments or statements made in this transmission reflect the views of 
the sender and are not necessarily the views of the Federal Reserve Bank 
of New York.

Re: [users@httpd] changing suexec settings

Posted by Kyle Dent <kd...@seaglass.com>.
On Fri, 28 Nov 2003 Shen.Yang@ny.frb.org wrote:

> I had apache 2.0.48 installed and working the way I want, in particular,
> suexec with multiple vhosts.
> After a couple of dry runs, I found out that the default locations of
> suexec logfile (--with-suexec-logfile) and docroot (--with-suexec-docroot)
> are not the best for me.
> After reading the suexec documentation, my understanding is that I have to
> reinstall apache with the suexec settings that I want.
> In my case, this means reinstalling couple third-party modules. It seems
> that I have the option of doing a plain vanilla apache install in a temp
> directory with all the suexec settings that I want and copy the new suexec
> binary over the old suexec binary in the production directory.
>
> I wonder if there is a simpler and faster way to change the settings of
> suexec without reinstalling apache.

Recompile with the options you want. When you're finished, you'll
have an httpd binary in the top level directory of the Apache
source. Stop your web server and copy that over the existing
one.

Kyle


---------------------------------------------------------------------
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