ok.. i had to install RHEL4 AS. so the previous problem did not need to be solved. but this time without any configuring (of squid.conf file) i tried to check the status of squid service with 'service squid status' . the error this time is..
Code:
[root@saturn ~]# service squid status
squid is stopped
FATAL: Could not determine fully qualified hostname. Please set 'visible_hostname'
Squid Cache (Version 2.5.STABLE6): Terminated abnormally.
CPU Usage: 0.021 seconds = 0.013 user + 0.008 sys
Maximum Resident Size: 0 KB
Page faults with physical i/o: 2
/etc/init.d/squid: line 121: 3225 Aborted $SQUID -k check
[root@saturn ~]#
inside squid.conf i aded the line
Code:
visible_hostname saturn
so what i now see is
Code:
[root@saturn ~]# service squid status
squid is stopped
squid: ERROR: No running copy
[root@saturn ~]#
what does this last line mean?