Hi All,
Is there a way to hold the user in his home_dir?
In a way that he can't read any file down this directory?
If so, and if a have 10 clientes with 10 different home
directories. Is it possible?
Thank's
Ronan
--
PHP Install Mailing List (http://www.php.net/)
To unsubscribe, visit: http://
Hello,
I installed Apache-1.3.27 + PHP-4.3.1 as static.
So, I have two doubts:
1. Someone has told me that Safe_mode don't permit
any intaration with the system like phpinfo()
and the users couldn't execute a cat, ls and so on.
I enabled PHP safe_mode and executed a test with
phpinfo
Hi All,
I have Apache-1.3.26 + PHP-4.1.2 installed in a box working fine.
The problem is the page thais is too slow. I have monitored the
system and saw that the httpd process consume 100% from the CPU
machine.
The Apache was installed with the default configurations and I´de
like to know how s
Hi,
I got install Apache + PHP by the standard way.
Now I supposed to install PHP with imap support to run a webmail.
So I did the follow steps:
cd apache_1.3.20
./configure
cd ../php-4.0.6
./configure --with-apache=../apache_1.3.20 --enable-track-vars --with-imap
make
make install
cd ../apache