Difference between revisions of "CentOS Server Config"

From Colettapedia
Jump to navigation Jump to search
Line 27: Line 27:
 
** systemctl restart php-fpm
 
** systemctl restart php-fpm
 
* Make sure /var/lib/php/session directory is group is nginx
 
* Make sure /var/lib/php/session directory is group is nginx
 +
* configure the local firewall if necessary
 +
** e.g., <code>firewall-cmd --permanent --add-port=8001/tcp</code>
 
===Vue.js===
 
===Vue.js===
 
* npm install -g npm
 
* npm install -g npm

Revision as of 20:29, 27 September 2019

References

Components

Important files

  • TBD: set up a tmux that opens up all of these automatically

Config files

  • /etc/nginx/nginx.conf
  • /etc/php-fpm.d/www.conf
  • /etc/php.ini

Log files

  • /var/log/nginx/*.log
  • var/log/audit/audit.log - SELinux issues go here

Steps

  • Change the listen variables in /etc/php-fpm.d/www.conf to match with the nginx child processes users
    • systemctl restart php-fpm
  • Make sure /var/lib/php/session directory is group is nginx
  • configure the local firewall if necessary
    • e.g., firewall-cmd --permanent --add-port=8001/tcp

Vue.js

  • npm install -g npm
  • npm install -g @vue/cli

Troubleshooting

  • systemctl status php-fpm