Hi,
I'm setting up a dual php setup, so I can gradually move my clients from 4 to 5. As I have known php5 issues with a cms used by the majority of clients, I have php 4 set as default for now. Things seem to be working, but I guess today will tell for sure.
I used to use eaccelerator. I understand I won't be able to anymore with php5/suphp, I'll come back to that in a minute. I thought I would still be able to use it with php4, but I don't seem to be able to get it to load. It installed fine, just won't load either as zend_extension or extension.
So I guess I have a couple questions...
1) For php5/suphp, should I also be using fastcgi in place of a php accelerator?
2) For php4, shouldn't I still be able to use eaccelerator, or is my conf wrong?
3) Anything else look glaringly wrong in the conf below?
This is my php load conf
These are my EA3 build options
I'm setting up a dual php setup, so I can gradually move my clients from 4 to 5. As I have known php5 issues with a cms used by the majority of clients, I have php 4 set as default for now. Things seem to be working, but I guess today will tell for sure.
I used to use eaccelerator. I understand I won't be able to anymore with php5/suphp, I'll come back to that in a minute. I thought I would still be able to use it with php4, but I don't seem to be able to get it to load. It installed fine, just won't load either as zend_extension or extension.
So I guess I have a couple questions...
1) For php5/suphp, should I also be using fastcgi in place of a php accelerator?
2) For php4, shouldn't I still be able to use eaccelerator, or is my conf wrong?
3) Anything else look glaringly wrong in the conf below?
This is my php load conf
Code:
Default PHP Version 4
PHP 5 Handler suphp
PHP 4 Handler dso
Suexec on
Code:
Apache 1.3.39
* * Access
* * Actions
* * Alias
* * AuthnDefault
* * AuthzHost
* * Autoindex
* * CGId
* * DIR
* * Expires
* * Fileprotect
* * Headers
* * Log Config
* * Mime
* * Negotiation
* * Mod SuPHP
* * mod_proxy
* * Raise FD Setsize
* * Raise Hard Server Limit
* * Setenvif
* * Status
* * Unique Id
* * Userdir
* * Mod Security (requires unique id support in apache)
PHP 4.4.7
* * Bcmath
* * Calendar
* * Concurrent Mod_PHP patch
* * Curl
* * CurlSSL
* * DiscardPath
* * Exif
* * FTP
* * GD
* * Gettext
* * Iconv
* * Imap
* * Magic Quotes
* * Openssl
* * Sockets
* * Versioning
* * Zlib
PHP 5.2.3
* * Bcmath
* * Calendar
* * Concurrent Mod_PHP patch
* * Curl
* * CurlSSL
* * FTP
* * GD
* * Gettext
* * Iconv
* * Imap
* * Magic Quotes
* * Mysql
* * Mysql of the system
* * Openssl
* * Sockets
* * Zlib