par bossniak » 07 Oct 2002 11:11
On est jamais aussi bien servi ke par soit meme !!!!!!
<BR>
<BR>
<BR>j'ai trouvé ca pour ceux que ca interresse :
<BR>Change the default Proxy Port (3128) for the Content Filter
<BR>
<BR>Problem: You have an existing Proxy Server that uses a Port Number different from the E-Smith / SME Server. Instead of modifying each of your clients, you would rather change the port number on the server.
<BR>
<BR>Here are the directions for changing the Port Number:
<BR>
<BR> 1. Login as Root.
<BR> 2. Change to the squid template directory:
<BR> "cd /etc/e-smith/templates/etc/squid/squid.conf"
<BR> 3. Create a new file and store the http_port variable
<BR> Open a new file in an editor: "pico 35http_port"
<BR> Type: "http_port 8080" or whatever your port number should be.
<BR> Type: "CTRL x" to exit
<BR> Type: "y" to Save
<BR> Press "enter" to keep the filename
<BR> 4. Rebuild the config files
<BR> Type: "/sbin/e-smith/signal-event console-save"
<BR> 5. Either Reboot server or Restart Squid.
<BR> Reboot: "shutdown -r now"
<BR> or
<BR> Restart: “services squid restart"
<BR>