Re: Apache suExec

2003-03-12 Thread Dave Sherohman
ble it globally, just rename /usr/lib/apache/suexec to something else, but be aware that you will have to repeat this every time you upgrade your apache package. -- The freedoms that we enjoy presently are the most important victories of the White Hats over the past several millennia, and it is v

Apache suExec

2003-03-12 Thread Rus Foster
Hi All, Is there anyway that I can disable suexec for a certain user or replace it? I would rather try to avoid a recompile if poss Rgds Rus -- http://www.65535.net | MSN: [EMAIL PROTECTED] | e: [EMAIL PROTECTED] "More bits for your bite" Lifetime FreeBSD + Linux Hostin

Apache, suexec and virtual hosts

2003-02-17 Thread Johann Spies
I have recompiled apache for suexec to use /home as DocumentRoot. I am trying to get suexec to work and have success when I use one virtual host with the following configuration: --- In /opt/apache/conf/httpd.conf I have inter alia: - NameVirtualHost * ... Include httpd

apache suexec and libpam-mysql

2002-11-21 Thread Marcus . Wagner
hi there, i set up virtual hosts with apache an for each a different user. this way, everything works fine... :) but as i have all the mail users and domains and the ftp users in a mysql database, i'd like to have the vhost-users in a db, too. i tried to find some documentation about suexec and

Re: Apache / SUEXEC on woody...

2002-10-16 Thread Jeremy C. Reed
On 16 Oct 2002, Justin Ryan wrote: > [2002-10-14 01:29:28]: error: command not in docroot > (/site.com/cgi-bin/index.py) > > The DocumentRoot in this case would be /site.com/www/, and the > ScriptAlias /site.com/cgi-bin/. I believe that Debian's provided suexec should be built with docroot as "

Re: Apache / SUEXEC on woody...

2002-10-16 Thread Justin Ryan
> Not sure, but I think you should arrange all vhosts under the docroot of > the main server. > > Extract from suexec docs: > > For security and efficiency reasons, all suexec requests must remain > within either a top-level document root for virtual host requests, or > one top-level personal do

Apache / SUEXEC on woody...

2002-10-16 Thread Justin Ryan
Heya all.. I'm having trouble with Apache/SUEXEC on my woody system.. I have some vhosts that need to run their own cgi scripts. This all works fine, until I add User/Group directives into the VirtualHost configuration. I have a ScriptAlias directive and Options +ExecCGI on the direct

Re: apache suexec

2002-09-09 Thread valerian
eroot debian/rules binary > Anyhow, so anyone know if there's a way to make apache debs run > su-exec? thanks. The debs already have suexec, but the suexec-docroot is set to /var/www or something like that. If that's not what you want, you'll have to recompile. Just make

Re: apache suexec

2002-09-09 Thread Derrick 'dman' Hudson
On Mon, Sep 09, 2002 at 03:36:33PM -0700, Forrest English wrote: | Is there a way to run apache in suexec mode without compiling by hand? Yes. | Anyhow, so anyone know if there's a way to make apache debs run | su-exec? thanks. They come that way. All you have to do is play by the rules for s

apache suexec

2002-09-09 Thread Forrest English
Is there a way to run apache in suexec mode without compiling by hand? I havn't used the debian packages of apache in awhile because i started compiling from source awhile ago to keep scripts running as the user who owns the script. But I'm tired of compiling, and if i can use the .deb's, that'

Apache suExec: Allowing users to execute programs from their own ~/www/cgi-bin/

2000-10-27 Thread halfdan
I have a user who would like to execute his own perl-scripts on my server, and i've read the apache.org docs about suexec. But i canøt really get it to work. Has anyone got a working configuretion file that i could have a look at ? Thanks in advance -- Best Regards / Venlig Hilsen Rasmu

Re: Apache suExec - how to configure under debian?

2000-01-08 Thread Robert Varga
changes in suid.conf, > > then suidmanager will upon every restart clear the suid bit of the suexec > > binary, preventing apache to run. > > I just installed suidmanager (sounds like something that is good to > have) and got an /etc/suid.conf which had nothing in it at all.

Re: Apache suExec - how to configure under debian?

2000-01-07 Thread Stuart Ballard
r the suid bit of the suexec > binary, preventing apache to run. I just installed suidmanager (sounds like something that is good to have) and got an /etc/suid.conf which had nothing in it at all. Will this cause me problems? What line should I add for apache suexec? Thanks again, Stuart.

Re: Apache suExec - how to configure under debian?

2000-01-07 Thread Robert Varga
> > > put 4755 in /etc/suid.conf in the line of /usr/lib/apache/suexec instead > > of 0755, and change apache-common to user. > > I don't have an /etc/suid.conf. Is this a package that I should have > installed, but don't? (I broke my installation early o

Re: Apache suExec - how to configure under debian?

2000-01-07 Thread Stuart Ballard
ny message about it being found in my > > error.log (the apache documentation says I should). When I try to enable > > it by setting a User and Group in a virtualhost directive, I get: > > chmod 4755 /usr/lib/apache/suexec Doing this seemed to work. Thanks! > put 4755 in /etc/suid.co

Re: Apache suExec - how to configure under debian?

2000-01-07 Thread Robert Varga
e apache documentation says I should). When I try to enable > it by setting a User and Group in a virtualhost directive, I get: chmod 4755 /usr/lib/apache/suexec put 4755 in /etc/suid.conf in the line of /usr/lib/apache/suexec instead of 0755, and change apache-common to user. Robert Varga

Apache suExec - how to configure under debian?

2000-01-07 Thread Stuart Ballard
setting a User and Group in a virtualhost directive, I get: # /etc/init.d/apache start Starting web server: apache... failed. # apachectl configtest ERROR: User directive in requires SUEXEC wrapper. Oh, and ls -l /usr/lib/apache/suexec gives -rwxr-xr-x1 root root 9916 Oct 30 23

Apache SuExec won't work with virtual hosts outside /var/www

1999-09-05 Thread Alexander List
-BEGIN PGP SIGNED MESSAGE- Package: apache Version: 1.3.6-15.2 Changing the SuExec docroot from /var/www/htdocs to /var/www will enable SuExec for people without or with few virtual hosts residing below /var/www. However, on "bigger" systems with lots of virtual hosts, one might want to

Re: apache & suexec -- mode 0755?

1998-06-13 Thread storm
On Sat, 13 Jun 1998, Paul Miller wrote: > On Sat, 13 Jun 1998, Gergely Madarasz wrote: > > If you set suexec up in /etc/suid.conf then it wont mess with it afaik. > > Thats what suidmanager is for. > no.. when updating apache, the installation script modifies > /etc/suid.conf too... I think I'll

Re: apache & suexec -- mode 0755?

1998-06-13 Thread Paul Miller
On Sat, 13 Jun 1998, Gergely Madarasz wrote: > On Sat, 13 Jun 1998, Paul Miller wrote: > > > > > ... I guess it doesn't make any sense that the package messes up my > > configuration. Oh well... > > If you set suexec up in /etc/suid.conf then it wont mess with it afaik. > Thats what suidmanage

Re: apache & suexec -- mode 0755?

1998-06-13 Thread Gergely Madarasz
On Sat, 13 Jun 1998, Paul Miller wrote: > > ... I guess it doesn't make any sense that the package messes up my > configuration. Oh well... If you set suexec up in /etc/suid.conf then it wont mess with it afaik. Thats what suidmanager is for. Greg -- Madarasz Gergely [EMAIL PROTECTE

Re: apache & suexec -- mode 0755?

1998-06-13 Thread Paul Miller
t; suexec to 0755 instead of 4711? > > > > Every time I upgrade apache, I have to re-edit the suexec.h file, > > recompile, and change the file mode to 4711 ... it's getting kind of > > annoying. > > setting the right modes in /etc/suid.conf and/or chmod +s >

Re: apache & suexec -- mode 0755?

1998-06-13 Thread Gergely Madarasz
etting kind of > annoying. setting the right modes in /etc/suid.conf and/or chmod +s /usr/lib/apache/suexec should be enough. Actually it is enough, I used this solution and it works. And the default suid is off because i guess not all sites want it suid... and it is wise to keep the number of

apache & suexec -- mode 0755?

1998-06-13 Thread Paul Miller
Is there a reason Debian's suidmanager program sets the file mode of suexec to 0755 instead of 4711? Every time I upgrade apache, I have to re-edit the suexec.h file, recompile, and change the file mode to 4711 ... it's getting kind of annoying. -Paul -- To UNSUBSCRIBE, email to [EMAIL PROTECT

apache/suexec

1998-03-23 Thread Paul Miller
Why does the apache maintaince script change the permission of suexec to 755? Apache wants it to be 4711. -Paul -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]