php-install Digest 21 Apr 2002 17:17:10 -0000 Issue 799

Topics (messages 6701 through 6704):

restrict access to PHP functions
        6701 by: didier.journois
        6702 by: Rasmus Lerdorf

installation problem of PHP on Unix/Solaris
        6703 by: BERKAN YALCINKAYA

Re: PHP installation with Apache under WIN ME
        6704 by: Peter Hall

Administrivia:

To subscribe to the digest, e-mail:
        [EMAIL PROTECTED]

To unsubscribe from the digest, e-mail:
        [EMAIL PROTECTED]

To post to the list, e-mail:
        [EMAIL PROTECTED]


----------------------------------------------------------------------
--- Begin Message ---
It is easy to restrict access to certain php functions by using the php_ini file. But 
how to get a user specific list of restriction with an apache web server virtual host 
configuration ?


--- End Message ---
--- Begin Message ---
You can't - it is too expensive performance-wise to rebuild the list of
available functions on a per-request basis.  You would basically need to
run separate instances of Apache/PHP to achieve this.

-Rasmus

On Sun, 21 Apr 2002, didier.journois wrote:

> It is easy to restrict access to certain php functions by using the php_ini file. 
>But how to get a user specific list of restriction with an apache web server virtual 
>host configuration ?
>
>
>
> --
> PHP Install Mailing List (http://www.php.net/)
> To unsubscribe, visit: http://www.php.net/unsub.php
>

--- End Message ---
--- Begin Message ---
I have a problem with the installation of the Php on Unix /Solaris
machine.We installed Apache on the machine and we achieved.It works fine.
We want to install Php on the root as "/Php",that is,not as "usr/local/Php"
Our machine has no "usr/local" directory.When we try to install Php,the 
"make file" tries to put some files in "usr/local/lib" directory.Because we 
have no "usr/local" directory,the
process stopped and we got errors .And a result ,we couldn't achieve to
install Php on our machine.
Would you please write the steps how we can install Php on the root as
"/Php" directory not in "/usr/local/Php" directory ?
Another question,if we achieve to install Php after your 
recommenddations,should we compile Apache again?
Thanks a lot.
I wait your answers.


_________________________________________________________________
Send and receive Hotmail on your mobile device: http://mobile.msn.com

--- End Message ---
--- Begin Message ---
Has anybody managed this? I've been trying for about 4 days now...

Apache 2.0.35
PHP 4.2 (from php-4.2.0RC4-win32.zip)

Peter


--- End Message ---

Reply via email to