Pilot
09-02-2001, 06:19 PM
1. How to do I increase the FTP timeout limit (300 second default) to a larger value?
2. Where is the PHP.INI file located?
3. Anyone installed the Zend Optimizer for PHP 4.0.3pl1?
RAQ4i.
Thanks
sbrad
09-02-2001, 09:35 PM
1. How to do I increase the FTP timeout limit (300 second default) to a larger value?
It's in /etc/proftpd.conf. I set my TimeoutNoTransfer and TimeoutIdle to 1200.
2. Where is the PHP.INI file located?
/etc/httpd/php.ini
iplexx
09-03-2001, 07:47 AM
3. Anyone installed the Zend Optimizer for PHP 4.0.3pl1?
We're using it (RaQ4i) more than 1/2 year now.
Running smooth, but can't say it's that performance boost.
Maybe requires ZendCache ($$$) too.
We'd tested (free) APC (Alternate PHP Cache) instead of ZendOptimizer but it caused problems by caching scripts that shouldn't be cached. There's another free product called AfterBurnerCache but we haven't tested it yet.