Jump to content

Webservers

From My Wiki, For Me
apache n nginx stuff

Common Error Codes

403

Could be incorrect permissions or ownership on the files/folders. Run fixperms: fixperms -v <user>

Or. on all users: fixperms -v $(cat /etc/trueuserowners | cut -d\: -f1)

A 403 on a CWP server could also indicate ModSecurity rules being triggered. Check /usr/local/apache/domlogs/

perms, or ModSec on CWP

404

page missing, or permalinks on WP

406

ModSec on non-CWP

500

PHP or Apache error

503

PHP error

504

Gateway timeout

508

out of resources