Linux Forums - Linux Help,Advice & support community:LinuxSolved.com

Network Troublshooting => Linux Servers Support => Topic started by: butchy on September 05, 2004, 02:34:53 AM

Title: squid proxy server problem
Post by: butchy 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
Title: squid proxy server problem
Post by: Ricky 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 (http://www.linuxsolved.com/forums/ftopic116.html) ..