Apache Webserver security and optimization tips

后端 未结 6 758
独厮守ぢ
独厮守ぢ 2021-01-31 13:12

I\'m about to deal with managing and running my first Internet connected Apache webserver and I was wondering if there are any sys admins and developers out there that would lik

6条回答
  •  忘掉有多难
    2021-01-31 13:39

    If you're running a standard LAMP (Linux, Apache, MySQL, PHP/PEARL/PYTHON) environment: Put MySQL on another machine than Apache. Will be a little slower with only a few concurrent processes (due to network latency), but will be MUCH faster with many concurrent processes.

提交回复
热议问题