User Tools

Site Tools


start:howto:navigationproxy

This is an old revision of the document!


When connecting to the outside there's one can use proxy server to avoid part of the risk of being infected by using a list of trusted sites where you are connecting. On a server that has to be configured in serveral places, here are the places where you will have to configure the navigation proxy in order for it to work.

Apt-get

If you are on debian, you will have to configure the server to download its updates via proxy, you have to edit the file /etc/apt/apt.conf.d/proxy-guess and set it to:

Acquire::http::Proxy "http://user:[email protected]:3128/";

Curl

i-mscp relies on curl to download the information from the internet, so instead of integrating everything into i-mscp, it downloads some components (such as roundcube or phpmyadmin from their upstream projects. To configurate curl through a proxy, you will have to create a file /root/.curlrc with a content like this:

proxy = http://user:[email protected]:3128
/var/www/virtual/i-mscp.net/wiki/htdocs/data/attic/start/howto/navigationproxy.1357556617.txt.gz · Last modified: 2013/01/07 11:03 by aseques