On June 18, 2012 20:27 , Good Guy <xfsgpr@xxxxxxxxxxx> wrote:
Does anybody know whether it is possible to run Apache 32 bit but other applications like MySql (64 bit) and PHP (64 bit)? If so any problems I should be aware of when mixing the two types?
You can do this as long as you don't try to mix 32-bit and 64-bit inside Apache HTTP Server via modules. For example, if you want to use mod_php, mod_php and httpd must both be 32-bit or must both be 64-bit. However, you can have httpd be 32-bit and use 64-bit PHP via FastCGI (e.g., PHP-FPM or similar).
Using 64-bit MySQL from 32-bit httpd is no problem. -- Mark Montague mark@xxxxxxxxxxx --------------------------------------------------------------------- To unsubscribe, e-mail: users-unsubscribe@xxxxxxxxxxxxxxxx For additional commands, e-mail: users-help@xxxxxxxxxxxxxxxx