linux - Is "Ubuntu Server 14.04.3 LTS + LAMP" production-ready? -


installing fresh copy of ubuntu server 14.04.3 lts , then:

$ sudo apt-get update $ sudo apt-get upgrade $ sudo apt-get install lamp-server^ 

is configuration production-ready in terms of security , stability?

no. no system "production-ready" without configuring according needs. neither in terms of security nor stability/performance.


Comments

Popular posts from this blog

mysql - FireDac error 314 - but DLLs are in program directory -

git - How to list all releases of public repository with GitHub API V3 -

c++ - Getting C2512 "no default constructor" for `ClassA` error on the first parentheses of constructor for `ClassB`? -