-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

On Sunday 13 January 2002 08:53 pm, David Talkington wrote:
> Badger wrote:
> >How does one go about changing the apache rpm source and recompiling
> >to get an rpm with the custom configured paramters such as the suexec
> >docroot ?  Is there a reference for somewhere that aids in modifying
> >the source rpm so one can produce the custom rpm ?
>
> I don't mess with RPM for servers, so I'm the wrong guy to ask.
> There are others here (Chuck Mead leaps to mind) who build their own
> RPMs, and can probably quickly direct you to the right docs ...

Disclaimer:
I haven't done it, and I'm not an expert by any stretch of the 
imagination.

That said, I believe you should be able to do it via the configure 
options in the apache spec file. specifically:
$ grep suexec apache.spec
        --enable-suexec \
        --suexec-docroot=%{contentdir} \
        --suexec-uidmin=51 --suexec-gidmin=51 \
        --suexec-caller=apache

You can modify apache.spec, and then 'rpm -bb apache.spec' to rebuild the 
apache rpm.

Hope that helps,

- -D

- -- 

pgp key:  http://www.tuxfan.homeip.net:8080/pgpkey.txt

- --
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.0.6 (GNU/Linux)
Comment: For info see http://www.gnupg.org

iD8DBQE8QkOSeMAUbzJhSVcRAmqxAKC11DDPwekckk2jbHpYkrAcmR0P4ACfQZBR
daccl39xkX9huWUuKDN4CY8=
=2uKX
-----END PGP SIGNATURE-----



_______________________________________________
Redhat-list mailing list
[EMAIL PROTECTED]
https://listman.redhat.com/mailman/listinfo/redhat-list

Reply via email to