Jump to content

How to enable Apache HTTP on ERA Virtual Appliance


Recommended Posts

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

  • ESET Staff

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

Guest
This topic is now closed to further replies.
  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...