On 30.11.10 00:29, Ken Tanzer wrote:
> I _think_ that PHP is running as a module (based on this section of my
> php conf file:
>
>
> LoadModule php5_module modules/libphp5.so
>
>
> LoadModule php5_module modules/libphp5-zts.so
>
>
> But not sure of the implications. Do the PHP scripts ne
I _think_ that PHP is running as a module (based on this section of my
php conf file:
LoadModule php5_module modules/libphp5.so
LoadModule php5_module modules/libphp5-zts.so
But not sure of the implications. Do the PHP scripts need to run as
CGI in order for suexec to work?
Ken
On Tue,
On 29.11.10 16:10, Ken Tanzer wrote:
> Hi. I'm looking for some help with using suexec and userdir (2.2.15 on FC11).
>
> I have this test script running in a userdir (~test44/public_html/test.php):
>
>
>
> And it keeps reporting apache, not test44.
do you run PHP scripts as CGI?
--
Matus UH
Hi. I'm looking for some help with using suexec and userdir (2.2.15 on FC11).
I have this test script running in a userdir (~test44/public_html/test.php):
And it keeps reporting apache, not test44.
Suexec is enabled, as shown in error log file.
Per the documentation (http://httpd.apache.org/