From 4b18548f27902129a88cc8dc036efb88d66bdca1 Mon Sep 17 00:00:00 2001 From: Yuri Chornoivan Date: Thu, 10 Jul 2014 19:47:03 +0300 Subject: Add Swedish translation --- docs/mcc-help/sv/drakwizard_squid.xml | 238 ++++++++++++++++++++++++++++++++++ 1 file changed, 238 insertions(+) create mode 100644 docs/mcc-help/sv/drakwizard_squid.xml (limited to 'docs/mcc-help/sv/drakwizard_squid.xml') diff --git a/docs/mcc-help/sv/drakwizard_squid.xml b/docs/mcc-help/sv/drakwizard_squid.xml new file mode 100644 index 00000000..20c03cfc --- /dev/null +++ b/docs/mcc-help/sv/drakwizard_squid.xml @@ -0,0 +1,238 @@ + +
+ + Anpassa proxy + + drakwizard squid + + + + + + + + + This tool + Du kan starta det här verktyget från en konsol genom att skriva drakwizard squid som root. + can help you to set up a +proxy server. It is a component of drakwizard which should be installed +before you can access to it. + +
+ Vad är en proxyserver? + + A proxy server is a server (a computer system or an application) that acts +as an intermediary for requests from clients seeking resources from other +servers. A client connects to the proxy server, requesting some service, +such as a file, connection, web page, or other resource available from a +different server and the proxy server evaluates the request as a way to +simplify and control its complexity. (From Wikipedia) +
+ +
+ Setting up a proxy server with drakwizard squid + + Welcome to the proxy server wizard. + + + + Presentation + + + + + + + + The first page is just an introduction, click Next. + + + + Selecting the proxy port + + + + + + + + Select the proxy port browsers will connect through, then click +Next. + + + + Set Memory and Disk Usage + + + + + + + + Set memory and disk cache limits, then click Next. + + + + Select Network Access Control + + + + + + + + Set visibility to local network or world, then click +Next. + + + + Grant Network Access + + + + + + + + Grant access to local networks, then click Next. + + + + Use Upper Level Proxy Server? + + + + + + + + Cascade through another proxy server? If no, skip next step. + + + + Upper Level Proxy URL and Port + + + + + + + + Provide upper level proxy hostname and port, then click +Next. + + + + Sammanfattning + + + + + + + + Take a second to check these options, then click +Next. + + + + Start during boot? + + + + + + + + Choose if the proxy server should be started during the boot time, then +click Next. + + + + Slutför + + + + + + + + You're done! Click Finish. + + +
+ +
+ What is done + + + + Installing the package squid if needed; + + + + Saving /etc/squid/squid.conf in +/etc/squid/squid.conf.orig; + + + + Creating a new squid.conf starting from +squid.conf.default and adding the new parameters: + + + + cache_dir + + + + localnet + + + + cache_mem + + + + http_port + + + + level 1, 2 or 3 and http_access according to level + + + + cache_peer + + + + visible_hostname + + + + + + Startar om squid. + + +
+
-- cgit v1.2.1