Search found 1 match
- Sun Oct 26, 2014 1:59 am
- Forum: Modification & Patches
- Topic: patch for firewall config to fix HTTP 500 on fresh install
- Replies: 1
- Views: 12364
patch for firewall config to fix HTTP 500 on fresh install
The following patch properly allows all traffic on the local loopback interface. Out of the box, vestacp's iptables configuration blocks nginx from communicating with apache via 127.0.0.1:8080. The fix is to add the following rule -I INPUT -p all -i lo -j ACCEPT The patch addresses the rule meant to...