Enabling Piped Logs for Web Server to Avoid Disruption of Web Services

If you are going to host more than 300 domains or Web sites on your server, you need to switch on support for piped logs in the Apache Web server. To do this, follow these steps:

  1. Log in to the server shell.
  2. Log in to MySQL database server.
  3. Issue the command mysql -uadmin -p`cat /etc/psa/.psa.shadow` psa -e "replace into misc (param,val) values ('apache_pipelog', 'true');"
  4. Exit from MySQL.
  5. Issue the command websrvmng -v -a