May 01, 2024, 01:08:55 PM

News : LinuxSolved.com Linux Help Community Forum..


Author Topic: squid proxy server problem  (Read 3435 times)

Offline butchy

  • New Member
  • Posts: 1
squid proxy server problem
« on: September 05, 2004, 02:34:53 AM »
Hi
     I want to configure a squid proxy server.I've configure teh redhat server part but I don't know how to configure proxy server, especially how to open config file,
Blaise

Offline Ricky

  • LST CareTaker
  • Specially Skilled
  • *****
  • Posts: 2381
squid proxy server problem
« Reply #1 on: September 05, 2004, 04:40:45 AM »
Hmm.. config files are usually situated in /etc/squid/ if you have installed it from rpm or if installed from tar.gz package then it usually goto /usr/local/squid/etc/

To open them you can use any GUI text editor comes with Redhat like gedite, kedit, kate etc.

To open files in command line you can use vi.
for using vi do
Code: [Select]
vi <filename with path to file>then press "insert key" and do editing ,
then press "esc key" to finish editing and to save .. type
:q <filename> it will save the file
to exit
: exit

To configure squid see Configuring squid proxy server ..