jinlei801011 2 Posted March 1, 2016 Share Posted March 1, 2016 Hi, I have run the following commands to start Apache http and enable port 3128 in firewall on ERA virtual appliance, but when I do a netstat I don't see the port is listening...please help. Thanks 1. echo /opt/apache/bin/apachectl start >> /root/http-forward-proxy.sh 2. echo /opt/apache/bin/htcacheclean -d60 -i -p/var/cache/apache2 -l10000000000 >> /root/http-forward-proxy.sh 3. echo iptables -A INPUT -p tcp --dport 3128 -j ACCEPT >> /root/firewall-ports.sh 4. echo ip6tables -A INPUT -p tcp --dport 3128 -j ACCEPT >> /root/firewall-ports.sh 5.reboot Link to comment Share on other sites More sharing options...
ESET Staff MartinK 383 Posted March 1, 2016 ESET Staff Share Posted March 1, 2016 Please try to run it manually using command /opt/apache/bin/apachectl start and check whether it works as expected - maybe there went something wrong during startup. Link to comment Share on other sites More sharing options...
Recommended Posts