Re: [gentoo-user] Re: no suEXEC logging on errors

2006-06-08 Thread danny
OK, I assume we are talking about Apache web server here. If that's the case I would suppose you are missing the following in your "httpd.conf": - Options ExecCGI SetHandler cgi-script - The whole documentation about "mod_userdir" which enables "per-user web directories: can be found at:

Re: [gentoo-user] Re: no suEXEC logging on errors

2006-06-08 Thread Bertram Scharpf
Hi, Am Mittwoch, 07. Jun 2006, 18:31:46 -0500 schrieb [EMAIL PROTECTED]: > Bertram Scharpf <[EMAIL PROTECTED]> writes: > > > Am Mittwoch, 07. Jun 2006, 06:29:26 -0500 schrieb [EMAIL PROTECTED]: > >> I'm getting suexec errors in apache error_log. According to all > >> documentation on the subject

Re: [gentoo-user] Re: no suEXEC logging on errors

2006-06-08 Thread Hans-Werner Hilse
Hi, On Thu, 08 Jun 2006 13:32:17 -0500 [EMAIL PROTECTED] wrote: > Hans-Werner Hilse <[EMAIL PROTECTED]> writes: > > > What you're experiencing seems to be just a missing ScriptAlias. RTFM > > about calling CGIs... > > What I've found is that if I set ScriptAlias to > /var/www/localhost/cgi-bin/

Re: [gentoo-user] Re: no suEXEC logging on errors

2006-06-08 Thread Hans-Werner Hilse
Hi, On Thu, 08 Jun 2006 03:37:01 -0500 [EMAIL PROTECTED] wrote: > Justin R Findlay <[EMAIL PROTECTED]> writes: > > On Thu, Jun 08, 2006 at 01:51:09AM -0500, [EMAIL PROTECTED] wrote: > >> > >> A few people have mentioned not having used Suexec making me > >> wonder if there is some other way to al

Re: [gentoo-user] Re: no suEXEC logging on errors

2006-06-08 Thread Justin R Findlay
On Thu, Jun 08, 2006 at 01:51:09AM -0500, [EMAIL PROTECTED] wrote: > > A few people have mentioned not having used Suexec making me wonder if > there is some other way to allow myuser to run cgi? I usually run apache as apache:web with the user creating the web stuff in the web group. Justin --

Re: [gentoo-user] Re: no suEXEC logging on errors

2006-06-07 Thread Jason A. Booth
On Wednesday 07 June 2006 16:31, [EMAIL PROTECTED] wrote: > Bertram Scharpf <[EMAIL PROTECTED]> writes: > > Hi, > > > > Am Mittwoch, 07. Jun 2006, 06:29:26 -0500 schrieb [EMAIL PROTECTED]: > >> I'm getting suexec errors in apache error_log. According to all > >> documentation on the subject .. sue