SuEXEC Defaults Values not changing
Hi,
There is another issue now with SuEXEC.. I have compiled apache as follow:
./configure --prefix=/usr/local/httpd2.2.16 --with-mpm=prefork --with-mpm=worker --with-included-apr --enable-ssl --enable-proxy --enable-mods-shared="most proxy" --enable-suexec --with-suexec-logfile=suexec.log --with-suexec-caller=daemon
However, even after that it is not changing the default values:
[root@redhat5 bin]# ./suexec -V
-D AP_DOC_ROOT="/usr/local/httpd2.2.16/htdocs"
-D AP_GID_MIN=100
-D AP_HTTPD_USER="www"
-D AP_LOG_EXEC="yes"
-D AP_SAFE_PATH="/usr/local/bin:/usr/bin:/bin"
-D AP_UID_MIN=100
-D AP_USERDIR_SUFFIX="public_html"
Can someone please point out what I am doing wrong!
Additionally, how can i set the suexec documentroot to individual users home directories?
Actually this server is being used for Virtual Hosting, now what i need is if a user puts the scripts in his /home/user1/ then the scripts should run with user1 id similarly for user2 and so on.
Last edited by IwantLINUX; 11-25-2010 at 04:55 PM.
Reason: Another query
|