Comments on How To Install A Complete LEMP (Linux - EngineX (Nginx HTTP SERVER) - Mysql - PHP) Server (Not LAMP...) On Ubuntu/Debian

How To Install A Complete LEMP (Linux - EngineX (Nginx HTTP SERVER) - Mysql - PHP) Server (Not LAMP...) On Ubuntu/Debian This HowTo will describe the setup of an efficient http server and mail server for small or medium configurations (as low as 96 mb). Why LEMP instead of LAMP? NGINX is a great replacement for Apache with very low memory footprint and great stability.

5 Comment(s)

Add comment

Please register in our forum first to comment.

Comments

By:

I had zero experience with Nginx and PHP FastCGI before going through this tutorial. Now that I've worked through it to the end my Nginx web server is up and running no problem.

 Thanks !!

By: Reynold P J

Thank's for sharing this article -:)

By:

thanks for the article.  It wall worked very well.  However, I can't access myphpadmin site... any quick fixes?

 

Thanks,

Wayne

By: Cramerz

some of those mysql commands are no longer needed and can create errors.

 mysql 5.6 is faster and needs less commands: http://www.collegetimes.tv/lemp-server/

 

 

 

By: Anonymous

Hi. I think the cert should be generated with -aes256 rather than -des3. AES256 has replaced 3DES in many places by now, so we should follow that now.