Hello AllI,
I was trying to use proxypass to forward requests to another internal ip address and in the process I meesed up my squid (I Think), the internet stopped working and proxy pass didnt work either. how can fix squid also please let me know if I did anything wrong.
Here s how I tried using proxypass
db domains set /myapp/ domain Nameservers internet
db domains setprop /myapp/ ProxyPassTarget http://192.168.11.240/myapp/
db domains setprop /myapp/ TemplatePath ProxyPassVirtualHosts
signal-event domain-create /myapp/
since it did not work, I deleted it by executing the following command
signal-event domain-delete /myapp/
I tried restarting squid and its failing now

[root@server ~]# /etc/init.d/squid restart
Stopping squid: [ OK ]
Starting squid: [FAILED]
[root@server ~]#
and now nobody in my offfice can access the internet. Please help
Thanks