"Oliver" <[EMAIL PROTECTED]> wrote:
>Hello,
>OK, but I  can I govern this:
>
>in the apache configuration of ./configure
>I tried to add some DSO (Dynamical Shared Objects) like this
>
>./configure --enable-module=most --enable-shared=max --enable-suexec --suexe
>c-caller=apache --suexec-docroot=/home --suexec-userdir=/home --suexec-uidmi
>n=500 --suexec-gidmin=100 --suexec-safepath=/usr/local/bin:/usr/bin:/bin --a
>ctivate-module=src/modules/perl/libperl.a --enable-shared=perl -
>
>after running make and then make install
>
>I tried to restart httpd
>it failed.
>
>My Question:
>What can I do to have most of the DSO object modules for apache and mod_perl
>running as suExec.????

You can't.  suExec is used to run other programs.  DSOs are not 
programs but shared libraries.
-- 
James Smith <[EMAIL PROTECTED]>, 979-862-3725
Texas A&M CIS Operating Systems Group, Unix

Reply via email to