Thanks you sir! I will give this a try. This is my first swing at apt-getitng source and then making a deb, so its a good excercise no matter what.
Jeff. On Tue, Mar 9, 2010 at 6:09 PM, Richard James Salts < [email protected]> wrote: > On Wed, 10 Mar 2010 05:27:04 Jeff MacDonald wrote: > > Hi, > > > > The documentation says suPHP_UserGroup needs setid-mode = force or > > paranoid. > > > > When I try to use that on my ubuntu system,it says suPHP_UserGroup is an > > invalid command, leading me to believe the .deb was made without > setid-mode > > = paranoid.. > > > > So what are some uses a person might have for suPHP without this feature? > > > > Does anyone know of a .deb that does have it enabled? > apt-get source suphp > edit the debian/rules file contained in the suphp directory downloaded > change the configure line to setid=force|paranoid then > dpkg-buildpackage -us -uc -rfakeroot from the top level directory in the > archive downloaded. > > > > > Also, on a side node: in the documentation it says suPHP_UserGroup only > > runs in a Location or a Directory directive, however on several cPanel > > servers I run, its in a VirtualHost directive.. thoughts? > > > > _______________________________________________ > suPHP mailing list > [email protected] > https://lists.marsching.com/mailman/listinfo/suphp > -- Jeff MacDonald [email protected]
_______________________________________________ suPHP mailing list [email protected] https://lists.marsching.com/mailman/listinfo/suphp
