From: M. Asghar Nazir <[email protected]>
> But when I try to manually start with >>>>>>> service squid start
> [r...@proxysrv ~]# service squid start
> squid: unrecognized service
> I also want to configure it for autostart at startup of server. It give me
> following error
> [r...@proxysrv ~]# chkconfig --add squid
> error reading information on service squid: No such file or directory
> [r...@proxysrv ~]#
This is more of an OS question...
service and chkconfig need a squid startup script.
Apparently you have no '/etc/init.d/squid'
Either there is one in the squid source tree, or just google for one.
JD