Invision Community 4: SEO, prepare for v5 and dormant account notifications Matt November 11, 2024Nov 11
Posted March 14, 201113 yr Hello I want some help please to install on my nginx dedicated server (Centos) the latest php. I want to host a forum and i want a basic php installation for that (the best way for easy to update it in the future). What commands i must run from ssh for this and do i have to browse to a folder before i run those commands? Thank you
March 14, 201113 yr Haven't tested this but http://www.howtoforge.com/installing-nginx-with-php5-and-mysql-support-on-centos-5.5
March 14, 201113 yr Author Nice one but i don't like a lot the php installation using the FastCGI package of lighttpd :( I am not sure that is the best solution.... I want to ask also if it is better to use something more custom like php-fpm for better php performance always? Thank you
March 15, 201113 yr i thinks that php-fpm is bether, but may i ask what kind of site/server do you run to use this?
March 15, 201113 yr http://blog.mixu.net/2011/01/04/nginx-php-fpm-and-node-js-install-on-centos-5-5/ Just skip the node.js part
March 15, 201113 yr Author i thinks that php-fpm is bether, but may i ask what kind of site/server do you run to use this? Invision forum :) @cargelock Thanks :) Do i have to do anything else to add java support on the server? Also is better to use source code and do custom builds for easier updates later? Thank you
March 15, 201113 yr What kind of java support? You can use the yum packages to start, then if/when you need to recompile for custom changes or whatever, you can uninstall (but keep all config files) and then compile from source and redeploy your configs (which saves some head scratching)
March 16, 201113 yr Author What kind of java support? Just simple support to use some mods that need java on the server.
March 16, 201113 yr You can proxy from nginx to a java server if you need. example: http://sacharya.com/nginx-proxy-to-jetty-for-java-apps/
Archived
This topic is now archived and is closed to further replies.