Guides

Practical step-by-step instructions for developers and system administrators — installation, maintenance, PHP, projects and troubleshooting.

Nginx/Apache config not loading

nginx -t, apachectl configtest and panel vhost editor.

  1. Test configuration

    Before reload verify syntax manually:

    sudo nginx -t
    sudo apachectl configtest
  2. Panel vhost editor

    Projects → Web → Virtual host: panel tests config on save. If save fails, error message shows problem line.

  3. Recovery

    If web server wont start after bad edit, use vhost file backup from Backup module (config type) or recovery-stack.sh.

    sudo /usr/local/uadmin/bin/recovery-stack.sh restart