Re: [PHP] hiding php

2002-12-03 Thread Serge A.
> Because its better to have someone waste time trying known hacks for a > platform I don't have than to have the same person not know the platform and > start spending time figuring out what it is right off the bat. That will not work.. try the following: telnet yourserve 80 and than type GET

[PHP] Re: suEXEC and PHP

2002-11-26 Thread Serge A.
Hi, suEXEC will only work if PHP is installed as CGI, not Apache module... Regards, Serge > Hi, > > Apache 1.3.24, PHP 4.2.2 > > I am running a php script which executes something like > > system("scp -r -S ssh host1:/home/dir host2:/home"); > > The scp command executes as the apache us