2
votes
4answers
1k views

Need working guide to install latest Apache or Nginx, PHP & MySQL for production

Ok I'm told the best and easiest way to install Apache/Nginx, PHP, MySQL for production these days is to pull in the software using apt-get or similar package manager for your specific distro. The ...
0
votes
2answers
116 views

Is it possible to have both LEMP and LAMP in the local system?

i am newbie in using linux system and i want to know whether i can run both LEMP and LAMP in the same system. I am using fedora 14. if i can install means, is there any possiblity that my existing ...
1
vote
1answer
265 views

nginx host server log rotation all sites

I have setup individual log files for each of my sites in the directory /var/log/nginx-hosts/ and I have to configure log rotation for those files. The base I am starting with is ...
1
vote
2answers
2k views

best way to debug nginx config file?

I have a bunch of rewrite rules that I have to port from apache to nginx. It's a rather painful process because I'm not able to see if my rewrite rules and "if" conditions are working as I want them ...
9
votes
4answers
963 views

Advantages of Using Nginx or HA Proxy as Load Balancer

In our environment we us both Nginx and HA Proxy on different clusters. Are there advantages of using one over the other? Or, what is the best way to go about load balancing a basic LAMP server ...
0
votes
2answers
342 views

fcgi only using one processor?

I'm working on a setup which uses fcgi/nginx. It seems to be running correct (24 children and 500 max requests), except that all of the phpfcgi instances are piling on one core. When I run top, I ...