But you mean starting with #! ?? How could I use the normal way of setting a cgi-handler for calling .php-files? Know what I mean?
Using Misc Binary-support (and therefor patching the kernel) seems no solution to me. Isn't there some way to make it work using Apache- features? On 9 Jun 2003 at 11:02, Ted Cabeen wrote: > "Stefan Neufeind" <[EMAIL PROTECTED]> writes: > > > But afaik you run into real problems when you try to use suexec with > > php, don't you? Or has anybody managed to get this running > > correctly? (for Apache 1.3.x !!!). > > You do if you use php scripts that are parsed by the server itself. > You can use php cgi scripts with suexec without any problems. > > > On 6 Jun 2003 at 17:06, Wade Richards wrote: > > > >> On 06 Jun 2003 16:15:37 PDT, Jon writes: > >> >I believe Apache would still be executing php/cgi scripts as > >> >www-data, so users could snoop on other users's scripts, session > >> >files, etc. > >> > > >> >Something like: > >> ><?php echo `ls ../neighbor/public_html`; ?> > >> > >> I suggest you look up the suEXEC Apache module, it seems to do > >> exactly what you want.

