Re: [PHP] suExec problem

2006-05-13 Thread Laszlo Nagy
chris smith írta: On 5/12/06, Laszlo Nagy <[EMAIL PROTECTED]> wrote: Hello, I have a SuSe 9.3 server, with apache version 2.0.53 and suexec configured. It was working for months. One day, it stopped working for ALL virtual hosts. I might have misconfigured something, but I'm not sure what is

Re: [PHP] suExec problem

2006-05-12 Thread chris smith
On 5/12/06, Laszlo Nagy <[EMAIL PROTECTED]> wrote: Hello, I have a SuSe 9.3 server, with apache version 2.0.53 and suexec configured. It was working for months. One day, it stopped working for ALL virtual hosts. I might have misconfigured something, but I'm not sure what is the problem. When

Re: [PHP] suexec in php

2004-06-30 Thread Binay
you can execute system commands from within PHP using either system() , (Bexec() or passthru(). (B (BLook at these functions and m sure will solve ur problem. (B (Bthanks (BBinay (B (B- Original Message - (BFrom: "Syed Ghouse" <[EMAIL PROTECTED]> (BTo: "php mailinglists" <[EMAIL P

Re: [PHP] suexec in php

2004-06-30 Thread Curt Zirzow
* Thus wrote Syed Ghouse: > Hi All > > Is there any suexec function in php to create a unix user > > or there is any function to create user dynamically from php code You might want to start here: man unix Curt -- First, let me assure you that this is not one of those shady pyramid schemes

Re: [PHP] Re: PHP suexec: html files as PHP.

2003-07-30 Thread Joan McGalliard
On Tuesday, July 29, 2003, at 01:43 PM, erythros wrote: it depends on what webserver your provider is running. all they have to do is add .html to the list of files parsed by php. Thanks! this was enough to get them to fix the problem. Just to explain the back story. I had a website, that was

[PHP] Re: PHP suexec: html files as PHP.

2003-07-29 Thread erythros
it depends on what webserver your provider is running. all they have to do is add .html to the list of files parsed by php. "Joan McGalliard" <[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED] > Hi, > > I'm getting a little desperate here, and running out of places to ask. > My hosting c

Re: [PHP] suexec

2003-07-10 Thread Marek Kilimajer
Sorry, my fault. I was wrong, suexec can work only for cgi. Fejes Jozsef wrote: Sure there is, the same way as in the cgi version. Safe mode must be off. Safe mode is off, suexec is turned on. In the logfiles, I see that suexec engine is turned on or something like that, the path is correct to

Re: [PHP] suexec

2003-07-10 Thread Fejes Jozsef
> Sure there is, the same way as in the cgi version. Safe mode must be off. > Safe mode is off, suexec is turned on. In the logfiles, I see that suexec engine is turned on or something like that, the path is correct too. Suexec and the virtualhost are configured alright because for cgi programs, i

Re: [PHP] suexec

2003-07-10 Thread Marek Kilimajer
Sure there is, the same way as in the cgi version. Safe mode must be off. Fejes Jozsef wrote: Hi! Is there a way to use suexec with a non-cgi version of php? Or is there any other way to do the same job as suexec would do? -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visi