From mboxrd@z Thu Jan 1 00:00:00 1970 From: git@ipfire.org To: ipfire-scm@lists.ipfire.org Subject: [git.ipfire.org] IPFire 2.x development tree branch, next, updated. a0410549418a4dd2d6ae1f71728da1eae7a928a3 Date: Mon, 04 Sep 2017 13:19:30 +0100 Message-ID: <20170904121931.C5CA71081DE1@git01.ipfire.org> MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============7164499595282090482==" List-Id: <ipfire-scm.lists.ipfire.org> --===============7164499595282090482== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable This is an automated email from the git hooks/post-receive script. It was generated because a ref change was pushed to the repository containing the project "IPFire 2.x development tree". The branch, next has been updated via a0410549418a4dd2d6ae1f71728da1eae7a928a3 (commit) via 5f7487f6762c0ea4b34369f2f70f5b4866a08cab (commit) via 051884986df3abc648f62832488578e4dee058f8 (commit) via d41fe99f74689075967f027f37ff9a2d7a09339b (commit) via c8e9a7a85e67ae513ec830a3b73e4b7a6a027504 (commit) via 0effbb3569624f42550310689aaf94d726cd9d0e (commit) via 3dcf1822e66ebcf1b58ee3e2f58a437efef9cb23 (commit) from d57f8d886f382d8aa8bd28cbf993c42ff742a03d (commit) Those revisions listed above that are new to this repository have not appeared on any other notification email; so we list those revisions in full, below. - Log ----------------------------------------------------------------- commit a0410549418a4dd2d6ae1f71728da1eae7a928a3 Author: Michael Tremer <michael.tremer(a)ipfire.org> Date: Mon Sep 4 13:09:43 2017 +0100 core114: Update apache configuration of all add-ons that have one =20 Signed-off-by: Michael Tremer <michael.tremer(a)ipfire.org> commit 5f7487f6762c0ea4b34369f2f70f5b4866a08cab Author: Michael Tremer <michael.tremer(a)ipfire.org> Date: Mon Sep 4 12:58:17 2017 +0100 core114: Ship updated apache2 =20 Signed-off-by: Michael Tremer <michael.tremer(a)ipfire.org> commit 051884986df3abc648f62832488578e4dee058f8 Author: Michael Tremer <michael.tremer(a)ipfire.org> Date: Mon Sep 4 12:56:42 2017 +0100 apache2: Download source from IPFire servers =20 Signed-off-by: Michael Tremer <michael.tremer(a)ipfire.org> commit d41fe99f74689075967f027f37ff9a2d7a09339b Author: Wolfgang Apolinarski <wolfgang.apolinarski(a)googlemail.com> Date: Wed Aug 23 21:25:25 2017 +0200 Update to apache 2.4.27 =20 - Updated to apache 2.4 - Updated the htpasswd generation to use the more secure bcrypt algorithm =20 Signed-off-by: Michael Tremer <michael.tremer(a)ipfire.org> commit c8e9a7a85e67ae513ec830a3b73e4b7a6a027504 Author: Wolfgang Apolinarski <wolfgang.apolinarski(a)googlemail.com> Date: Wed Aug 23 21:24:47 2017 +0200 apr and aprutil: Added as requirement for apache 2.4 =20 - APR 1.6.2 is a requirement for building apache httpd 2.4 - APR-Util 1.6.0 is a requirement for building apache httpd 2.4 =20 Signed-off-by: Michael Tremer <michael.tremer(a)ipfire.org> commit 0effbb3569624f42550310689aaf94d726cd9d0e Author: Peter M=C3=BCller <peter.mueller(a)link38.eu> Date: Sun Sep 3 16:14:53 2017 +0200 fix WebUI system information leak =20 Disable unauthenticated access to cgi-bin/credits.cgi. The page leaks the currently installed version of IPFire and the hardware architecture. =20 Both information might make a successful attack much easier. =20 This issue can be reproduced by accessing https://[IPFire-IP]:444/cgi-bin= /credits.cgi and accepting a SSL certificate warning (if any). =20 Signed-off-by: Peter M=C3=BCller <peter.mueller(a)link38.eu> Signed-off-by: Michael Tremer <michael.tremer(a)ipfire.org> commit 3dcf1822e66ebcf1b58ee3e2f58a437efef9cb23 Author: Peter M=C3=BCller <peter.mueller(a)link38.eu> Date: Sun Sep 3 16:22:32 2017 +0200 update german translations =20 - Unify translations of various terms. - Unify translations of week days. - Correct some typos and grammar errors. - Modify some phrases which were not fully translated. =20 Signed-off-by: Peter M=C3=BCller <peter.mueller(a)link38.eu> Signed-off-by: Michael Tremer <michael.tremer(a)ipfire.org> ----------------------------------------------------------------------- Summary of changes: config/httpd/httpd.conf | 4 +- config/httpd/loadmodule.conf | 10 +- config/httpd/server-tuning.conf | 7 +- config/httpd/ssl-global.conf | 5 - config/httpd/vhosts.d/ipfire-interface-ssl.conf | 21 +- config/httpd/vhosts.d/ipfire-interface.conf | 19 +- config/httpd/vhosts.d/nagios.conf | 14 +- config/httpd/vhosts.d/openmailadmin.conf | 3 +- config/icinga/icinga.conf | 6 - config/nagiosql/nagios.conf | 17 +- config/owncloud/owncloud.conf | 3 +- config/php/php.ini | 2 +- config/phpSANE/phpSANE.conf | 3 +- config/rootfiles/common/apache2 | 603 +++++++++++++++----= -- config/rootfiles/common/apr | 57 ++ config/rootfiles/common/aprutil | 47 ++ config/rootfiles/common/php | 7 +- .../{oldcore/44 =3D> core/114}/filelists/apache2 | 0 config/rootfiles/core/114/filelists/apr | 1 + config/rootfiles/core/114/filelists/aprutil | 1 + config/rootfiles/core/114/update.sh | 16 +- langs/de/cgi-bin/de.pl | 262 ++++----- lfs/apache2 | 26 +- lfs/{libassuan =3D> apr} | 24 +- lfs/{w_scan =3D> aprutil} | 26 +- lfs/cacti | 2 +- lfs/icinga | 2 +- lfs/nagios | 2 +- lfs/openmailadmin | 2 +- lfs/owncloud | 2 +- lfs/phpSANE | 2 +- make.sh | 2 + src/setup/passwords.c | 2 +- 33 files changed, 776 insertions(+), 424 deletions(-) create mode 100644 config/rootfiles/common/apr create mode 100644 config/rootfiles/common/aprutil copy config/rootfiles/{oldcore/44 =3D> core/114}/filelists/apache2 (100%) create mode 120000 config/rootfiles/core/114/filelists/apr create mode 120000 config/rootfiles/core/114/filelists/aprutil copy lfs/{libassuan =3D> apr} (90%) copy lfs/{w_scan =3D> aprutil} (88%) Difference in files: diff --git a/config/httpd/httpd.conf b/config/httpd/httpd.conf index 9c1fb2b..14dcc73 100644 --- a/config/httpd/httpd.conf +++ b/config/httpd/httpd.conf @@ -65,7 +65,6 @@ Include /etc/httpd/conf/global.conf =20 # associate MIME types with filename extensions TypesConfig /etc/mime.types -DefaultType text/plain =20 # global (server-wide) SSL configuration, that is not specific to=20 # any virtual host @@ -80,8 +79,7 @@ Include /etc/httpd/conf/ssl-global.conf AccessFileName .htaccess # and never show them <Files ~ "^\.ht"> - Order allow,deny - Deny from all + Require all denied </Files> =20 # List of resources to look for when the client requests a directory diff --git a/config/httpd/loadmodule.conf b/config/httpd/loadmodule.conf index e30f79b..249221e 100644 --- a/config/httpd/loadmodule.conf +++ b/config/httpd/loadmodule.conf @@ -1,8 +1,11 @@ LoadModule authn_file_module /usr/lib/apache/mod_authn_file.so +LoadModule unixd_module /usr/lib/apache/mod_unixd.so #LoadModule authn_dbm_module /usr/lib/apache/mod_authn_dbm.so #LoadModule authn_anon_module /usr/lib/apache/mod_authn_anon.so #LoadModule authn_dbd_module /usr/lib/apache/mod_authn_dbd.so #LoadModule authn_default_module /usr/lib/apache/mod_authn_default.so +LoadModule authn_core_module /usr/lib/apache/mod_authn_core.so +LoadModule authz_core_module /usr/lib/apache/mod_authz_core.so LoadModule authz_host_module /usr/lib/apache/mod_authz_host.so #LoadModule authz_groupfile_module /usr/lib/apache/mod_authz_groupfile.so LoadModule authz_user_module /usr/lib/apache/mod_authz_user.so @@ -10,7 +13,7 @@ LoadModule authz_user_module /usr/lib/apache/mod_authz_user= .so #LoadModule authz_owner_module /usr/lib/apache/mod_authz_owner.so #LoadModule authz_default_module /usr/lib/apache/mod_authz_default.so LoadModule auth_basic_module /usr/lib/apache/mod_auth_basic.so -LoadModule auth_digest_module /usr/lib/apache/mod_auth_digest.so +#LoadModule auth_digest_module /usr/lib/apache/mod_auth_digest.so #LoadModule dbd_module /usr/lib/apache/mod_dbd.so #LoadModule dumpio_module /usr/lib/apache/mod_dumpio.so #LoadModule ext_filter_module /usr/lib/apache/mod_ext_filter.so @@ -33,10 +36,10 @@ LoadModule setenvif_module /usr/lib/apache/mod_setenvif.so LoadModule mime_module /usr/lib/apache/mod_mime.so #LoadModule dav_module /usr/lib/apache/mod_dav.so #LoadModule status_module /usr/lib/apache/mod_status.so -LoadModule autoindex_module /usr/lib/apache/mod_autoindex.so +#LoadModule autoindex_module /usr/lib/apache/mod_autoindex.so #LoadModule asis_module /usr/lib/apache/mod_asis.so #LoadModule info_module /usr/lib/apache/mod_info.so -LoadModule cgi_module /usr/lib/apache/mod_cgi.so +LoadModule cgid_module /usr/lib/apache/mod_cgid.so #LoadModule dav_fs_module /usr/lib/apache/mod_dav_fs.so #LoadModule vhost_alias_module /usr/lib/apache/mod_vhost_alias.so #LoadModule negotiation_module /usr/lib/apache/mod_negotiation.so @@ -47,5 +50,6 @@ LoadModule dir_module /usr/lib/apache/mod_dir.so #LoadModule userdir_module /usr/lib/apache/mod_userdir.so LoadModule alias_module /usr/lib/apache/mod_alias.so LoadModule rewrite_module /usr/lib/apache/mod_rewrite.so +LoadModule socache_shmcb_module /usr/lib/apache/mod_socache_shmcb.so LoadModule ssl_module /usr/lib/apache/mod_ssl.so LoadModule php5_module /usr/lib/apache/libphp5.so diff --git a/config/httpd/server-tuning.conf b/config/httpd/server-tuning.conf index 9041018..5642a1e 100644 --- a/config/httpd/server-tuning.conf +++ b/config/httpd/server-tuning.conf @@ -17,10 +17,11 @@ MaxKeepAliveRequests 100 # KeepAliveTimeout 15 =20 -MinSpareServers 1 -MaxSpareServers 10 +MinSpareThreads 1 +MaxSpareThreads 20 StartServers 2 -MaxClients 256 +MaxRequestWorkers 256 +ThreadsPerChild 16 =20 # # The following directives modify normal HTTP response behavior to diff --git a/config/httpd/ssl-global.conf b/config/httpd/ssl-global.conf index 9cf4f81..154815c 100644 --- a/config/httpd/ssl-global.conf +++ b/config/httpd/ssl-global.conf @@ -39,11 +39,6 @@ SSLSessionCache shmcb:/var/log/httpd/ssl_scache(512000) SSLSessionCacheTimeout 900 =20 - # Semaphore: - # Configure the path to the mutual exclusion semaphore the - # SSL engine uses internally for inter-process synchronization.=20 - SSLMutex file:/var/log/httpd/ssl_mutex - # Pseudo Random Number Generator (PRNG): # Configure one or more sources to seed the PRNG of the=20 # SSL library. The seed data should be of good random quality. diff --git a/config/httpd/vhosts.d/ipfire-interface-ssl.conf b/config/httpd/v= hosts.d/ipfire-interface-ssl.conf index daac757..6f35396 100644 --- a/config/httpd/vhosts.d/ipfire-interface-ssl.conf +++ b/config/httpd/vhosts.d/ipfire-interface-ssl.conf @@ -17,8 +17,7 @@ <Directory /srv/web/ipfire/html> Options ExecCGI AllowOverride None - Order allow,deny - Allow from all + Require all granted </Directory> <DirectoryMatch "/srv/web/ipfire/html/(graphs|sgraph)"> AuthName "IPFire - Restricted" @@ -34,17 +33,11 @@ AuthType Basic AuthUserFile /var/ipfire/auth/users Require user admin - <Files chpasswd.cgi> - Satisfy Any - Allow from All + <Files chpasswd.cgi> + Require all granted </Files> <Files webaccess.cgi> - Satisfy Any - Allow from All - </Files> - <Files credits.cgi> - Satisfy Any - Allow from All + Require all granted </Files> <Files dial.cgi> Require user admin @@ -75,16 +68,14 @@ <Directory /var/updatecache> Options ExecCGI AllowOverride None - Order deny,allow - Allow from all + Require all granted </Directory> =20 Alias /repository/ /var/urlrepo/ <Directory /var/urlrepo> Options ExecCGI AllowOverride None - Order deny,allow - Allow from all + Require all granted </Directory> =20 Alias /proxy-reports/ /var/log/sarg/ diff --git a/config/httpd/vhosts.d/ipfire-interface.conf b/config/httpd/vhost= s.d/ipfire-interface.conf index 8783c63..619f90f 100644 --- a/config/httpd/vhosts.d/ipfire-interface.conf +++ b/config/httpd/vhosts.d/ipfire-interface.conf @@ -9,8 +9,7 @@ <Directory /srv/web/ipfire/html> Options ExecCGI AllowOverride None - Order allow,deny - Allow from all + Require all granted </Directory> <DirectoryMatch "/srv/web/ipfire/html/(graphs|sgraph)"> AuthName "IPFire - Restricted" @@ -27,16 +26,10 @@ AuthUserFile /var/ipfire/auth/users Require user admin <Files chpasswd.cgi> - Satisfy Any - Allow from All + Require all granted </Files> <Files webaccess.cgi> - Satisfy Any - Allow from All - </Files> - <Files credits.cgi> - Satisfy Any - Allow from All + Require all granted </Files> <Files dial.cgi> Require user admin @@ -54,15 +47,13 @@ <Directory /var/updatecache> Options ExecCGI AllowOverride None - Order deny,allow - Allow from all + Require all granted </Directory> Alias /repository/ /var/urlrepo/ <Directory /var/urlrepo> Options ExecCGI AllowOverride None - Order deny,allow - Allow from all + Require all granted </Directory> Alias /wpad.dat /srv/web/ipfire/html/proxy.pac </VirtualHost> diff --git a/config/httpd/vhosts.d/nagios.conf b/config/httpd/vhosts.d/nagios= .conf index 78bcd3b..8a320d7 100644 --- a/config/httpd/vhosts.d/nagios.conf +++ b/config/httpd/vhosts.d/nagios.conf @@ -16,11 +16,8 @@ ScriptAlias /nagios/cgi-bin "/usr/share/nagios/cgi-bin" # SSLRequireSSL Options ExecCGI AllowOverride None - Order allow,deny - Allow from all -# Order deny,allow -# Deny from all -# Allow from 127.0.0.1 +# Require all granted +# Require ip 127.0.0.1 AuthName "Nagios Access" AuthType Basic AuthUserFile /etc/nagios/htpasswd.users @@ -33,11 +30,8 @@ Alias /nagios "/usr/share/nagios" # SSLRequireSSL Options None AllowOverride None - Order allow,deny - Allow from all -# Order deny,allow -# Deny from all -# Allow from 127.0.0.1 +# Require all granted +# Require ip 127.0.0.1 AuthName "Nagios Access" AuthType Basic AuthUserFile /etc/nagios/htpasswd.users diff --git a/config/httpd/vhosts.d/openmailadmin.conf b/config/httpd/vhosts.d= /openmailadmin.conf index 6e7aaef..e91be39 100644 --- a/config/httpd/vhosts.d/openmailadmin.conf +++ b/config/httpd/vhosts.d/openmailadmin.conf @@ -9,8 +9,7 @@ Listen 1001 <Directory /srv/web/openmailadmin> Options +FollowSymlinks AllowOverride None - Order allow,deny - Allow from all + Require all granted </Directory> =09 </VirtualHost> diff --git a/config/icinga/icinga.conf b/config/icinga/icinga.conf index 3771812..6060b1b 100644 --- a/config/icinga/icinga.conf +++ b/config/icinga/icinga.conf @@ -15,9 +15,6 @@ Listen 1010 AuthType Basic AuthUserFile /etc/icinga/htpasswd.users =20 - Order allow,deny - Allow from all - Require valid-user </Directory> =20 @@ -29,9 +26,6 @@ Listen 1010 AuthType Basic AuthUserFile /etc/icinga/htpasswd.users =20 - Order allow,deny - Allow from all - Require valid-user </Directory> </VirtualHost> diff --git a/config/nagiosql/nagios.conf b/config/nagiosql/nagios.conf index 6161d4d..3805d38 100644 --- a/config/nagiosql/nagios.conf +++ b/config/nagiosql/nagios.conf @@ -16,11 +16,8 @@ ScriptAlias /nagios/cgi-bin "/usr/share/nagios/cgi-bin" # SSLRequireSSL Options ExecCGI AllowOverride None - Order allow,deny - Allow from all -# Order deny,allow -# Deny from all -# Allow from 127.0.0.1 +# Require all granted +# Require ip 127.0.0.1 AuthName "Nagios Access" AuthType Basic AuthUserFile /etc/nagios/htpasswd.users @@ -33,11 +30,8 @@ Alias /nagios "/usr/share/nagios" # SSLRequireSSL Options None AllowOverride None - Order allow,deny - Allow from all -# Order deny,allow -# Deny from all -# Allow from 127.0.0.1 +# Require all granted +# Require ip 127.0.0.1 AuthName "Nagios Access" AuthType Basic AuthUserFile /etc/nagios/htpasswd.users @@ -50,8 +44,7 @@ Alias /nagiosql "/usr/share/nagiosql" include /etc/httpd/conf/conf.d/php*.conf Options None AllowOverride None - Order allow,deny - Allow from all + Require all granted </Directory> =20 </VirtualHost> diff --git a/config/owncloud/owncloud.conf b/config/owncloud/owncloud.conf index 08f58c3..d4332ec 100644 --- a/config/owncloud/owncloud.conf +++ b/config/owncloud/owncloud.conf @@ -15,7 +15,6 @@ Listen 1011 <Directory /srv/web/owncloud> Options Indexes FollowSymlinks MultiViews AllowOverride ALL - Order allow,deny - Allow from all + Require all granted </Directory> </VirtualHost> diff --git a/config/php/php.ini b/config/php/php.ini index 6e82094..2e73507 100644 --- a/config/php/php.ini +++ b/config/php/php.ini @@ -533,7 +533,7 @@ doc_root =3D user_dir =3D =20 ; Directory in which the loadable extensions (modules) reside. -extension_dir =3D "/usr/lib/php/extensions/no-debug-non-zts-20090626/" +extension_dir =3D "/usr/lib/php/extensions/no-debug-zts-20090626/" =20 ; Whether or not to enable the dl() function. The dl() function does NOT wo= rk ; properly in multithreaded servers, such as IIS or Zeus, and is automatical= ly diff --git a/config/phpSANE/phpSANE.conf b/config/phpSANE/phpSANE.conf index 06824e1..3956019 100644 --- a/config/phpSANE/phpSANE.conf +++ b/config/phpSANE/phpSANE.conf @@ -9,8 +9,7 @@ Listen 1003 <Directory /srv/web/phpSANE> Options None AllowOverride None - Order allow,deny - Allow from all + Require all granted </Directory> =09 </VirtualHost> diff --git a/config/rootfiles/common/apache2 b/config/rootfiles/common/apache2 index 7e33a15..53b6ce9 100644 --- a/config/rootfiles/common/apache2 +++ b/config/rootfiles/common/apache2 @@ -15,6 +15,7 @@ etc/httpd/conf/default-server.conf #etc/httpd/conf/extra/httpd-ssl.conf #etc/httpd/conf/extra/httpd-userdir.conf #etc/httpd/conf/extra/httpd-vhosts.conf +#etc/httpd/conf/extra/proxy-html.conf etc/httpd/conf/global.conf etc/httpd/conf/hostname.conf etc/httpd/conf/httpd.conf @@ -36,6 +37,7 @@ etc/httpd/conf/mod_log_config.conf #etc/httpd/conf/original/extra/httpd-ssl.conf #etc/httpd/conf/original/extra/httpd-userdir.conf #etc/httpd/conf/original/extra/httpd-vhosts.conf +#etc/httpd/conf/original/extra/proxy-html.conf #etc/httpd/conf/original/httpd.conf etc/httpd/conf/server-tuning.conf etc/httpd/conf/ssl-global.conf @@ -47,8 +49,21 @@ etc/httpd/conf/vhosts.d/ipfire-interface.conf #etc/httpd/conf/vhosts.d/openmailadmin.conf #srv/web #srv/web/ipfire +#srv/web/ipfire/manual/howto/access.html.es +#srv/web/ipfire/manual/howto/auth.html.es +#srv/web/ipfire/manual/howto/cgi.html.es +#srv/web/ipfire/manual/howto/htaccess.html.es +#srv/web/ipfire/manual/howto/http2.html.es +#srv/web/ipfire/manual/howto/http2.html.fr +#srv/web/ipfire/manual/howto/index.html.es +#srv/web/ipfire/manual/howto/public_html.html.es +#srv/web/ipfire/manual/mod/directive-dict.html.es +#srv/web/ipfire/manual/mod/mod_brotli.html +#srv/web/ipfire/manual/mod/mod_brotli.html.en #srv/web/ipfire/cgi-bin #srv/web/ipfire/cgi-bin/printenv +#srv/web/ipfire/cgi-bin/printenv.vbs +#srv/web/ipfire/cgi-bin/printenv.wsf #srv/web/ipfire/cgi-bin/test-cgi #srv/web/ipfire/error #srv/web/ipfire/error/HTTP_BAD_GATEWAY.html.var @@ -87,9 +102,9 @@ etc/httpd/conf/vhosts.d/ipfire-interface.conf #srv/web/ipfire/icons/alert.red.png #srv/web/ipfire/icons/apache_pb.gif #srv/web/ipfire/icons/apache_pb.png +#srv/web/ipfire/icons/apache_pb.svg #srv/web/ipfire/icons/apache_pb2.gif #srv/web/ipfire/icons/apache_pb2.png -#srv/web/ipfire/icons/apache_pb2_ani.gif #srv/web/ipfire/icons/back.gif #srv/web/ipfire/icons/back.png #srv/web/ipfire/icons/ball.gray.gif @@ -168,6 +183,23 @@ etc/httpd/conf/vhosts.d/ipfire-interface.conf #srv/web/ipfire/icons/link.png #srv/web/ipfire/icons/movie.gif #srv/web/ipfire/icons/movie.png +#srv/web/ipfire/icons/odf6odb.png +#srv/web/ipfire/icons/odf6odc.png +#srv/web/ipfire/icons/odf6odf.png +#srv/web/ipfire/icons/odf6odg.png +#srv/web/ipfire/icons/odf6odi.png +#srv/web/ipfire/icons/odf6odm.png +#srv/web/ipfire/icons/odf6odp.png +#srv/web/ipfire/icons/odf6ods.png +#srv/web/ipfire/icons/odf6odt.png +#srv/web/ipfire/icons/odf6otc.png +#srv/web/ipfire/icons/odf6otf.png +#srv/web/ipfire/icons/odf6otg.png +#srv/web/ipfire/icons/odf6oth.png +#srv/web/ipfire/icons/odf6oti.png +#srv/web/ipfire/icons/odf6otp.png +#srv/web/ipfire/icons/odf6ots.png +#srv/web/ipfire/icons/odf6ott.png #srv/web/ipfire/icons/p.gif #srv/web/ipfire/icons/p.png #srv/web/ipfire/icons/patch.gif @@ -227,12 +259,12 @@ etc/httpd/conf/vhosts.d/ipfire-interface.conf #srv/web/ipfire/icons/small/compressed.png #srv/web/ipfire/icons/small/continued.gif #srv/web/ipfire/icons/small/continued.png -#srv/web/ipfire/icons/small/dir.gif -#srv/web/ipfire/icons/small/dir.png -#srv/web/ipfire/icons/small/dir2.gif -#srv/web/ipfire/icons/small/dir2.png #srv/web/ipfire/icons/small/doc.gif #srv/web/ipfire/icons/small/doc.png +#srv/web/ipfire/icons/small/folder.gif +#srv/web/ipfire/icons/small/folder.png +#srv/web/ipfire/icons/small/folder2.gif +#srv/web/ipfire/icons/small/folder2.png #srv/web/ipfire/icons/small/forward.gif #srv/web/ipfire/icons/small/forward.png #srv/web/ipfire/icons/small/generic.gif @@ -279,6 +311,7 @@ etc/httpd/conf/vhosts.d/ipfire-interface.conf #srv/web/ipfire/icons/sphere1.png #srv/web/ipfire/icons/sphere2.gif #srv/web/ipfire/icons/sphere2.png +#srv/web/ipfire/icons/svg.png #srv/web/ipfire/icons/tar.gif #srv/web/ipfire/icons/tar.png #srv/web/ipfire/icons/tex.gif @@ -299,7 +332,9 @@ etc/httpd/conf/vhosts.d/ipfire-interface.conf #srv/web/ipfire/icons/world1.png #srv/web/ipfire/icons/world2.gif #srv/web/ipfire/icons/world2.png +#srv/web/ipfire/icons/xml.png #srv/web/ipfire/manual +#srv/web/ipfire/manual/BUILDING #srv/web/ipfire/manual/LICENSE #srv/web/ipfire/manual/bind.html #srv/web/ipfire/manual/bind.html.de @@ -329,6 +364,7 @@ etc/httpd/conf/vhosts.d/ipfire-interface.conf #srv/web/ipfire/manual/custom-error.html #srv/web/ipfire/manual/custom-error.html.en #srv/web/ipfire/manual/custom-error.html.es +#srv/web/ipfire/manual/custom-error.html.fr #srv/web/ipfire/manual/custom-error.html.ja.utf8 #srv/web/ipfire/manual/custom-error.html.ko.euc-kr #srv/web/ipfire/manual/custom-error.html.tr.utf8 @@ -347,31 +383,45 @@ etc/httpd/conf/vhosts.d/ipfire-interface.conf #srv/web/ipfire/manual/developer/index.html #srv/web/ipfire/manual/developer/index.html.en #srv/web/ipfire/manual/developer/index.html.zh-cn.utf8 +#srv/web/ipfire/manual/developer/modguide.html +#srv/web/ipfire/manual/developer/modguide.html.en #srv/web/ipfire/manual/developer/modules.html #srv/web/ipfire/manual/developer/modules.html.en #srv/web/ipfire/manual/developer/modules.html.ja.utf8 +#srv/web/ipfire/manual/developer/new_api_2_4.html +#srv/web/ipfire/manual/developer/new_api_2_4.html.en +#srv/web/ipfire/manual/developer/output-filters.html +#srv/web/ipfire/manual/developer/output-filters.html.en #srv/web/ipfire/manual/developer/request.html #srv/web/ipfire/manual/developer/request.html.en #srv/web/ipfire/manual/developer/thread_safety.html #srv/web/ipfire/manual/developer/thread_safety.html.en #srv/web/ipfire/manual/dns-caveats.html #srv/web/ipfire/manual/dns-caveats.html.en +#srv/web/ipfire/manual/dns-caveats.html.fr #srv/web/ipfire/manual/dns-caveats.html.ja.utf8 #srv/web/ipfire/manual/dns-caveats.html.ko.euc-kr #srv/web/ipfire/manual/dns-caveats.html.tr.utf8 #srv/web/ipfire/manual/dso.html #srv/web/ipfire/manual/dso.html.en +#srv/web/ipfire/manual/dso.html.fr #srv/web/ipfire/manual/dso.html.ja.utf8 #srv/web/ipfire/manual/dso.html.ko.euc-kr #srv/web/ipfire/manual/dso.html.tr.utf8 #srv/web/ipfire/manual/env.html #srv/web/ipfire/manual/env.html.en +#srv/web/ipfire/manual/env.html.fr #srv/web/ipfire/manual/env.html.ja.utf8 #srv/web/ipfire/manual/env.html.ko.euc-kr #srv/web/ipfire/manual/env.html.tr.utf8 +#srv/web/ipfire/manual/expr.html +#srv/web/ipfire/manual/expr.html.en +#srv/web/ipfire/manual/expr.html.fr #srv/web/ipfire/manual/faq #srv/web/ipfire/manual/faq/index.html #srv/web/ipfire/manual/faq/index.html.en +#srv/web/ipfire/manual/faq/index.html.es +#srv/web/ipfire/manual/faq/index.html.fr #srv/web/ipfire/manual/faq/index.html.tr.utf8 #srv/web/ipfire/manual/faq/index.html.zh-cn.utf8 #srv/web/ipfire/manual/filter.html @@ -381,6 +431,9 @@ etc/httpd/conf/vhosts.d/ipfire-interface.conf #srv/web/ipfire/manual/filter.html.ja.utf8 #srv/web/ipfire/manual/filter.html.ko.euc-kr #srv/web/ipfire/manual/filter.html.tr.utf8 +#srv/web/ipfire/manual/getting-started.html +#srv/web/ipfire/manual/getting-started.html.en +#srv/web/ipfire/manual/getting-started.html.fr #srv/web/ipfire/manual/glossary.html #srv/web/ipfire/manual/glossary.html.de #srv/web/ipfire/manual/glossary.html.en @@ -395,12 +448,12 @@ etc/httpd/conf/vhosts.d/ipfire-interface.conf #srv/web/ipfire/manual/handler.html.fr #srv/web/ipfire/manual/handler.html.ja.utf8 #srv/web/ipfire/manual/handler.html.ko.euc-kr -#srv/web/ipfire/manual/handler.html.ru.koi8-r #srv/web/ipfire/manual/handler.html.tr.utf8 #srv/web/ipfire/manual/handler.html.zh-cn.utf8 #srv/web/ipfire/manual/howto #srv/web/ipfire/manual/howto/access.html #srv/web/ipfire/manual/howto/access.html.en +#srv/web/ipfire/manual/howto/access.html.fr #srv/web/ipfire/manual/howto/auth.html #srv/web/ipfire/manual/howto/auth.html.en #srv/web/ipfire/manual/howto/auth.html.fr @@ -409,6 +462,7 @@ etc/httpd/conf/vhosts.d/ipfire-interface.conf #srv/web/ipfire/manual/howto/auth.html.tr.utf8 #srv/web/ipfire/manual/howto/cgi.html #srv/web/ipfire/manual/howto/cgi.html.en +#srv/web/ipfire/manual/howto/cgi.html.fr #srv/web/ipfire/manual/howto/cgi.html.ja.utf8 #srv/web/ipfire/manual/howto/cgi.html.ko.euc-kr #srv/web/ipfire/manual/howto/htaccess.html @@ -417,22 +471,35 @@ etc/httpd/conf/vhosts.d/ipfire-interface.conf #srv/web/ipfire/manual/howto/htaccess.html.ja.utf8 #srv/web/ipfire/manual/howto/htaccess.html.ko.euc-kr #srv/web/ipfire/manual/howto/htaccess.html.pt-br +#srv/web/ipfire/manual/howto/http2.html +#srv/web/ipfire/manual/howto/http2.html.en #srv/web/ipfire/manual/howto/index.html #srv/web/ipfire/manual/howto/index.html.en +#srv/web/ipfire/manual/howto/index.html.fr #srv/web/ipfire/manual/howto/index.html.ja.utf8 #srv/web/ipfire/manual/howto/index.html.ko.euc-kr #srv/web/ipfire/manual/howto/index.html.zh-cn.utf8 #srv/web/ipfire/manual/howto/public_html.html #srv/web/ipfire/manual/howto/public_html.html.en +#srv/web/ipfire/manual/howto/public_html.html.fr #srv/web/ipfire/manual/howto/public_html.html.ja.utf8 #srv/web/ipfire/manual/howto/public_html.html.ko.euc-kr #srv/web/ipfire/manual/howto/public_html.html.tr.utf8 +#srv/web/ipfire/manual/howto/reverse_proxy.html +#srv/web/ipfire/manual/howto/reverse_proxy.html.en #srv/web/ipfire/manual/howto/ssi.html #srv/web/ipfire/manual/howto/ssi.html.en +#srv/web/ipfire/manual/howto/ssi.html.fr #srv/web/ipfire/manual/howto/ssi.html.ja.utf8 #srv/web/ipfire/manual/howto/ssi.html.ko.euc-kr #srv/web/ipfire/manual/images #srv/web/ipfire/manual/images/apache_header.gif +#srv/web/ipfire/manual/images/bal-man-b.png +#srv/web/ipfire/manual/images/bal-man-w.png +#srv/web/ipfire/manual/images/bal-man.png +#srv/web/ipfire/manual/images/build_a_mod_2.png +#srv/web/ipfire/manual/images/build_a_mod_3.png +#srv/web/ipfire/manual/images/build_a_mod_4.png #srv/web/ipfire/manual/images/caching_fig1.gif #srv/web/ipfire/manual/images/caching_fig1.png #srv/web/ipfire/manual/images/caching_fig1.tr.png @@ -456,7 +523,9 @@ etc/httpd/conf/vhosts.d/ipfire-interface.conf #srv/web/ipfire/manual/images/mod_rewrite_fig2.gif #srv/web/ipfire/manual/images/mod_rewrite_fig2.png #srv/web/ipfire/manual/images/pixel.gif +#srv/web/ipfire/manual/images/reverse-proxy-arch.png #srv/web/ipfire/manual/images/rewrite_backreferences.png +#srv/web/ipfire/manual/images/rewrite_process_uri.png #srv/web/ipfire/manual/images/rewrite_rule_flow.png #srv/web/ipfire/manual/images/right.gif #srv/web/ipfire/manual/images/ssl_intro_fig1.gif @@ -470,6 +539,7 @@ etc/httpd/conf/vhosts.d/ipfire-interface.conf #srv/web/ipfire/manual/images/syntax_rewriterule.png #srv/web/ipfire/manual/images/up.gif #srv/web/ipfire/manual/index.html +#srv/web/ipfire/manual/index.html.da #srv/web/ipfire/manual/index.html.de #srv/web/ipfire/manual/index.html.en #srv/web/ipfire/manual/index.html.es @@ -494,7 +564,6 @@ etc/httpd/conf/vhosts.d/ipfire-interface.conf #srv/web/ipfire/manual/invoking.html.fr #srv/web/ipfire/manual/invoking.html.ja.utf8 #srv/web/ipfire/manual/invoking.html.ko.euc-kr -#srv/web/ipfire/manual/invoking.html.ru.koi8-r #srv/web/ipfire/manual/invoking.html.tr.utf8 #srv/web/ipfire/manual/license.html #srv/web/ipfire/manual/license.html.en @@ -507,39 +576,38 @@ etc/httpd/conf/vhosts.d/ipfire-interface.conf #srv/web/ipfire/manual/misc #srv/web/ipfire/manual/misc/index.html #srv/web/ipfire/manual/misc/index.html.en +#srv/web/ipfire/manual/misc/index.html.fr #srv/web/ipfire/manual/misc/index.html.ko.euc-kr #srv/web/ipfire/manual/misc/index.html.tr.utf8 #srv/web/ipfire/manual/misc/index.html.zh-cn.utf8 #srv/web/ipfire/manual/misc/password_encryptions.html #srv/web/ipfire/manual/misc/password_encryptions.html.en +#srv/web/ipfire/manual/misc/password_encryptions.html.fr #srv/web/ipfire/manual/misc/perf-tuning.html #srv/web/ipfire/manual/misc/perf-tuning.html.en +#srv/web/ipfire/manual/misc/perf-tuning.html.fr #srv/web/ipfire/manual/misc/perf-tuning.html.ko.euc-kr #srv/web/ipfire/manual/misc/perf-tuning.html.tr.utf8 #srv/web/ipfire/manual/misc/relevant_standards.html #srv/web/ipfire/manual/misc/relevant_standards.html.en +#srv/web/ipfire/manual/misc/relevant_standards.html.fr #srv/web/ipfire/manual/misc/relevant_standards.html.ko.euc-kr -#srv/web/ipfire/manual/misc/rewriteguide.html -#srv/web/ipfire/manual/misc/rewriteguide.html.en -#srv/web/ipfire/manual/misc/rewriteguide.html.ko.euc-kr #srv/web/ipfire/manual/misc/security_tips.html #srv/web/ipfire/manual/misc/security_tips.html.en +#srv/web/ipfire/manual/misc/security_tips.html.fr #srv/web/ipfire/manual/misc/security_tips.html.ko.euc-kr #srv/web/ipfire/manual/misc/security_tips.html.tr.utf8 #srv/web/ipfire/manual/mod -#srv/web/ipfire/manual/mod/beos.html -#srv/web/ipfire/manual/mod/beos.html.de -#srv/web/ipfire/manual/mod/beos.html.en -#srv/web/ipfire/manual/mod/beos.html.es -#srv/web/ipfire/manual/mod/beos.html.ko.euc-kr #srv/web/ipfire/manual/mod/core.html #srv/web/ipfire/manual/mod/core.html.de #srv/web/ipfire/manual/mod/core.html.en +#srv/web/ipfire/manual/mod/core.html.es #srv/web/ipfire/manual/mod/core.html.fr #srv/web/ipfire/manual/mod/core.html.ja.utf8 #srv/web/ipfire/manual/mod/core.html.tr.utf8 #srv/web/ipfire/manual/mod/directive-dict.html #srv/web/ipfire/manual/mod/directive-dict.html.en +#srv/web/ipfire/manual/mod/directive-dict.html.fr #srv/web/ipfire/manual/mod/directive-dict.html.ja.utf8 #srv/web/ipfire/manual/mod/directive-dict.html.ko.euc-kr #srv/web/ipfire/manual/mod/directive-dict.html.tr.utf8 @@ -547,33 +615,45 @@ etc/httpd/conf/vhosts.d/ipfire-interface.conf #srv/web/ipfire/manual/mod/directives.html.de #srv/web/ipfire/manual/mod/directives.html.en #srv/web/ipfire/manual/mod/directives.html.es +#srv/web/ipfire/manual/mod/directives.html.fr #srv/web/ipfire/manual/mod/directives.html.ja.utf8 #srv/web/ipfire/manual/mod/directives.html.ko.euc-kr -#srv/web/ipfire/manual/mod/directives.html.ru.koi8-r #srv/web/ipfire/manual/mod/directives.html.tr.utf8 #srv/web/ipfire/manual/mod/directives.html.zh-cn.utf8 #srv/web/ipfire/manual/mod/event.html #srv/web/ipfire/manual/mod/event.html.en +#srv/web/ipfire/manual/mod/event.html.fr #srv/web/ipfire/manual/mod/index.html #srv/web/ipfire/manual/mod/index.html.de #srv/web/ipfire/manual/mod/index.html.en #srv/web/ipfire/manual/mod/index.html.es +#srv/web/ipfire/manual/mod/index.html.fr #srv/web/ipfire/manual/mod/index.html.ja.utf8 #srv/web/ipfire/manual/mod/index.html.ko.euc-kr #srv/web/ipfire/manual/mod/index.html.tr.utf8 #srv/web/ipfire/manual/mod/index.html.zh-cn.utf8 +#srv/web/ipfire/manual/mod/mod_access_compat.html +#srv/web/ipfire/manual/mod/mod_access_compat.html.en +#srv/web/ipfire/manual/mod/mod_access_compat.html.fr +#srv/web/ipfire/manual/mod/mod_access_compat.html.ja.utf8 #srv/web/ipfire/manual/mod/mod_actions.html #srv/web/ipfire/manual/mod/mod_actions.html.de #srv/web/ipfire/manual/mod/mod_actions.html.en +#srv/web/ipfire/manual/mod/mod_actions.html.fr #srv/web/ipfire/manual/mod/mod_actions.html.ja.utf8 #srv/web/ipfire/manual/mod/mod_actions.html.ko.euc-kr #srv/web/ipfire/manual/mod/mod_alias.html #srv/web/ipfire/manual/mod/mod_alias.html.en +#srv/web/ipfire/manual/mod/mod_alias.html.fr #srv/web/ipfire/manual/mod/mod_alias.html.ja.utf8 #srv/web/ipfire/manual/mod/mod_alias.html.ko.euc-kr #srv/web/ipfire/manual/mod/mod_alias.html.tr.utf8 +#srv/web/ipfire/manual/mod/mod_allowmethods.html +#srv/web/ipfire/manual/mod/mod_allowmethods.html.en +#srv/web/ipfire/manual/mod/mod_allowmethods.html.fr #srv/web/ipfire/manual/mod/mod_asis.html #srv/web/ipfire/manual/mod/mod_asis.html.en +#srv/web/ipfire/manual/mod/mod_asis.html.fr #srv/web/ipfire/manual/mod/mod_asis.html.ja.utf8 #srv/web/ipfire/manual/mod/mod_asis.html.ko.euc-kr #srv/web/ipfire/manual/mod/mod_auth_basic.html @@ -585,53 +665,64 @@ etc/httpd/conf/vhosts.d/ipfire-interface.conf #srv/web/ipfire/manual/mod/mod_auth_digest.html.en #srv/web/ipfire/manual/mod/mod_auth_digest.html.fr #srv/web/ipfire/manual/mod/mod_auth_digest.html.ko.euc-kr -#srv/web/ipfire/manual/mod/mod_authn_alias.html -#srv/web/ipfire/manual/mod/mod_authn_alias.html.en -#srv/web/ipfire/manual/mod/mod_authn_alias.html.fr +#srv/web/ipfire/manual/mod/mod_auth_form.html +#srv/web/ipfire/manual/mod/mod_auth_form.html.en +#srv/web/ipfire/manual/mod/mod_auth_form.html.fr #srv/web/ipfire/manual/mod/mod_authn_anon.html #srv/web/ipfire/manual/mod/mod_authn_anon.html.en +#srv/web/ipfire/manual/mod/mod_authn_anon.html.fr #srv/web/ipfire/manual/mod/mod_authn_anon.html.ja.utf8 #srv/web/ipfire/manual/mod/mod_authn_anon.html.ko.euc-kr +#srv/web/ipfire/manual/mod/mod_authn_core.html +#srv/web/ipfire/manual/mod/mod_authn_core.html.en +#srv/web/ipfire/manual/mod/mod_authn_core.html.fr #srv/web/ipfire/manual/mod/mod_authn_dbd.html #srv/web/ipfire/manual/mod/mod_authn_dbd.html.en +#srv/web/ipfire/manual/mod/mod_authn_dbd.html.fr #srv/web/ipfire/manual/mod/mod_authn_dbm.html #srv/web/ipfire/manual/mod/mod_authn_dbm.html.en +#srv/web/ipfire/manual/mod/mod_authn_dbm.html.fr #srv/web/ipfire/manual/mod/mod_authn_dbm.html.ja.utf8 #srv/web/ipfire/manual/mod/mod_authn_dbm.html.ko.euc-kr -#srv/web/ipfire/manual/mod/mod_authn_default.html -#srv/web/ipfire/manual/mod/mod_authn_default.html.en -#srv/web/ipfire/manual/mod/mod_authn_default.html.ja.utf8 -#srv/web/ipfire/manual/mod/mod_authn_default.html.ko.euc-kr #srv/web/ipfire/manual/mod/mod_authn_file.html #srv/web/ipfire/manual/mod/mod_authn_file.html.en #srv/web/ipfire/manual/mod/mod_authn_file.html.fr #srv/web/ipfire/manual/mod/mod_authn_file.html.ja.utf8 #srv/web/ipfire/manual/mod/mod_authn_file.html.ko.euc-kr +#srv/web/ipfire/manual/mod/mod_authn_socache.html +#srv/web/ipfire/manual/mod/mod_authn_socache.html.en +#srv/web/ipfire/manual/mod/mod_authn_socache.html.fr +#srv/web/ipfire/manual/mod/mod_authnz_fcgi.html +#srv/web/ipfire/manual/mod/mod_authnz_fcgi.html.en #srv/web/ipfire/manual/mod/mod_authnz_ldap.html #srv/web/ipfire/manual/mod/mod_authnz_ldap.html.en #srv/web/ipfire/manual/mod/mod_authnz_ldap.html.fr +#srv/web/ipfire/manual/mod/mod_authz_core.html +#srv/web/ipfire/manual/mod/mod_authz_core.html.en +#srv/web/ipfire/manual/mod/mod_authz_core.html.fr +#srv/web/ipfire/manual/mod/mod_authz_dbd.html +#srv/web/ipfire/manual/mod/mod_authz_dbd.html.en +#srv/web/ipfire/manual/mod/mod_authz_dbd.html.fr #srv/web/ipfire/manual/mod/mod_authz_dbm.html #srv/web/ipfire/manual/mod/mod_authz_dbm.html.en +#srv/web/ipfire/manual/mod/mod_authz_dbm.html.fr #srv/web/ipfire/manual/mod/mod_authz_dbm.html.ko.euc-kr -#srv/web/ipfire/manual/mod/mod_authz_default.html -#srv/web/ipfire/manual/mod/mod_authz_default.html.en -#srv/web/ipfire/manual/mod/mod_authz_default.html.ja.utf8 -#srv/web/ipfire/manual/mod/mod_authz_default.html.ko.euc-kr #srv/web/ipfire/manual/mod/mod_authz_groupfile.html #srv/web/ipfire/manual/mod/mod_authz_groupfile.html.en +#srv/web/ipfire/manual/mod/mod_authz_groupfile.html.fr #srv/web/ipfire/manual/mod/mod_authz_groupfile.html.ja.utf8 #srv/web/ipfire/manual/mod/mod_authz_groupfile.html.ko.euc-kr #srv/web/ipfire/manual/mod/mod_authz_host.html #srv/web/ipfire/manual/mod/mod_authz_host.html.en #srv/web/ipfire/manual/mod/mod_authz_host.html.fr -#srv/web/ipfire/manual/mod/mod_authz_host.html.ja.utf8 -#srv/web/ipfire/manual/mod/mod_authz_host.html.ko.euc-kr #srv/web/ipfire/manual/mod/mod_authz_owner.html #srv/web/ipfire/manual/mod/mod_authz_owner.html.en +#srv/web/ipfire/manual/mod/mod_authz_owner.html.fr #srv/web/ipfire/manual/mod/mod_authz_owner.html.ja.utf8 #srv/web/ipfire/manual/mod/mod_authz_owner.html.ko.euc-kr #srv/web/ipfire/manual/mod/mod_authz_user.html #srv/web/ipfire/manual/mod/mod_authz_user.html.en +#srv/web/ipfire/manual/mod/mod_authz_user.html.fr #srv/web/ipfire/manual/mod/mod_authz_user.html.ja.utf8 #srv/web/ipfire/manual/mod/mod_authz_user.html.ko.euc-kr #srv/web/ipfire/manual/mod/mod_autoindex.html @@ -640,180 +731,327 @@ etc/httpd/conf/vhosts.d/ipfire-interface.conf #srv/web/ipfire/manual/mod/mod_autoindex.html.ja.utf8 #srv/web/ipfire/manual/mod/mod_autoindex.html.ko.euc-kr #srv/web/ipfire/manual/mod/mod_autoindex.html.tr.utf8 +#srv/web/ipfire/manual/mod/mod_buffer.html +#srv/web/ipfire/manual/mod/mod_buffer.html.en +#srv/web/ipfire/manual/mod/mod_buffer.html.fr #srv/web/ipfire/manual/mod/mod_cache.html #srv/web/ipfire/manual/mod/mod_cache.html.en +#srv/web/ipfire/manual/mod/mod_cache.html.fr #srv/web/ipfire/manual/mod/mod_cache.html.ja.utf8 #srv/web/ipfire/manual/mod/mod_cache.html.ko.euc-kr +#srv/web/ipfire/manual/mod/mod_cache_disk.html +#srv/web/ipfire/manual/mod/mod_cache_disk.html.en +#srv/web/ipfire/manual/mod/mod_cache_disk.html.fr +#srv/web/ipfire/manual/mod/mod_cache_disk.html.ja.utf8 +#srv/web/ipfire/manual/mod/mod_cache_disk.html.ko.euc-kr +#srv/web/ipfire/manual/mod/mod_cache_socache.html +#srv/web/ipfire/manual/mod/mod_cache_socache.html.en +#srv/web/ipfire/manual/mod/mod_cache_socache.html.fr #srv/web/ipfire/manual/mod/mod_cern_meta.html #srv/web/ipfire/manual/mod/mod_cern_meta.html.en +#srv/web/ipfire/manual/mod/mod_cern_meta.html.fr #srv/web/ipfire/manual/mod/mod_cern_meta.html.ko.euc-kr #srv/web/ipfire/manual/mod/mod_cgi.html #srv/web/ipfire/manual/mod/mod_cgi.html.en +#srv/web/ipfire/manual/mod/mod_cgi.html.fr #srv/web/ipfire/manual/mod/mod_cgi.html.ja.utf8 #srv/web/ipfire/manual/mod/mod_cgi.html.ko.euc-kr #srv/web/ipfire/manual/mod/mod_cgid.html #srv/web/ipfire/manual/mod/mod_cgid.html.en +#srv/web/ipfire/manual/mod/mod_cgid.html.fr #srv/web/ipfire/manual/mod/mod_cgid.html.ja.utf8 #srv/web/ipfire/manual/mod/mod_cgid.html.ko.euc-kr #srv/web/ipfire/manual/mod/mod_charset_lite.html #srv/web/ipfire/manual/mod/mod_charset_lite.html.en +#srv/web/ipfire/manual/mod/mod_charset_lite.html.fr #srv/web/ipfire/manual/mod/mod_charset_lite.html.ko.euc-kr +#srv/web/ipfire/manual/mod/mod_data.html +#srv/web/ipfire/manual/mod/mod_data.html.en +#srv/web/ipfire/manual/mod/mod_data.html.fr #srv/web/ipfire/manual/mod/mod_dav.html #srv/web/ipfire/manual/mod/mod_dav.html.en +#srv/web/ipfire/manual/mod/mod_dav.html.fr #srv/web/ipfire/manual/mod/mod_dav.html.ja.utf8 #srv/web/ipfire/manual/mod/mod_dav.html.ko.euc-kr #srv/web/ipfire/manual/mod/mod_dav_fs.html #srv/web/ipfire/manual/mod/mod_dav_fs.html.en +#srv/web/ipfire/manual/mod/mod_dav_fs.html.fr #srv/web/ipfire/manual/mod/mod_dav_fs.html.ja.utf8 #srv/web/ipfire/manual/mod/mod_dav_fs.html.ko.euc-kr #srv/web/ipfire/manual/mod/mod_dav_lock.html #srv/web/ipfire/manual/mod/mod_dav_lock.html.en +#srv/web/ipfire/manual/mod/mod_dav_lock.html.fr #srv/web/ipfire/manual/mod/mod_dav_lock.html.ja.utf8 #srv/web/ipfire/manual/mod/mod_dbd.html #srv/web/ipfire/manual/mod/mod_dbd.html.en +#srv/web/ipfire/manual/mod/mod_dbd.html.fr #srv/web/ipfire/manual/mod/mod_deflate.html #srv/web/ipfire/manual/mod/mod_deflate.html.en +#srv/web/ipfire/manual/mod/mod_deflate.html.fr #srv/web/ipfire/manual/mod/mod_deflate.html.ja.utf8 #srv/web/ipfire/manual/mod/mod_deflate.html.ko.euc-kr +#srv/web/ipfire/manual/mod/mod_dialup.html +#srv/web/ipfire/manual/mod/mod_dialup.html.en +#srv/web/ipfire/manual/mod/mod_dialup.html.fr #srv/web/ipfire/manual/mod/mod_dir.html #srv/web/ipfire/manual/mod/mod_dir.html.en +#srv/web/ipfire/manual/mod/mod_dir.html.fr #srv/web/ipfire/manual/mod/mod_dir.html.ja.utf8 #srv/web/ipfire/manual/mod/mod_dir.html.ko.euc-kr #srv/web/ipfire/manual/mod/mod_dir.html.tr.utf8 -#srv/web/ipfire/manual/mod/mod_disk_cache.html -#srv/web/ipfire/manual/mod/mod_disk_cache.html.en -#srv/web/ipfire/manual/mod/mod_disk_cache.html.ja.utf8 -#srv/web/ipfire/manual/mod/mod_disk_cache.html.ko.euc-kr #srv/web/ipfire/manual/mod/mod_dumpio.html #srv/web/ipfire/manual/mod/mod_dumpio.html.en +#srv/web/ipfire/manual/mod/mod_dumpio.html.fr #srv/web/ipfire/manual/mod/mod_dumpio.html.ja.utf8 #srv/web/ipfire/manual/mod/mod_echo.html #srv/web/ipfire/manual/mod/mod_echo.html.en +#srv/web/ipfire/manual/mod/mod_echo.html.fr #srv/web/ipfire/manual/mod/mod_echo.html.ja.utf8 #srv/web/ipfire/manual/mod/mod_echo.html.ko.euc-kr #srv/web/ipfire/manual/mod/mod_env.html #srv/web/ipfire/manual/mod/mod_env.html.en +#srv/web/ipfire/manual/mod/mod_env.html.fr #srv/web/ipfire/manual/mod/mod_env.html.ja.utf8 #srv/web/ipfire/manual/mod/mod_env.html.ko.euc-kr #srv/web/ipfire/manual/mod/mod_env.html.tr.utf8 -#srv/web/ipfire/manual/mod/mod_example.html -#srv/web/ipfire/manual/mod/mod_example.html.en -#srv/web/ipfire/manual/mod/mod_example.html.ko.euc-kr +#srv/web/ipfire/manual/mod/mod_example_hooks.html +#srv/web/ipfire/manual/mod/mod_example_hooks.html.en +#srv/web/ipfire/manual/mod/mod_example_hooks.html.fr +#srv/web/ipfire/manual/mod/mod_example_hooks.html.ko.euc-kr #srv/web/ipfire/manual/mod/mod_expires.html #srv/web/ipfire/manual/mod/mod_expires.html.en +#srv/web/ipfire/manual/mod/mod_expires.html.fr #srv/web/ipfire/manual/mod/mod_expires.html.ja.utf8 #srv/web/ipfire/manual/mod/mod_expires.html.ko.euc-kr #srv/web/ipfire/manual/mod/mod_ext_filter.html #srv/web/ipfire/manual/mod/mod_ext_filter.html.en +#srv/web/ipfire/manual/mod/mod_ext_filter.html.fr #srv/web/ipfire/manual/mod/mod_ext_filter.html.ja.utf8 #srv/web/ipfire/manual/mod/mod_ext_filter.html.ko.euc-kr #srv/web/ipfire/manual/mod/mod_file_cache.html #srv/web/ipfire/manual/mod/mod_file_cache.html.en +#srv/web/ipfire/manual/mod/mod_file_cache.html.fr #srv/web/ipfire/manual/mod/mod_file_cache.html.ko.euc-kr #srv/web/ipfire/manual/mod/mod_filter.html #srv/web/ipfire/manual/mod/mod_filter.html.en +#srv/web/ipfire/manual/mod/mod_filter.html.fr #srv/web/ipfire/manual/mod/mod_headers.html #srv/web/ipfire/manual/mod/mod_headers.html.en +#srv/web/ipfire/manual/mod/mod_headers.html.fr #srv/web/ipfire/manual/mod/mod_headers.html.ja.utf8 #srv/web/ipfire/manual/mod/mod_headers.html.ko.euc-kr +#srv/web/ipfire/manual/mod/mod_heartbeat.html +#srv/web/ipfire/manual/mod/mod_heartbeat.html.en +#srv/web/ipfire/manual/mod/mod_heartbeat.html.fr +#srv/web/ipfire/manual/mod/mod_heartmonitor.html +#srv/web/ipfire/manual/mod/mod_heartmonitor.html.en +#srv/web/ipfire/manual/mod/mod_heartmonitor.html.fr +#srv/web/ipfire/manual/mod/mod_http2.html +#srv/web/ipfire/manual/mod/mod_http2.html.en #srv/web/ipfire/manual/mod/mod_ident.html #srv/web/ipfire/manual/mod/mod_ident.html.en +#srv/web/ipfire/manual/mod/mod_ident.html.fr #srv/web/ipfire/manual/mod/mod_ident.html.ja.utf8 #srv/web/ipfire/manual/mod/mod_ident.html.ko.euc-kr #srv/web/ipfire/manual/mod/mod_imagemap.html #srv/web/ipfire/manual/mod/mod_imagemap.html.en +#srv/web/ipfire/manual/mod/mod_imagemap.html.fr #srv/web/ipfire/manual/mod/mod_imagemap.html.ko.euc-kr #srv/web/ipfire/manual/mod/mod_include.html #srv/web/ipfire/manual/mod/mod_include.html.en +#srv/web/ipfire/manual/mod/mod_include.html.fr #srv/web/ipfire/manual/mod/mod_include.html.ja.utf8 #srv/web/ipfire/manual/mod/mod_info.html #srv/web/ipfire/manual/mod/mod_info.html.en +#srv/web/ipfire/manual/mod/mod_info.html.fr #srv/web/ipfire/manual/mod/mod_info.html.ja.utf8 #srv/web/ipfire/manual/mod/mod_info.html.ko.euc-kr #srv/web/ipfire/manual/mod/mod_isapi.html #srv/web/ipfire/manual/mod/mod_isapi.html.en +#srv/web/ipfire/manual/mod/mod_isapi.html.fr #srv/web/ipfire/manual/mod/mod_isapi.html.ko.euc-kr +#srv/web/ipfire/manual/mod/mod_lbmethod_bybusyness.html +#srv/web/ipfire/manual/mod/mod_lbmethod_bybusyness.html.en +#srv/web/ipfire/manual/mod/mod_lbmethod_bybusyness.html.fr +#srv/web/ipfire/manual/mod/mod_lbmethod_byrequests.html +#srv/web/ipfire/manual/mod/mod_lbmethod_byrequests.html.en +#srv/web/ipfire/manual/mod/mod_lbmethod_byrequests.html.fr +#srv/web/ipfire/manual/mod/mod_lbmethod_bytraffic.html +#srv/web/ipfire/manual/mod/mod_lbmethod_bytraffic.html.en +#srv/web/ipfire/manual/mod/mod_lbmethod_bytraffic.html.fr +#srv/web/ipfire/manual/mod/mod_lbmethod_heartbeat.html +#srv/web/ipfire/manual/mod/mod_lbmethod_heartbeat.html.en +#srv/web/ipfire/manual/mod/mod_lbmethod_heartbeat.html.fr #srv/web/ipfire/manual/mod/mod_ldap.html #srv/web/ipfire/manual/mod/mod_ldap.html.en +#srv/web/ipfire/manual/mod/mod_ldap.html.fr #srv/web/ipfire/manual/mod/mod_log_config.html #srv/web/ipfire/manual/mod/mod_log_config.html.en +#srv/web/ipfire/manual/mod/mod_log_config.html.fr #srv/web/ipfire/manual/mod/mod_log_config.html.ja.utf8 #srv/web/ipfire/manual/mod/mod_log_config.html.ko.euc-kr #srv/web/ipfire/manual/mod/mod_log_config.html.tr.utf8 +#srv/web/ipfire/manual/mod/mod_log_debug.html +#srv/web/ipfire/manual/mod/mod_log_debug.html.en +#srv/web/ipfire/manual/mod/mod_log_debug.html.fr #srv/web/ipfire/manual/mod/mod_log_forensic.html #srv/web/ipfire/manual/mod/mod_log_forensic.html.en +#srv/web/ipfire/manual/mod/mod_log_forensic.html.fr #srv/web/ipfire/manual/mod/mod_log_forensic.html.ja.utf8 #srv/web/ipfire/manual/mod/mod_log_forensic.html.tr.utf8 #srv/web/ipfire/manual/mod/mod_logio.html #srv/web/ipfire/manual/mod/mod_logio.html.en +#srv/web/ipfire/manual/mod/mod_logio.html.fr #srv/web/ipfire/manual/mod/mod_logio.html.ja.utf8 #srv/web/ipfire/manual/mod/mod_logio.html.ko.euc-kr #srv/web/ipfire/manual/mod/mod_logio.html.tr.utf8 -#srv/web/ipfire/manual/mod/mod_mem_cache.html -#srv/web/ipfire/manual/mod/mod_mem_cache.html.en -#srv/web/ipfire/manual/mod/mod_mem_cache.html.ja.utf8 -#srv/web/ipfire/manual/mod/mod_mem_cache.html.ko.euc-kr +#srv/web/ipfire/manual/mod/mod_lua.html +#srv/web/ipfire/manual/mod/mod_lua.html.en +#srv/web/ipfire/manual/mod/mod_lua.html.fr +#srv/web/ipfire/manual/mod/mod_macro.html +#srv/web/ipfire/manual/mod/mod_macro.html.en +#srv/web/ipfire/manual/mod/mod_macro.html.fr #srv/web/ipfire/manual/mod/mod_mime.html #srv/web/ipfire/manual/mod/mod_mime.html.en +#srv/web/ipfire/manual/mod/mod_mime.html.fr #srv/web/ipfire/manual/mod/mod_mime.html.ja.utf8 #srv/web/ipfire/manual/mod/mod_mime_magic.html #srv/web/ipfire/manual/mod/mod_mime_magic.html.en +#srv/web/ipfire/manual/mod/mod_mime_magic.html.fr #srv/web/ipfire/manual/mod/mod_negotiation.html #srv/web/ipfire/manual/mod/mod_negotiation.html.en +#srv/web/ipfire/manual/mod/mod_negotiation.html.fr #srv/web/ipfire/manual/mod/mod_negotiation.html.ja.utf8 #srv/web/ipfire/manual/mod/mod_nw_ssl.html #srv/web/ipfire/manual/mod/mod_nw_ssl.html.en +#srv/web/ipfire/manual/mod/mod_nw_ssl.html.fr +#srv/web/ipfire/manual/mod/mod_privileges.html +#srv/web/ipfire/manual/mod/mod_privileges.html.en +#srv/web/ipfire/manual/mod/mod_privileges.html.fr #srv/web/ipfire/manual/mod/mod_proxy.html #srv/web/ipfire/manual/mod/mod_proxy.html.en #srv/web/ipfire/manual/mod/mod_proxy.html.fr #srv/web/ipfire/manual/mod/mod_proxy.html.ja.utf8 #srv/web/ipfire/manual/mod/mod_proxy_ajp.html #srv/web/ipfire/manual/mod/mod_proxy_ajp.html.en +#srv/web/ipfire/manual/mod/mod_proxy_ajp.html.fr #srv/web/ipfire/manual/mod/mod_proxy_ajp.html.ja.utf8 #srv/web/ipfire/manual/mod/mod_proxy_balancer.html #srv/web/ipfire/manual/mod/mod_proxy_balancer.html.en +#srv/web/ipfire/manual/mod/mod_proxy_balancer.html.fr #srv/web/ipfire/manual/mod/mod_proxy_balancer.html.ja.utf8 #srv/web/ipfire/manual/mod/mod_proxy_connect.html #srv/web/ipfire/manual/mod/mod_proxy_connect.html.en +#srv/web/ipfire/manual/mod/mod_proxy_connect.html.fr #srv/web/ipfire/manual/mod/mod_proxy_connect.html.ja.utf8 +#srv/web/ipfire/manual/mod/mod_proxy_express.html +#srv/web/ipfire/manual/mod/mod_proxy_express.html.en +#srv/web/ipfire/manual/mod/mod_proxy_express.html.fr +#srv/web/ipfire/manual/mod/mod_proxy_fcgi.html +#srv/web/ipfire/manual/mod/mod_proxy_fcgi.html.en +#srv/web/ipfire/manual/mod/mod_proxy_fcgi.html.fr +#srv/web/ipfire/manual/mod/mod_proxy_fdpass.html +#srv/web/ipfire/manual/mod/mod_proxy_fdpass.html.en +#srv/web/ipfire/manual/mod/mod_proxy_fdpass.html.fr #srv/web/ipfire/manual/mod/mod_proxy_ftp.html #srv/web/ipfire/manual/mod/mod_proxy_ftp.html.en -#srv/web/ipfire/manual/mod/mod_proxy_ftp.html.ja.utf8 +#srv/web/ipfire/manual/mod/mod_proxy_ftp.html.fr +#srv/web/ipfire/manual/mod/mod_proxy_hcheck.html +#srv/web/ipfire/manual/mod/mod_proxy_hcheck.html.en +#srv/web/ipfire/manual/mod/mod_proxy_html.html +#srv/web/ipfire/manual/mod/mod_proxy_html.html.en +#srv/web/ipfire/manual/mod/mod_proxy_html.html.fr #srv/web/ipfire/manual/mod/mod_proxy_http.html #srv/web/ipfire/manual/mod/mod_proxy_http.html.en #srv/web/ipfire/manual/mod/mod_proxy_http.html.fr -#srv/web/ipfire/manual/mod/mod_proxy_http.html.ja.utf8 +#srv/web/ipfire/manual/mod/mod_proxy_http2.html +#srv/web/ipfire/manual/mod/mod_proxy_http2.html.en #srv/web/ipfire/manual/mod/mod_proxy_scgi.html #srv/web/ipfire/manual/mod/mod_proxy_scgi.html.en -#srv/web/ipfire/manual/mod/mod_proxy_scgi.html.ja.utf8 +#srv/web/ipfire/manual/mod/mod_proxy_scgi.html.fr +#srv/web/ipfire/manual/mod/mod_proxy_wstunnel.html +#srv/web/ipfire/manual/mod/mod_proxy_wstunnel.html.en +#srv/web/ipfire/manual/mod/mod_ratelimit.html +#srv/web/ipfire/manual/mod/mod_ratelimit.html.en +#srv/web/ipfire/manual/mod/mod_ratelimit.html.fr +#srv/web/ipfire/manual/mod/mod_reflector.html +#srv/web/ipfire/manual/mod/mod_reflector.html.en +#srv/web/ipfire/manual/mod/mod_reflector.html.fr +#srv/web/ipfire/manual/mod/mod_remoteip.html +#srv/web/ipfire/manual/mod/mod_remoteip.html.en +#srv/web/ipfire/manual/mod/mod_remoteip.html.fr #srv/web/ipfire/manual/mod/mod_reqtimeout.html #srv/web/ipfire/manual/mod/mod_reqtimeout.html.en +#srv/web/ipfire/manual/mod/mod_reqtimeout.html.fr +#srv/web/ipfire/manual/mod/mod_request.html +#srv/web/ipfire/manual/mod/mod_request.html.en +#srv/web/ipfire/manual/mod/mod_request.html.fr +#srv/web/ipfire/manual/mod/mod_request.html.tr.utf8 #srv/web/ipfire/manual/mod/mod_rewrite.html #srv/web/ipfire/manual/mod/mod_rewrite.html.en #srv/web/ipfire/manual/mod/mod_rewrite.html.fr +#srv/web/ipfire/manual/mod/mod_sed.html +#srv/web/ipfire/manual/mod/mod_sed.html.en +#srv/web/ipfire/manual/mod/mod_sed.html.fr +#srv/web/ipfire/manual/mod/mod_session.html +#srv/web/ipfire/manual/mod/mod_session.html.en +#srv/web/ipfire/manual/mod/mod_session.html.fr +#srv/web/ipfire/manual/mod/mod_session_cookie.html +#srv/web/ipfire/manual/mod/mod_session_cookie.html.en +#srv/web/ipfire/manual/mod/mod_session_cookie.html.fr +#srv/web/ipfire/manual/mod/mod_session_crypto.html +#srv/web/ipfire/manual/mod/mod_session_crypto.html.en +#srv/web/ipfire/manual/mod/mod_session_crypto.html.fr +#srv/web/ipfire/manual/mod/mod_session_dbd.html +#srv/web/ipfire/manual/mod/mod_session_dbd.html.en +#srv/web/ipfire/manual/mod/mod_session_dbd.html.fr #srv/web/ipfire/manual/mod/mod_setenvif.html #srv/web/ipfire/manual/mod/mod_setenvif.html.en +#srv/web/ipfire/manual/mod/mod_setenvif.html.fr #srv/web/ipfire/manual/mod/mod_setenvif.html.ja.utf8 #srv/web/ipfire/manual/mod/mod_setenvif.html.ko.euc-kr #srv/web/ipfire/manual/mod/mod_setenvif.html.tr.utf8 +#srv/web/ipfire/manual/mod/mod_slotmem_plain.html +#srv/web/ipfire/manual/mod/mod_slotmem_plain.html.en +#srv/web/ipfire/manual/mod/mod_slotmem_plain.html.fr +#srv/web/ipfire/manual/mod/mod_slotmem_shm.html +#srv/web/ipfire/manual/mod/mod_slotmem_shm.html.en +#srv/web/ipfire/manual/mod/mod_slotmem_shm.html.fr #srv/web/ipfire/manual/mod/mod_so.html #srv/web/ipfire/manual/mod/mod_so.html.en +#srv/web/ipfire/manual/mod/mod_so.html.fr #srv/web/ipfire/manual/mod/mod_so.html.ja.utf8 #srv/web/ipfire/manual/mod/mod_so.html.ko.euc-kr #srv/web/ipfire/manual/mod/mod_so.html.tr.utf8 +#srv/web/ipfire/manual/mod/mod_socache_dbm.html +#srv/web/ipfire/manual/mod/mod_socache_dbm.html.en +#srv/web/ipfire/manual/mod/mod_socache_dbm.html.fr +#srv/web/ipfire/manual/mod/mod_socache_dc.html +#srv/web/ipfire/manual/mod/mod_socache_dc.html.en +#srv/web/ipfire/manual/mod/mod_socache_dc.html.fr +#srv/web/ipfire/manual/mod/mod_socache_memcache.html +#srv/web/ipfire/manual/mod/mod_socache_memcache.html.en +#srv/web/ipfire/manual/mod/mod_socache_memcache.html.fr +#srv/web/ipfire/manual/mod/mod_socache_shmcb.html +#srv/web/ipfire/manual/mod/mod_socache_shmcb.html.en +#srv/web/ipfire/manual/mod/mod_socache_shmcb.html.fr #srv/web/ipfire/manual/mod/mod_speling.html #srv/web/ipfire/manual/mod/mod_speling.html.en +#srv/web/ipfire/manual/mod/mod_speling.html.fr #srv/web/ipfire/manual/mod/mod_speling.html.ja.utf8 #srv/web/ipfire/manual/mod/mod_speling.html.ko.euc-kr #srv/web/ipfire/manual/mod/mod_ssl.html #srv/web/ipfire/manual/mod/mod_ssl.html.en +#srv/web/ipfire/manual/mod/mod_ssl.html.fr #srv/web/ipfire/manual/mod/mod_status.html #srv/web/ipfire/manual/mod/mod_status.html.en +#srv/web/ipfire/manual/mod/mod_status.html.fr #srv/web/ipfire/manual/mod/mod_status.html.ja.utf8 #srv/web/ipfire/manual/mod/mod_status.html.ko.euc-kr #srv/web/ipfire/manual/mod/mod_status.html.tr.utf8 #srv/web/ipfire/manual/mod/mod_substitute.html #srv/web/ipfire/manual/mod/mod_substitute.html.en +#srv/web/ipfire/manual/mod/mod_substitute.html.fr #srv/web/ipfire/manual/mod/mod_suexec.html #srv/web/ipfire/manual/mod/mod_suexec.html.en #srv/web/ipfire/manual/mod/mod_suexec.html.fr @@ -822,57 +1060,77 @@ etc/httpd/conf/vhosts.d/ipfire-interface.conf #srv/web/ipfire/manual/mod/mod_suexec.html.tr.utf8 #srv/web/ipfire/manual/mod/mod_unique_id.html #srv/web/ipfire/manual/mod/mod_unique_id.html.en +#srv/web/ipfire/manual/mod/mod_unique_id.html.fr #srv/web/ipfire/manual/mod/mod_unique_id.html.ja.utf8 #srv/web/ipfire/manual/mod/mod_unique_id.html.ko.euc-kr +#srv/web/ipfire/manual/mod/mod_unixd.html +#srv/web/ipfire/manual/mod/mod_unixd.html.en +#srv/web/ipfire/manual/mod/mod_unixd.html.fr +#srv/web/ipfire/manual/mod/mod_unixd.html.tr.utf8 #srv/web/ipfire/manual/mod/mod_userdir.html #srv/web/ipfire/manual/mod/mod_userdir.html.en +#srv/web/ipfire/manual/mod/mod_userdir.html.fr #srv/web/ipfire/manual/mod/mod_userdir.html.ja.utf8 #srv/web/ipfire/manual/mod/mod_userdir.html.ko.euc-kr #srv/web/ipfire/manual/mod/mod_userdir.html.tr.utf8 #srv/web/ipfire/manual/mod/mod_usertrack.html #srv/web/ipfire/manual/mod/mod_usertrack.html.en +#srv/web/ipfire/manual/mod/mod_usertrack.html.fr #srv/web/ipfire/manual/mod/mod_version.html #srv/web/ipfire/manual/mod/mod_version.html.en #srv/web/ipfire/manual/mod/mod_version.html.ja.utf8 #srv/web/ipfire/manual/mod/mod_version.html.ko.euc-kr #srv/web/ipfire/manual/mod/mod_vhost_alias.html #srv/web/ipfire/manual/mod/mod_vhost_alias.html.en +#srv/web/ipfire/manual/mod/mod_vhost_alias.html.fr #srv/web/ipfire/manual/mod/mod_vhost_alias.html.tr.utf8 +#srv/web/ipfire/manual/mod/mod_watchdog.html +#srv/web/ipfire/manual/mod/mod_watchdog.html.en +#srv/web/ipfire/manual/mod/mod_xml2enc.html +#srv/web/ipfire/manual/mod/mod_xml2enc.html.en +#srv/web/ipfire/manual/mod/mod_xml2enc.html.fr #srv/web/ipfire/manual/mod/module-dict.html #srv/web/ipfire/manual/mod/module-dict.html.en +#srv/web/ipfire/manual/mod/module-dict.html.fr #srv/web/ipfire/manual/mod/module-dict.html.ja.utf8 #srv/web/ipfire/manual/mod/module-dict.html.ko.euc-kr #srv/web/ipfire/manual/mod/module-dict.html.tr.utf8 #srv/web/ipfire/manual/mod/mpm_common.html #srv/web/ipfire/manual/mod/mpm_common.html.de #srv/web/ipfire/manual/mod/mpm_common.html.en +#srv/web/ipfire/manual/mod/mpm_common.html.fr #srv/web/ipfire/manual/mod/mpm_common.html.ja.utf8 #srv/web/ipfire/manual/mod/mpm_common.html.tr.utf8 #srv/web/ipfire/manual/mod/mpm_netware.html #srv/web/ipfire/manual/mod/mpm_netware.html.en +#srv/web/ipfire/manual/mod/mpm_netware.html.fr #srv/web/ipfire/manual/mod/mpm_winnt.html #srv/web/ipfire/manual/mod/mpm_winnt.html.de #srv/web/ipfire/manual/mod/mpm_winnt.html.en +#srv/web/ipfire/manual/mod/mpm_winnt.html.fr #srv/web/ipfire/manual/mod/mpm_winnt.html.ja.utf8 #srv/web/ipfire/manual/mod/mpmt_os2.html #srv/web/ipfire/manual/mod/mpmt_os2.html.en +#srv/web/ipfire/manual/mod/mpmt_os2.html.fr #srv/web/ipfire/manual/mod/prefork.html #srv/web/ipfire/manual/mod/prefork.html.de #srv/web/ipfire/manual/mod/prefork.html.en +#srv/web/ipfire/manual/mod/prefork.html.fr #srv/web/ipfire/manual/mod/prefork.html.ja.utf8 #srv/web/ipfire/manual/mod/prefork.html.tr.utf8 #srv/web/ipfire/manual/mod/quickreference.html #srv/web/ipfire/manual/mod/quickreference.html.de #srv/web/ipfire/manual/mod/quickreference.html.en #srv/web/ipfire/manual/mod/quickreference.html.es +#srv/web/ipfire/manual/mod/quickreference.html.fr #srv/web/ipfire/manual/mod/quickreference.html.ja.utf8 #srv/web/ipfire/manual/mod/quickreference.html.ko.euc-kr -#srv/web/ipfire/manual/mod/quickreference.html.ru.koi8-r #srv/web/ipfire/manual/mod/quickreference.html.tr.utf8 #srv/web/ipfire/manual/mod/quickreference.html.zh-cn.utf8 #srv/web/ipfire/manual/mod/worker.html #srv/web/ipfire/manual/mod/worker.html.de #srv/web/ipfire/manual/mod/worker.html.en +#srv/web/ipfire/manual/mod/worker.html.fr #srv/web/ipfire/manual/mod/worker.html.ja.utf8 #srv/web/ipfire/manual/mod/worker.html.tr.utf8 #srv/web/ipfire/manual/mpm.html @@ -896,93 +1154,124 @@ etc/httpd/conf/vhosts.d/ipfire-interface.conf #srv/web/ipfire/manual/new_features_2_2.html #srv/web/ipfire/manual/new_features_2_2.html.en #srv/web/ipfire/manual/new_features_2_2.html.fr -#srv/web/ipfire/manual/new_features_2_2.html.ja.utf8 #srv/web/ipfire/manual/new_features_2_2.html.ko.euc-kr #srv/web/ipfire/manual/new_features_2_2.html.pt-br #srv/web/ipfire/manual/new_features_2_2.html.tr.utf8 +#srv/web/ipfire/manual/new_features_2_4.html +#srv/web/ipfire/manual/new_features_2_4.html.en +#srv/web/ipfire/manual/new_features_2_4.html.fr +#srv/web/ipfire/manual/new_features_2_4.html.tr.utf8 #srv/web/ipfire/manual/platform #srv/web/ipfire/manual/platform/ebcdic.html #srv/web/ipfire/manual/platform/ebcdic.html.en #srv/web/ipfire/manual/platform/ebcdic.html.ko.euc-kr #srv/web/ipfire/manual/platform/index.html #srv/web/ipfire/manual/platform/index.html.en +#srv/web/ipfire/manual/platform/index.html.fr #srv/web/ipfire/manual/platform/index.html.ko.euc-kr #srv/web/ipfire/manual/platform/index.html.zh-cn.utf8 #srv/web/ipfire/manual/platform/netware.html #srv/web/ipfire/manual/platform/netware.html.en +#srv/web/ipfire/manual/platform/netware.html.fr #srv/web/ipfire/manual/platform/netware.html.ko.euc-kr #srv/web/ipfire/manual/platform/perf-hp.html #srv/web/ipfire/manual/platform/perf-hp.html.en +#srv/web/ipfire/manual/platform/perf-hp.html.fr #srv/web/ipfire/manual/platform/perf-hp.html.ko.euc-kr +#srv/web/ipfire/manual/platform/rpm.html +#srv/web/ipfire/manual/platform/rpm.html.en #srv/web/ipfire/manual/platform/win_compiling.html #srv/web/ipfire/manual/platform/win_compiling.html.en +#srv/web/ipfire/manual/platform/win_compiling.html.fr #srv/web/ipfire/manual/platform/win_compiling.html.ko.euc-kr #srv/web/ipfire/manual/platform/windows.html #srv/web/ipfire/manual/platform/windows.html.en +#srv/web/ipfire/manual/platform/windows.html.fr #srv/web/ipfire/manual/platform/windows.html.ko.euc-kr #srv/web/ipfire/manual/programs #srv/web/ipfire/manual/programs/ab.html #srv/web/ipfire/manual/programs/ab.html.en +#srv/web/ipfire/manual/programs/ab.html.fr #srv/web/ipfire/manual/programs/ab.html.ko.euc-kr #srv/web/ipfire/manual/programs/ab.html.tr.utf8 #srv/web/ipfire/manual/programs/apachectl.html #srv/web/ipfire/manual/programs/apachectl.html.en +#srv/web/ipfire/manual/programs/apachectl.html.fr #srv/web/ipfire/manual/programs/apachectl.html.ko.euc-kr #srv/web/ipfire/manual/programs/apachectl.html.tr.utf8 #srv/web/ipfire/manual/programs/apxs.html #srv/web/ipfire/manual/programs/apxs.html.en +#srv/web/ipfire/manual/programs/apxs.html.fr #srv/web/ipfire/manual/programs/apxs.html.ko.euc-kr #srv/web/ipfire/manual/programs/apxs.html.tr.utf8 #srv/web/ipfire/manual/programs/configure.html #srv/web/ipfire/manual/programs/configure.html.en +#srv/web/ipfire/manual/programs/configure.html.fr #srv/web/ipfire/manual/programs/configure.html.ko.euc-kr #srv/web/ipfire/manual/programs/configure.html.tr.utf8 #srv/web/ipfire/manual/programs/dbmmanage.html #srv/web/ipfire/manual/programs/dbmmanage.html.en +#srv/web/ipfire/manual/programs/dbmmanage.html.fr #srv/web/ipfire/manual/programs/dbmmanage.html.ko.euc-kr #srv/web/ipfire/manual/programs/dbmmanage.html.tr.utf8 +#srv/web/ipfire/manual/programs/fcgistarter.html +#srv/web/ipfire/manual/programs/fcgistarter.html.en +#srv/web/ipfire/manual/programs/fcgistarter.html.fr +#srv/web/ipfire/manual/programs/fcgistarter.html.tr.utf8 #srv/web/ipfire/manual/programs/htcacheclean.html #srv/web/ipfire/manual/programs/htcacheclean.html.en +#srv/web/ipfire/manual/programs/htcacheclean.html.fr #srv/web/ipfire/manual/programs/htcacheclean.html.ko.euc-kr #srv/web/ipfire/manual/programs/htcacheclean.html.tr.utf8 #srv/web/ipfire/manual/programs/htdbm.html #srv/web/ipfire/manual/programs/htdbm.html.en +#srv/web/ipfire/manual/programs/htdbm.html.fr #srv/web/ipfire/manual/programs/htdbm.html.tr.utf8 #srv/web/ipfire/manual/programs/htdigest.html #srv/web/ipfire/manual/programs/htdigest.html.en +#srv/web/ipfire/manual/programs/htdigest.html.fr #srv/web/ipfire/manual/programs/htdigest.html.ko.euc-kr #srv/web/ipfire/manual/programs/htdigest.html.tr.utf8 #srv/web/ipfire/manual/programs/htpasswd.html #srv/web/ipfire/manual/programs/htpasswd.html.en +#srv/web/ipfire/manual/programs/htpasswd.html.fr #srv/web/ipfire/manual/programs/htpasswd.html.ko.euc-kr #srv/web/ipfire/manual/programs/htpasswd.html.tr.utf8 #srv/web/ipfire/manual/programs/httpd.html #srv/web/ipfire/manual/programs/httpd.html.en +#srv/web/ipfire/manual/programs/httpd.html.fr #srv/web/ipfire/manual/programs/httpd.html.ko.euc-kr #srv/web/ipfire/manual/programs/httpd.html.tr.utf8 #srv/web/ipfire/manual/programs/httxt2dbm.html #srv/web/ipfire/manual/programs/httxt2dbm.html.en +#srv/web/ipfire/manual/programs/httxt2dbm.html.fr #srv/web/ipfire/manual/programs/httxt2dbm.html.tr.utf8 #srv/web/ipfire/manual/programs/index.html #srv/web/ipfire/manual/programs/index.html.en #srv/web/ipfire/manual/programs/index.html.es -#srv/web/ipfire/manual/programs/index.html.ja.utf8 +#srv/web/ipfire/manual/programs/index.html.fr #srv/web/ipfire/manual/programs/index.html.ko.euc-kr -#srv/web/ipfire/manual/programs/index.html.ru.koi8-r #srv/web/ipfire/manual/programs/index.html.tr.utf8 #srv/web/ipfire/manual/programs/index.html.zh-cn.utf8 +#srv/web/ipfire/manual/programs/log_server_status.html +#srv/web/ipfire/manual/programs/log_server_status.html.en #srv/web/ipfire/manual/programs/logresolve.html #srv/web/ipfire/manual/programs/logresolve.html.en +#srv/web/ipfire/manual/programs/logresolve.html.fr #srv/web/ipfire/manual/programs/logresolve.html.ko.euc-kr #srv/web/ipfire/manual/programs/logresolve.html.tr.utf8 #srv/web/ipfire/manual/programs/other.html #srv/web/ipfire/manual/programs/other.html.en +#srv/web/ipfire/manual/programs/other.html.fr #srv/web/ipfire/manual/programs/other.html.ko.euc-kr #srv/web/ipfire/manual/programs/other.html.tr.utf8 #srv/web/ipfire/manual/programs/rotatelogs.html #srv/web/ipfire/manual/programs/rotatelogs.html.en +#srv/web/ipfire/manual/programs/rotatelogs.html.fr #srv/web/ipfire/manual/programs/rotatelogs.html.ko.euc-kr #srv/web/ipfire/manual/programs/rotatelogs.html.tr.utf8 +#srv/web/ipfire/manual/programs/split-logfile.html +#srv/web/ipfire/manual/programs/split-logfile.html.en #srv/web/ipfire/manual/programs/suexec.html #srv/web/ipfire/manual/programs/suexec.html.en #srv/web/ipfire/manual/programs/suexec.html.ko.euc-kr @@ -990,15 +1279,19 @@ etc/httpd/conf/vhosts.d/ipfire-interface.conf #srv/web/ipfire/manual/rewrite #srv/web/ipfire/manual/rewrite/access.html #srv/web/ipfire/manual/rewrite/access.html.en +#srv/web/ipfire/manual/rewrite/access.html.fr #srv/web/ipfire/manual/rewrite/advanced.html #srv/web/ipfire/manual/rewrite/advanced.html.en +#srv/web/ipfire/manual/rewrite/advanced.html.fr #srv/web/ipfire/manual/rewrite/avoid.html #srv/web/ipfire/manual/rewrite/avoid.html.en +#srv/web/ipfire/manual/rewrite/avoid.html.fr #srv/web/ipfire/manual/rewrite/flags.html #srv/web/ipfire/manual/rewrite/flags.html.en #srv/web/ipfire/manual/rewrite/flags.html.fr #srv/web/ipfire/manual/rewrite/htaccess.html #srv/web/ipfire/manual/rewrite/htaccess.html.en +#srv/web/ipfire/manual/rewrite/htaccess.html.fr #srv/web/ipfire/manual/rewrite/index.html #srv/web/ipfire/manual/rewrite/index.html.en #srv/web/ipfire/manual/rewrite/index.html.fr @@ -1009,15 +1302,19 @@ etc/httpd/conf/vhosts.d/ipfire-interface.conf #srv/web/ipfire/manual/rewrite/intro.html.fr #srv/web/ipfire/manual/rewrite/proxy.html #srv/web/ipfire/manual/rewrite/proxy.html.en +#srv/web/ipfire/manual/rewrite/proxy.html.fr #srv/web/ipfire/manual/rewrite/remapping.html #srv/web/ipfire/manual/rewrite/remapping.html.en +#srv/web/ipfire/manual/rewrite/remapping.html.fr #srv/web/ipfire/manual/rewrite/rewritemap.html #srv/web/ipfire/manual/rewrite/rewritemap.html.en +#srv/web/ipfire/manual/rewrite/rewritemap.html.fr #srv/web/ipfire/manual/rewrite/tech.html #srv/web/ipfire/manual/rewrite/tech.html.en #srv/web/ipfire/manual/rewrite/tech.html.fr #srv/web/ipfire/manual/rewrite/vhosts.html #srv/web/ipfire/manual/rewrite/vhosts.html.en +#srv/web/ipfire/manual/rewrite/vhosts.html.fr #srv/web/ipfire/manual/sections.html #srv/web/ipfire/manual/sections.html.en #srv/web/ipfire/manual/sections.html.fr @@ -1026,6 +1323,7 @@ etc/httpd/conf/vhosts.d/ipfire-interface.conf #srv/web/ipfire/manual/sections.html.tr.utf8 #srv/web/ipfire/manual/server-wide.html #srv/web/ipfire/manual/server-wide.html.en +#srv/web/ipfire/manual/server-wide.html.fr #srv/web/ipfire/manual/server-wide.html.ja.utf8 #srv/web/ipfire/manual/server-wide.html.ko.euc-kr #srv/web/ipfire/manual/server-wide.html.tr.utf8 @@ -1033,24 +1331,33 @@ etc/httpd/conf/vhosts.d/ipfire-interface.conf #srv/web/ipfire/manual/sitemap.html.de #srv/web/ipfire/manual/sitemap.html.en #srv/web/ipfire/manual/sitemap.html.es +#srv/web/ipfire/manual/sitemap.html.fr #srv/web/ipfire/manual/sitemap.html.ja.utf8 #srv/web/ipfire/manual/sitemap.html.ko.euc-kr #srv/web/ipfire/manual/sitemap.html.tr.utf8 #srv/web/ipfire/manual/sitemap.html.zh-cn.utf8 +#srv/web/ipfire/manual/socache.html +#srv/web/ipfire/manual/socache.html.en +#srv/web/ipfire/manual/socache.html.fr #srv/web/ipfire/manual/ssl #srv/web/ipfire/manual/ssl/index.html #srv/web/ipfire/manual/ssl/index.html.en +#srv/web/ipfire/manual/ssl/index.html.fr #srv/web/ipfire/manual/ssl/index.html.ja.utf8 #srv/web/ipfire/manual/ssl/index.html.tr.utf8 #srv/web/ipfire/manual/ssl/index.html.zh-cn.utf8 #srv/web/ipfire/manual/ssl/ssl_compat.html #srv/web/ipfire/manual/ssl/ssl_compat.html.en +#srv/web/ipfire/manual/ssl/ssl_compat.html.fr #srv/web/ipfire/manual/ssl/ssl_faq.html #srv/web/ipfire/manual/ssl/ssl_faq.html.en +#srv/web/ipfire/manual/ssl/ssl_faq.html.fr #srv/web/ipfire/manual/ssl/ssl_howto.html #srv/web/ipfire/manual/ssl/ssl_howto.html.en +#srv/web/ipfire/manual/ssl/ssl_howto.html.fr #srv/web/ipfire/manual/ssl/ssl_intro.html #srv/web/ipfire/manual/ssl/ssl_intro.html.en +#srv/web/ipfire/manual/ssl/ssl_intro.html.fr #srv/web/ipfire/manual/ssl/ssl_intro.html.ja.utf8 #srv/web/ipfire/manual/stopping.html #srv/web/ipfire/manual/stopping.html.de @@ -1093,12 +1400,11 @@ etc/httpd/conf/vhosts.d/ipfire-interface.conf #srv/web/ipfire/manual/suexec.html.ko.euc-kr #srv/web/ipfire/manual/suexec.html.tr.utf8 #srv/web/ipfire/manual/upgrading.html -#srv/web/ipfire/manual/upgrading.html.de #srv/web/ipfire/manual/upgrading.html.en #srv/web/ipfire/manual/upgrading.html.fr -#srv/web/ipfire/manual/upgrading.html.ja.utf8 #srv/web/ipfire/manual/urlmapping.html #srv/web/ipfire/manual/urlmapping.html.en +#srv/web/ipfire/manual/urlmapping.html.fr #srv/web/ipfire/manual/urlmapping.html.ja.utf8 #srv/web/ipfire/manual/urlmapping.html.ko.euc-kr #srv/web/ipfire/manual/urlmapping.html.tr.utf8 @@ -1126,7 +1432,6 @@ etc/httpd/conf/vhosts.d/ipfire-interface.conf #srv/web/ipfire/manual/vhosts/index.html.fr #srv/web/ipfire/manual/vhosts/index.html.ja.utf8 #srv/web/ipfire/manual/vhosts/index.html.ko.euc-kr -#srv/web/ipfire/manual/vhosts/index.html.ru.koi8-r #srv/web/ipfire/manual/vhosts/index.html.tr.utf8 #srv/web/ipfire/manual/vhosts/index.html.zh-cn.utf8 #srv/web/ipfire/manual/vhosts/ip-based.html @@ -1137,6 +1442,7 @@ etc/httpd/conf/vhosts.d/ipfire-interface.conf #srv/web/ipfire/manual/vhosts/ip-based.html.tr.utf8 #srv/web/ipfire/manual/vhosts/mass.html #srv/web/ipfire/manual/vhosts/mass.html.en +#srv/web/ipfire/manual/vhosts/mass.html.fr #srv/web/ipfire/manual/vhosts/mass.html.ko.euc-kr #srv/web/ipfire/manual/vhosts/mass.html.tr.utf8 #srv/web/ipfire/manual/vhosts/name-based.html @@ -1146,13 +1452,21 @@ etc/httpd/conf/vhosts.d/ipfire-interface.conf #srv/web/ipfire/manual/vhosts/name-based.html.ja.utf8 #srv/web/ipfire/manual/vhosts/name-based.html.ko.euc-kr #srv/web/ipfire/manual/vhosts/name-based.html.tr.utf8 -#usr/bin/apr-1-config -#usr/bin/apu-1-config +#usr/bin/ab +#usr/bin/apxs +#usr/bin/dbmmanage +#usr/bin/htdbm +#usr/bin/htdigest +usr/bin/htpasswd +#usr/bin/httxt2dbm +#usr/bin/logresolve #usr/include/apache #usr/include/apache/ap_compat.h #usr/include/apache/ap_config.h #usr/include/apache/ap_config_auto.h #usr/include/apache/ap_config_layout.h +#usr/include/apache/ap_expr.h +#usr/include/apache/ap_hooks.h #usr/include/apache/ap_listen.h #usr/include/apache/ap_mmn.h #usr/include/apache/ap_mpm.h @@ -1160,77 +1474,11 @@ etc/httpd/conf/vhosts.d/ipfire-interface.conf #usr/include/apache/ap_regex.h #usr/include/apache/ap_regkey.h #usr/include/apache/ap_release.h -#usr/include/apache/apr.h -#usr/include/apache/apr_allocator.h -#usr/include/apache/apr_anylock.h -#usr/include/apache/apr_atomic.h -#usr/include/apache/apr_base64.h -#usr/include/apache/apr_buckets.h -#usr/include/apache/apr_crypto.h -#usr/include/apache/apr_date.h -#usr/include/apache/apr_dbd.h -#usr/include/apache/apr_dbm.h -#usr/include/apache/apr_dso.h -#usr/include/apache/apr_env.h -#usr/include/apache/apr_errno.h -#usr/include/apache/apr_escape.h -#usr/include/apache/apr_file_info.h -#usr/include/apache/apr_file_io.h -#usr/include/apache/apr_fnmatch.h -#usr/include/apache/apr_general.h -#usr/include/apache/apr_getopt.h -#usr/include/apache/apr_global_mutex.h -#usr/include/apache/apr_hash.h -#usr/include/apache/apr_hooks.h -#usr/include/apache/apr_inherit.h -#usr/include/apache/apr_ldap.h -#usr/include/apache/apr_ldap_init.h -#usr/include/apache/apr_ldap_option.h -#usr/include/apache/apr_ldap_rebind.h -#usr/include/apache/apr_ldap_url.h -#usr/include/apache/apr_lib.h -#usr/include/apache/apr_md4.h -#usr/include/apache/apr_md5.h -#usr/include/apache/apr_memcache.h -#usr/include/apache/apr_mmap.h -#usr/include/apache/apr_network_io.h -#usr/include/apache/apr_optional.h -#usr/include/apache/apr_optional_hooks.h -#usr/include/apache/apr_poll.h -#usr/include/apache/apr_pools.h -#usr/include/apache/apr_portable.h -#usr/include/apache/apr_proc_mutex.h -#usr/include/apache/apr_queue.h -#usr/include/apache/apr_random.h -#usr/include/apache/apr_reslist.h -#usr/include/apache/apr_ring.h -#usr/include/apache/apr_rmm.h -#usr/include/apache/apr_sdbm.h -#usr/include/apache/apr_sha1.h -#usr/include/apache/apr_shm.h -#usr/include/apache/apr_signal.h -#usr/include/apache/apr_skiplist.h -#usr/include/apache/apr_strings.h -#usr/include/apache/apr_strmatch.h -#usr/include/apache/apr_support.h -#usr/include/apache/apr_tables.h -#usr/include/apache/apr_thread_cond.h -#usr/include/apache/apr_thread_mutex.h -#usr/include/apache/apr_thread_pool.h -#usr/include/apache/apr_thread_proc.h -#usr/include/apache/apr_thread_rwlock.h -#usr/include/apache/apr_time.h -#usr/include/apache/apr_uri.h -#usr/include/apache/apr_user.h -#usr/include/apache/apr_uuid.h -#usr/include/apache/apr_version.h -#usr/include/apache/apr_want.h -#usr/include/apache/apr_xlate.h -#usr/include/apache/apr_xml.h -#usr/include/apache/apu.h -#usr/include/apache/apu_errno.h -#usr/include/apache/apu_version.h -#usr/include/apache/apu_want.h +#usr/include/apache/ap_slotmem.h +#usr/include/apache/ap_socache.h +#usr/include/apache/apache_noprobes.h +#usr/include/apache/cache_common.h +#usr/include/apache/heartbeat.h #usr/include/apache/http_config.h #usr/include/apache/http_connection.h #usr/include/apache/http_core.h @@ -1241,6 +1489,7 @@ etc/httpd/conf/vhosts.d/ipfire-interface.conf #usr/include/apache/http_vhost.h #usr/include/apache/httpd.h #usr/include/apache/mod_auth.h +#usr/include/apache/mod_cache.h #usr/include/apache/mod_cgi.h #usr/include/apache/mod_core.h #usr/include/apache/mod_dav.h @@ -1248,77 +1497,102 @@ etc/httpd/conf/vhosts.d/ipfire-interface.conf #usr/include/apache/mod_include.h #usr/include/apache/mod_log_config.h #usr/include/apache/mod_proxy.h +#usr/include/apache/mod_request.h #usr/include/apache/mod_rewrite.h +#usr/include/apache/mod_session.h +#usr/include/apache/mod_so.h #usr/include/apache/mod_ssl.h +#usr/include/apache/mod_ssl_openssl.h #usr/include/apache/mod_status.h -#usr/include/apache/mpm.h +#usr/include/apache/mod_unixd.h +#usr/include/apache/mod_watchdog.h +#usr/include/apache/mod_xml2enc.h #usr/include/apache/mpm_common.h -#usr/include/apache/mpm_default.h #usr/include/apache/os.h #usr/include/apache/scoreboard.h #usr/include/apache/unixd.h #usr/include/apache/util_cfgtree.h #usr/include/apache/util_charset.h +#usr/include/apache/util_cookies.h #usr/include/apache/util_ebcdic.h +#usr/include/apache/util_fcgi.h #usr/include/apache/util_filter.h #usr/include/apache/util_ldap.h #usr/include/apache/util_md5.h +#usr/include/apache/util_mutex.h #usr/include/apache/util_script.h #usr/include/apache/util_time.h +#usr/include/apache/util_varbuf.h #usr/include/apache/util_xml.h -#usr/lib/apache +usr/lib/apache #usr/lib/apache/build -#usr/lib/apache/build/apr_rules.mk #usr/lib/apache/build/config.nice #usr/lib/apache/build/config_vars.mk #usr/lib/apache/build/instdso.sh #usr/lib/apache/build/library.mk -#usr/lib/apache/build/libtool #usr/lib/apache/build/ltlib.mk -#usr/lib/apache/build/make_exports.awk -#usr/lib/apache/build/make_var_export.awk #usr/lib/apache/build/mkdir.sh #usr/lib/apache/build/program.mk #usr/lib/apache/build/rules.mk #usr/lib/apache/build/special.mk #usr/lib/apache/httpd.exp +#usr/lib/apache/mod_access_compat.so usr/lib/apache/mod_actions.so usr/lib/apache/mod_alias.so +usr/lib/apache/mod_allowmethods.so usr/lib/apache/mod_asis.so usr/lib/apache/mod_auth_basic.so usr/lib/apache/mod_auth_digest.so +usr/lib/apache/mod_auth_form.so usr/lib/apache/mod_authn_anon.so +usr/lib/apache/mod_authn_core.so usr/lib/apache/mod_authn_dbd.so usr/lib/apache/mod_authn_dbm.so -usr/lib/apache/mod_authn_default.so usr/lib/apache/mod_authn_file.so +usr/lib/apache/mod_authn_socache.so +usr/lib/apache/mod_authz_core.so +usr/lib/apache/mod_authz_dbd.so usr/lib/apache/mod_authz_dbm.so -usr/lib/apache/mod_authz_default.so usr/lib/apache/mod_authz_groupfile.so usr/lib/apache/mod_authz_host.so usr/lib/apache/mod_authz_owner.so usr/lib/apache/mod_authz_user.so usr/lib/apache/mod_autoindex.so -usr/lib/apache/mod_cern_meta.so -usr/lib/apache/mod_cgi.so +usr/lib/apache/mod_buffer.so +usr/lib/apache/mod_cache.so +usr/lib/apache/mod_cache_disk.so +usr/lib/apache/mod_cache_socache.so +usr/lib/apache/mod_cgid.so +usr/lib/apache/mod_charset_lite.so +usr/lib/apache/mod_data.so usr/lib/apache/mod_dav.so usr/lib/apache/mod_dav_fs.so +usr/lib/apache/mod_dav_lock.so usr/lib/apache/mod_dbd.so usr/lib/apache/mod_deflate.so +usr/lib/apache/mod_dialup.so usr/lib/apache/mod_dir.so usr/lib/apache/mod_dumpio.so +usr/lib/apache/mod_echo.so usr/lib/apache/mod_env.so usr/lib/apache/mod_expires.so usr/lib/apache/mod_ext_filter.so +usr/lib/apache/mod_file_cache.so usr/lib/apache/mod_filter.so usr/lib/apache/mod_headers.so -usr/lib/apache/mod_ident.so -usr/lib/apache/mod_imagemap.so +usr/lib/apache/mod_heartbeat.so +usr/lib/apache/mod_heartmonitor.so usr/lib/apache/mod_include.so usr/lib/apache/mod_info.so +usr/lib/apache/mod_lbmethod_bybusyness.so +usr/lib/apache/mod_lbmethod_byrequests.so +usr/lib/apache/mod_lbmethod_bytraffic.so +usr/lib/apache/mod_lbmethod_heartbeat.so usr/lib/apache/mod_log_config.so +usr/lib/apache/mod_log_debug.so usr/lib/apache/mod_log_forensic.so usr/lib/apache/mod_logio.so +usr/lib/apache/mod_macro.so usr/lib/apache/mod_mime.so usr/lib/apache/mod_mime_magic.so usr/lib/apache/mod_negotiation.so @@ -1326,66 +1600,65 @@ usr/lib/apache/mod_proxy.so usr/lib/apache/mod_proxy_ajp.so usr/lib/apache/mod_proxy_balancer.so usr/lib/apache/mod_proxy_connect.so +usr/lib/apache/mod_proxy_express.so +usr/lib/apache/mod_proxy_fcgi.so +usr/lib/apache/mod_proxy_fdpass.so usr/lib/apache/mod_proxy_ftp.so +usr/lib/apache/mod_proxy_hcheck.so +usr/lib/apache/mod_proxy_html.so usr/lib/apache/mod_proxy_http.so usr/lib/apache/mod_proxy_scgi.so +usr/lib/apache/mod_proxy_wstunnel.so +usr/lib/apache/mod_ratelimit.so +usr/lib/apache/mod_reflector.so +usr/lib/apache/mod_remoteip.so usr/lib/apache/mod_reqtimeout.so +usr/lib/apache/mod_request.so usr/lib/apache/mod_rewrite.so +usr/lib/apache/mod_sed.so +usr/lib/apache/mod_session.so +usr/lib/apache/mod_session_cookie.so +usr/lib/apache/mod_session_crypto.so +usr/lib/apache/mod_session_dbd.so usr/lib/apache/mod_setenvif.so +usr/lib/apache/mod_slotmem_plain.so +usr/lib/apache/mod_slotmem_shm.so +usr/lib/apache/mod_socache_dbm.so +usr/lib/apache/mod_socache_memcache.so +usr/lib/apache/mod_socache_shmcb.so usr/lib/apache/mod_speling.so usr/lib/apache/mod_ssl.so usr/lib/apache/mod_status.so usr/lib/apache/mod_substitute.so usr/lib/apache/mod_unique_id.so +usr/lib/apache/mod_unixd.so usr/lib/apache/mod_userdir.so usr/lib/apache/mod_usertrack.so usr/lib/apache/mod_version.so usr/lib/apache/mod_vhost_alias.so -#usr/lib/apr-util-1 -usr/lib/apr-util-1/apr_dbd_sqlite3-1.so -#usr/lib/apr-util-1/apr_dbd_sqlite3.a -#usr/lib/apr-util-1/apr_dbd_sqlite3.la -usr/lib/apr-util-1/apr_dbd_sqlite3.so -#usr/lib/apr.exp -#usr/lib/aprutil.exp -#usr/lib/libapr-1.a -#usr/lib/libapr-1.la -usr/lib/libapr-1.so -usr/lib/libapr-1.so.0 -usr/lib/libapr-1.so.0.5.1 -#usr/lib/libaprutil-1.a -#usr/lib/libaprutil-1.la -usr/lib/libaprutil-1.so -usr/lib/libaprutil-1.so.0 -usr/lib/libaprutil-1.so.0.5.3 -#usr/lib/pkgconfig/apr-1.pc -#usr/lib/pkgconfig/apr-util-1.pc +usr/lib/apache/mod_watchdog.so +usr/lib/apache/mod_xml2enc.so #usr/sbin/ab usr/sbin/apachectl -#usr/sbin/apxs #usr/sbin/checkgid -#usr/sbin/dbmmanage #usr/sbin/envvars #usr/sbin/envvars-std +usr/sbin/fcgistarter #usr/sbin/htcacheclean -#usr/sbin/htdbm -#usr/sbin/htdigest -usr/sbin/htpasswd usr/sbin/httpd -#usr/sbin/httxt2dbm -#usr/sbin/logresolve #usr/sbin/rotatelogs +#usr/share/man/man1/ab.1 +#usr/share/man/man1/apxs.1 #usr/share/man/man1/dbmmanage.1 #usr/share/man/man1/htdbm.1 #usr/share/man/man1/htdigest.1 #usr/share/man/man1/htpasswd.1 #usr/share/man/man1/httxt2dbm.1 -#usr/share/man/man8/ab.8 +#usr/share/man/man1/logresolve.1 #usr/share/man/man8/apachectl.8 -#usr/share/man/man8/apxs.8 +#usr/share/man/man8/fcgistarter.8 #usr/share/man/man8/htcacheclean.8 #usr/share/man/man8/httpd.8 -#usr/share/man/man8/logresolve.8 #usr/share/man/man8/rotatelogs.8 #usr/share/man/man8/suexec.8 var/log/httpd diff --git a/config/rootfiles/common/apr b/config/rootfiles/common/apr new file mode 100644 index 0000000..c71ee01 --- /dev/null +++ b/config/rootfiles/common/apr @@ -0,0 +1,57 @@ +usr/bin/apr-1-config +#usr/include/apr-1 +#usr/include/apr-1/apr.h +#usr/include/apr-1/apr_allocator.h +#usr/include/apr-1/apr_atomic.h +#usr/include/apr-1/apr_cstr.h +#usr/include/apr-1/apr_dso.h +#usr/include/apr-1/apr_env.h +#usr/include/apr-1/apr_errno.h +#usr/include/apr-1/apr_escape.h +#usr/include/apr-1/apr_file_info.h +#usr/include/apr-1/apr_file_io.h +#usr/include/apr-1/apr_fnmatch.h +#usr/include/apr-1/apr_general.h +#usr/include/apr-1/apr_getopt.h +#usr/include/apr-1/apr_global_mutex.h +#usr/include/apr-1/apr_hash.h +#usr/include/apr-1/apr_inherit.h +#usr/include/apr-1/apr_lib.h +#usr/include/apr-1/apr_mmap.h +#usr/include/apr-1/apr_network_io.h +#usr/include/apr-1/apr_perms_set.h +#usr/include/apr-1/apr_poll.h +#usr/include/apr-1/apr_pools.h +#usr/include/apr-1/apr_portable.h +#usr/include/apr-1/apr_proc_mutex.h +#usr/include/apr-1/apr_random.h +#usr/include/apr-1/apr_ring.h +#usr/include/apr-1/apr_shm.h +#usr/include/apr-1/apr_signal.h +#usr/include/apr-1/apr_skiplist.h +#usr/include/apr-1/apr_strings.h +#usr/include/apr-1/apr_support.h +#usr/include/apr-1/apr_tables.h +#usr/include/apr-1/apr_thread_cond.h +#usr/include/apr-1/apr_thread_mutex.h +#usr/include/apr-1/apr_thread_proc.h +#usr/include/apr-1/apr_thread_rwlock.h +#usr/include/apr-1/apr_time.h +#usr/include/apr-1/apr_user.h +#usr/include/apr-1/apr_version.h +#usr/include/apr-1/apr_want.h +#usr/lib/apr.exp +#usr/lib/libapr-1.la +#usr/lib/libapr-1.so +usr/lib/libapr-1.so.0 +usr/lib/libapr-1.so.0.6.2 +#usr/lib/pkgconfig/apr-1.pc +#usr/share/apr-1 +#usr/share/apr-1/build +#usr/share/apr-1/build/apr_common.m4 +#usr/share/apr-1/build/apr_rules.mk +#usr/share/apr-1/build/find_apr.m4 +#usr/share/apr-1/build/libtool +#usr/share/apr-1/build/make_exports.awk +#usr/share/apr-1/build/make_var_export.awk +#usr/share/apr-1/build/mkdir.sh diff --git a/config/rootfiles/common/aprutil b/config/rootfiles/common/aprutil new file mode 100644 index 0000000..9a56ad1 --- /dev/null +++ b/config/rootfiles/common/aprutil @@ -0,0 +1,47 @@ +usr/bin/apu-1-config +#usr/include/apr-1/apr_anylock.h +#usr/include/apr-1/apr_base64.h +#usr/include/apr-1/apr_buckets.h +#usr/include/apr-1/apr_crypto.h +#usr/include/apr-1/apr_date.h +#usr/include/apr-1/apr_dbd.h +#usr/include/apr-1/apr_dbm.h +#usr/include/apr-1/apr_hooks.h +#usr/include/apr-1/apr_ldap.h +#usr/include/apr-1/apr_ldap_init.h +#usr/include/apr-1/apr_ldap_option.h +#usr/include/apr-1/apr_ldap_rebind.h +#usr/include/apr-1/apr_ldap_url.h +#usr/include/apr-1/apr_md4.h +#usr/include/apr-1/apr_md5.h +#usr/include/apr-1/apr_memcache.h +#usr/include/apr-1/apr_optional.h +#usr/include/apr-1/apr_optional_hooks.h +#usr/include/apr-1/apr_queue.h +#usr/include/apr-1/apr_redis.h +#usr/include/apr-1/apr_reslist.h +#usr/include/apr-1/apr_rmm.h +#usr/include/apr-1/apr_sdbm.h +#usr/include/apr-1/apr_sha1.h +#usr/include/apr-1/apr_siphash.h +#usr/include/apr-1/apr_strmatch.h +#usr/include/apr-1/apr_thread_pool.h +#usr/include/apr-1/apr_uri.h +#usr/include/apr-1/apr_uuid.h +#usr/include/apr-1/apr_xlate.h +#usr/include/apr-1/apr_xml.h +#usr/include/apr-1/apu.h +#usr/include/apr-1/apu_errno.h +#usr/include/apr-1/apu_version.h +#usr/include/apr-1/apu_want.h +#usr/include/apr-1/expat.h +usr/lib/apr-util-1 +usr/lib/apr-util-1/apr_crypto_openssl-1.so +#usr/lib/apr-util-1/apr_crypto_openssl.la +usr/lib/apr-util-1/apr_crypto_openssl.so +#usr/lib/aprutil.exp +#usr/lib/libaprutil-1.la +#usr/lib/libaprutil-1.so +usr/lib/libaprutil-1.so.0 +usr/lib/libaprutil-1.so.0.6.0 +#usr/lib/pkgconfig/apr-util-1.pc diff --git a/config/rootfiles/common/php b/config/rootfiles/common/php index 23031e9..fa073de 100644 --- a/config/rootfiles/common/php +++ b/config/rootfiles/common/php @@ -522,9 +522,9 @@ usr/lib/php/XML/Util.php usr/lib/php/doc/XML_Util/examples/example.php usr/lib/php/doc/XML_Util/examples/example2.php #usr/lib/php/extensions -#usr/lib/php/extensions/no-debug-non-zts-20090626 -usr/lib/php/extensions/no-debug-non-zts-20090626/dba.so -usr/lib/php/extensions/no-debug-non-zts-20090626/idn.so +#usr/lib/php/extensions/no-debug-zts-20090626 +usr/lib/php/extensions/no-debug-zts-20090626/dba.so +usr/lib/php/extensions/no-debug-zts-20090626/idn.so #usr/lib/php/pearcmd.php #usr/lib/php/peclcmd.php #usr/lib/php/test @@ -557,4 +557,3 @@ usr/lib/php/extensions/no-debug-non-zts-20090626/idn.so #usr/man/man1/php-config.1 #usr/man/man1/php.1 #usr/man/man1/phpize.1 -etc/httpd/conf/conf.d/php5.conf diff --git a/config/rootfiles/core/114/filelists/apache2 b/config/rootfiles/c= ore/114/filelists/apache2 new file mode 120000 index 0000000..eef95ef --- /dev/null +++ b/config/rootfiles/core/114/filelists/apache2 @@ -0,0 +1 @@ +../../../common/apache2 \ No newline at end of file diff --git a/config/rootfiles/core/114/filelists/apr b/config/rootfiles/core/= 114/filelists/apr new file mode 120000 index 0000000..87dd197 --- /dev/null +++ b/config/rootfiles/core/114/filelists/apr @@ -0,0 +1 @@ +../../../common/apr \ No newline at end of file diff --git a/config/rootfiles/core/114/filelists/aprutil b/config/rootfiles/c= ore/114/filelists/aprutil new file mode 120000 index 0000000..999f9f8 --- /dev/null +++ b/config/rootfiles/core/114/filelists/aprutil @@ -0,0 +1 @@ +../../../common/aprutil \ No newline at end of file diff --git a/config/rootfiles/core/114/update.sh b/config/rootfiles/core/114/= update.sh index 54a2062..6d7a10b 100644 --- a/config/rootfiles/core/114/update.sh +++ b/config/rootfiles/core/114/update.sh @@ -35,6 +35,18 @@ done ipsec stop /etc/init.d/squid stop /etc/init.d/unbound stop +/etc/init.d/apache stop + +# Remove old apache configuration files of add-ons +# These will be reinstalled by the updated packages +# as soon as the core update is finished. +rm -f \ + /etc/httpd/conf/vhosts.d/cacti.conf \ + /etc/httpd/conf/vhosts.d/icinga.conf \ + /etc/httpd/conf/vhosts.d/nagios.conf \ + /etc/httpd/conf/vhosts.d/openmailadmin.conf \ + /etc/httpd/conf/vhosts.d/owncloud.conf \ + /etc/httpd/conf/vhosts.d/phpSANE.conf =20 # Extract files extract_files @@ -42,13 +54,15 @@ extract_files # update linker config ldconfig =20 -# Remove baudrate from inittab +# Remove some files +rm -f /usr/sbin/htpasswd =20 # Update Language cache /usr/local/bin/update-lang-cache =20 # Start services /etc/init.d/unbound start +/etc/init.d/apache start /etc/init.d/squid start =20 if grep -q "ENABLED=3Don" /var/ipfire/vpn/settings; then diff --git a/langs/de/cgi-bin/de.pl b/langs/de/cgi-bin/de.pl index b0cb96d..0138cbc 100644 --- a/langs/de/cgi-bin/de.pl +++ b/langs/de/cgi-bin/de.pl @@ -15,10 +15,10 @@ 'ConnSched change profile title' =3D> 'Wechsle zu Profil:', 'ConnSched days' =3D> 'Tage:', 'ConnSched dial' =3D> 'Verbinden', -'ConnSched down' =3D> 'Runter', +'ConnSched down' =3D> 'Herunter', 'ConnSched hangup' =3D> 'Trennen', 'ConnSched ipsecstart' =3D> 'IPsec (neu)starten', -'ConnSched ipsecstop' =3D> 'IPsec stop', +'ConnSched ipsecstop' =3D> 'IPsec stoppen', 'ConnSched reboot' =3D> 'Neustarten', 'ConnSched reconnect' =3D> 'Neu verbinden', 'ConnSched scheduled actions' =3D> 'Geplante Aktionen', @@ -26,12 +26,12 @@ 'ConnSched select profile' =3D> 'W=C3=A4hle Profil', 'ConnSched shutdown' =3D> 'Herunterfahren', 'ConnSched time' =3D> 'Zeit:', -'ConnSched up' =3D> 'Hoch', +'ConnSched up' =3D> 'Herauf', 'ConnSched weekdays' =3D> 'Wochentage:', 'Edit an existing route' =3D> 'Eine existierende Route editieren', 'Enter TOS' =3D> 'Aktivieren oder deaktivieren Sie die TOS-Bits <br /> und k= licken Sie danach auf <i>Speichern</i>.', 'Existing Files' =3D> 'Dateien in der Datenbank', -'HDD temperature' =3D> 'HDD-Temperatur', +'HDD temperature' =3D> 'Festplatten-Temperatur', 'Level7 Protocol' =3D> 'Level7-Protokoll', 'Level7 Rule' =3D> 'Level7-Regel', 'Level7 rule' =3D> 'Level7-Regel', @@ -248,7 +248,7 @@ 'advproxy errmsg no browser' =3D> 'Mindestens ein Browser oder Client muss f= =C3=BCr den Web-Zugriff zugelassen sein', 'advproxy errmsg no password' =3D> 'Passwort kann nicht leer sein', 'advproxy errmsg no username' =3D> 'Benutzername darf nicht leer sein', -'advproxy errmsg non-transparent proxy required' =3D> 'Web Proxy muss f=C3= =BCr die Authentifizierung im Nicht-transparenten Modus laufen', +'advproxy errmsg non-transparent proxy required' =3D> 'Web Proxy muss f=C3= =BCr die Authentifizierung im nicht-transparenten Modus laufen', 'advproxy errmsg ntlm domain' =3D> 'Windows-Dom=C3=A4nenname erforderlich', 'advproxy errmsg ntlm pdc' =3D> 'Hostname der Primary Domain Controllers erf= orderlich', 'advproxy errmsg password incorrect' =3D> 'Falsches Passwort', @@ -264,8 +264,8 @@ 'advproxy error design' =3D> 'Design der Fehlermeldungen', 'advproxy error language' =3D> 'Sprache der Fehlermeldungen', 'advproxy fake referer' =3D> 'Gef=C3=A4lschter Referer f=C3=BCr externe Web-= Sites', -'advproxy fake useragent' =3D> 'Gef=C3=A4lschter Useragent f=C3=BCr externe = Web-Sites', -'advproxy friday' =3D> 'Fre', +'advproxy fake useragent' =3D> 'Gef=C3=A4lschter User-Agent f=C3=BCr externe= Web-Sites', +'advproxy friday' =3D> 'Fr', 'advproxy from' =3D> 'Von', 'advproxy group access control' =3D> 'Gruppenbasierte Zugriffskontrolle', 'advproxy group required' =3D> 'Erforderliche Gruppe', @@ -274,7 +274,7 @@ 'advproxy log enabled' =3D> 'Protokoll aktiviert', 'advproxy log query' =3D> 'Protokolliere Query Terms', 'advproxy log settings' =3D> 'Protokolleinstellungen', -'advproxy log useragent' =3D> 'Protokolliere Useragents', +'advproxy log useragent' =3D> 'Protokolliere User-Agents', 'advproxy max download size' =3D> 'Max. Gr=C3=B6=C3=9Fe von Downloads (KB)', 'advproxy max size' =3D> 'Max. Objektgr=C3=B6=C3=9Fe (KB)', 'advproxy max upload size' =3D> 'Max. Gr=C3=B6=C3=9Fe von Uploads (KB)', @@ -282,7 +282,7 @@ 'advproxy min size' =3D> 'Min. Objektgr=C3=B6=C3=9Fe (KB)', 'advproxy mode allow' =3D> 'Zulassen', 'advproxy mode deny' =3D> 'Verweigern', -'advproxy monday' =3D> 'Mon', +'advproxy monday' =3D> 'Mo', 'advproxy network based access' =3D> 'Netzwerkbasierte Zugriffskontrolle', 'advproxy no cache sites' =3D> 'Diese Domains nicht zwischenspeichern (eine = pro Zeile)', 'advproxy no clients defined' =3D> 'Keine Clients definiert', @@ -300,7 +300,7 @@ 'advproxy ram cache size' =3D> 'Cachegr=C3=B6=C3=9Fe im Arbeitsspeicher (MB)= ', 'advproxy redirector children' =3D> 'Anzahl der Filterprozesse', 'advproxy reset' =3D> 'Zur=C3=BCcksetzen', -'advproxy saturday' =3D> 'Sam', +'advproxy saturday' =3D> 'Sa', 'advproxy save and restart' =3D> 'Speichern und Neustart', 'advproxy squid version' =3D> 'Squid Cache Version', 'advproxy squidclamav' =3D> 'SquidClamav', @@ -308,21 +308,21 @@ 'advproxy ssl ports' =3D> 'Zul=C3=A4ssige SSL-Ports (einer pro Zeile)', 'advproxy standard' =3D> 'Standard', 'advproxy standard ports' =3D> 'Zul=C3=A4ssige Standard-Ports (einer pro Zei= le)', -'advproxy sunday' =3D> 'Son', +'advproxy sunday' =3D> 'So', 'advproxy supervisor password' =3D> 'Supervisor-Passwort', -'advproxy suppress version' =3D> 'Unterdr=C3=BCcke Versions-Informationen', +'advproxy suppress version' =3D> 'Unterdr=C3=BCcke Versionsinformationen', 'advproxy throttle binary' =3D> 'Bin=C3=A4rdateien', 'advproxy throttle dskimg' =3D> 'CD-Images', 'advproxy throttle mmedia' =3D> 'Multimedia', 'advproxy throttling per host on' =3D> 'Begrenzung pro Host auf', 'advproxy throttling total on' =3D> 'Begrenzung insgesamt auf', 'advproxy throttling unlimited' =3D> 'unbegrenzt', -'advproxy thursday' =3D> 'Don', +'advproxy thursday' =3D> 'Do', 'advproxy time restrictions' =3D> 'Zeitbeschr=C3=A4nkungen', 'advproxy to' =3D> 'Bis', 'advproxy transfer limits' =3D> 'Transfergrenzen', 'advproxy transparent on' =3D> 'Transparent auf', -'advproxy tuesday' =3D> 'Die', +'advproxy tuesday' =3D> 'Di', 'advproxy unknown' =3D> 'Unbekannt', 'advproxy unrestricted ip clients' =3D> 'Uneingeschr=C3=A4nkte IP-Adressen (= eine pro Zeile)', 'advproxy unrestricted mac clients' =3D> 'Uneingeschr=C3=A4nkte MAC-Adressen= (eine pro Zeile)', @@ -337,7 +337,7 @@ 'advproxy via forwarding' =3D> 'Proxy-Adresse weiterleiten', 'advproxy visible hostname' =3D> 'Sichtbarer Hostname', 'advproxy web browser' =3D> 'Web-Browser', -'advproxy wednesday' =3D> 'Mit', +'advproxy wednesday' =3D> 'Mi', 'again' =3D> 'Wiederholung:', 'age second' =3D> 'Sekunde', 'age seconds' =3D> 'Sekunden', @@ -359,7 +359,7 @@ 'alt dialup' =3D> 'Einwahl', 'alt home' =3D> 'Startseite', 'alt information' =3D> 'Information', -'alt logs' =3D> 'Logs', +'alt logs' =3D> 'Protokolle', 'alt ovpn' =3D> 'OpenVPN', 'alt proxy' =3D> 'Proxy', 'alt services' =3D> 'Dienste', @@ -766,12 +766,12 @@ 'dnsforward entries' =3D> 'Aktuelle Eintr=C3=A4ge', 'dnsforward forward_server' =3D> 'DNS-Server', 'dnsforward zone' =3D> 'Zone', -'dnssec aware' =3D> 'DNSSEC-aware', -'dnssec disabled warning' =3D> 'WARNING: DNSSEC wurde deaktiviert', +'dnssec aware' =3D> 'DNSSEC-Informationen verf=C3=BCgbar, aber nicht validie= rend', +'dnssec disabled warning' =3D> 'WARNUNG: DNSSEC wurde deaktiviert', 'dnssec information' =3D> 'DNSSEC-Informationen', 'dnssec not supported' =3D> 'DNSSEC wird nicht unterst=C3=BCtzt', 'dnssec validating' =3D> 'DNSSEC-validierend', -'do not log this port list' =3D> 'Verwerfe diese Port-Liste kurz bevor sie p= rotokolliert werden (reduziert Protokollgr=C3=B6=C3=9Fe)', +'do not log this port list' =3D> 'Verwerfe diese Port-Liste, kurz bevor sie = protokolliert werden (reduziert Protokollgr=C3=B6=C3=9Fe)', 'dod' =3D> 'Dial-on-Demand-Modus', 'dod for dns' =3D> 'Dial-on-Demand f=C3=BCr DNS:', 'dod not compatible with ddns' =3D> 'Dial-on-Demand ist nicht kompatibel mit= dynamischen DNS-Diensten', @@ -805,15 +805,15 @@ 'drop action' =3D> 'Standardverhalten der (Forward) Firewall in Modus "Block= ed"', 'drop action1' =3D> 'Standardverhalten der (Outgoing) Firewall in Modus "Blo= cked"', 'drop action2' =3D> 'Standardverhalten der (Input) Firewall', -'drop forward' =3D> 'Verworfene (Forward) Firewall-Pakete loggen', -'drop input' =3D> 'Verworfene Input Pakete loggen', -'drop newnotsyn' =3D> 'Verworfene New Not Syn Pakete loggen', -'drop outgoing' =3D> 'Verworfene (Outgoing) Firewall-Pakete loggen', -'drop portscan' =3D> 'Verworfene Portscan Pakete loggen', -'drop proxy' =3D> 'Alle Pakete verwerfen die nicht direkt an den Proxy geric= htet sind', -'drop samba' =3D> 'Alle Microsoft Pakete verwerfen, Ports 135,137,138,139,44= 5,1025', -'drop wirelessforward' =3D> 'Verworfene Wireless Forward Pakete loggen', -'drop wirelessinput' =3D> 'Verworfene Wireless Input Pakete loggen', +'drop forward' =3D> 'Verworfene (Forward) Firewall-Pakete protokollieren', +'drop input' =3D> 'Verworfene Input Pakete protokollieren', +'drop newnotsyn' =3D> 'Verworfene New Not Syn Pakete protokollieren', +'drop outgoing' =3D> 'Verworfene (Outgoing) Firewall-Pakete protokollieren', +'drop portscan' =3D> 'Verworfene Portscan Pakete protokollieren', +'drop proxy' =3D> 'Alle Pakete verwerfen, die nicht direkt an den Proxy geri= chtet sind', +'drop samba' =3D> 'Alle Microsoft Pakete verwerfen (Ports 135,137,138,139,44= 5,1025)', +'drop wirelessforward' =3D> 'Verworfene Wireless Forward Pakete protokollier= en', +'drop wirelessinput' =3D> 'Verworfene Wireless Input Pakete protokollieren', 'dst port' =3D> 'Ziel-Port', 'dstprt range overlaps' =3D> 'Der Zielportbereich =C3=BCberlappt mit einem b= ereits definierten Port.', 'dstprt within existing' =3D> 'Der Zielport liegt innerhalb eines bereits de= finierten Portbereichs.', @@ -843,7 +843,7 @@ 'eg' =3D> 'z.B.:', 'email config' =3D> 'Konfiguration', 'email empty field' =3D> 'Leeres Feld', -'email error' =3D> 'ERROR: Testmail konnte nicht versendet werden', +'email error' =3D> 'FEHLER: Test-E-Mail konnte nicht versendet werden', 'email invalid' =3D> 'Ung=C3=BCltiges Feld', 'email invalid mailfqdn' =3D> 'Ung=C3=BCltiger FQDN f=C3=BCr Mailserver', 'email invalid mailip' =3D> 'Ung=C3=BCltige IP-Adresse f=C3=BCr Mailserver', @@ -854,15 +854,15 @@ 'email mailrcpt' =3D> 'E-Mail-Empf=C3=A4nger', 'email mailsender' =3D> 'E-Mail-Absender', 'email mailuser' =3D> 'Benutzername', -'email server can not be empty' =3D> 'Email-Server darf nicht leer sein', +'email server can not be empty' =3D> 'E-Mail-Server darf nicht leer sein', 'email settings' =3D> 'Mailversand', -'email subject' =3D> 'IPFire Testmail', -'email success' =3D> 'Testmail erfolgreich versendet', +'email subject' =3D> 'IPFire Test-E-Mail', +'email success' =3D> 'Test-E-Mail erfolgreich versendet', 'email testmail' =3D> 'Testnachricht senden', 'email text' =3D> 'Testnachricht vom IPFire Mailversand.', 'email tls' =3D> 'TLS aktivieren', 'email usemail' =3D> 'Mailversand aktivieren', -'emailreportlevel' =3D> 'Email-Reportlevel', +'emailreportlevel' =3D> 'E-Mail-Reportlevel', 'empty' =3D> 'Dieses Feld kann leer bleiben', 'empty profile' =3D> 'Unbenannt', 'enable ignore filter' =3D> '"Ignorieren"-Filter ein', @@ -899,7 +899,7 @@ 'esp keylife should be between 1 and 24 hours' =3D> 'ESP Schl=C3=BCssel-Lebe= nsdauer sollte zwischen 1 und 24 Stunden betragen.', 'every' =3D> 'Alle', 'exampel' =3D> 'Beispiel', -'exclude logfiles' =3D> 'ohne Logdateien', +'exclude logfiles' =3D> 'ohne Protokolldateien', 'excluding buffers and cache' =3D> '-/+ Puffer/Zwischenspeicher', 'expected' =3D> 'Erwartet', 'expertoptions' =3D> 'Expertenoptionen', @@ -908,9 +908,9 @@ 'exportkey' =3D> 'PSK exportieren', 'external access' =3D> 'Externer Zugang', 'external access configuration' =3D> 'Einstellungen f=C3=BCr externen Zugang= ', -'external access rule added' =3D> 'Regel f=C3=BCr externen Zugang hinzugef= =C3=BCgt; Starte Zugangskontroller neu', -'external access rule changed' =3D> 'External access Regel ge=C3=A4ndert; De= r access controller wird neu gestartet.', -'external access rule removed' =3D> ' Regel f=C3=BCr externen Zugang entfern= t; Starte Zugangskontroller neu', +'external access rule added' =3D> 'Regel f=C3=BCr externen Zugang hinzugef= =C3=BCgt; starte Zugangskontroller neu', +'external access rule changed' =3D> 'External access Regel ge=C3=A4ndert; de= r access controller wird neu gestartet.', +'external access rule removed' =3D> ' Regel f=C3=BCr externen Zugang entfern= t; starte Zugangskontroller neu', 'external aliases configuration' =3D> 'Externe Alias-Konfiguration', 'extrahd' =3D> 'ExtraHD', 'extrahd because there is already a device mounted' =3D> ' mounten, weil ber= eits ein Ger=C3=A4t gemountet ist', @@ -957,10 +957,10 @@ 'firewall log country' =3D> 'Firewall-Protokoll (Land)', 'firewall log ip' =3D> 'Firewall-Protokoll (IP)', 'firewall log port' =3D> 'Firewall-Protokoll (Port)', -'firewall logs' =3D> 'Firewall-Logdateien', -'firewall logs country' =3D> 'Fw-Logdiagramme (Land)', -'firewall logs ip' =3D> 'Fw-Logdiagramme (IP)', -'firewall logs port' =3D> 'Fw-Logdiagramme (Port)', +'firewall logs' =3D> 'Firewall-Protokolldateien', +'firewall logs country' =3D> 'Fw-Protokolldiagramme (Land)', +'firewall logs ip' =3D> 'Fw-Protokolldiagramme (IP)', +'firewall logs port' =3D> 'Fw-Protokolldiagramme (Port)', 'firewall rules' =3D> 'Firewallregeln', 'firewallhits' =3D> 'Firewalltreffer', 'firmware' =3D> 'Firmware', @@ -984,14 +984,14 @@ 'fritzdsl help' =3D> 'Um eines der folgenden Fritz!DSL Modems (Fritz!Card DS= L=3Dfcdsl / Fritz!CardDSL SL=3Dfcdslsl / Fritz!Card DSL V2.0=3Dfcdsl2 / Fritz= !Card DSL USB=3Dfcdslusb / Fritz!Card DSL USB SL=3Dfcdslslusb) nutzen zu k=C3= =B6nnen, m=C3=BCssen Sie ein Paket auf Ihre IPFire-Box laden. Bitte laden Sie= den tarball entsprechend Ihrer Version von der IPFire-Webseite herunter und = laden Sie dann die gesamte <b>fcdsl-(ihre_version).tgz</b> mit dem folgenden = Formular hoch.', 'fritzdsl upload' =3D> 'Fritz!DSL-Treiber hochladen', 'from' =3D> 'Von', -'from email adr' =3D> 'Von Email Adresse', -'from email pw' =3D> 'Von Email Passwort', -'from email server' =3D> 'Von Email Server', -'from email user' =3D> 'Von Email Benutzer', -'from warn email bad' =3D> 'Von Email Adresse ist nicht g=C3=BCltig', +'from email adr' =3D> 'Von E-Mail-Adresse', +'from email pw' =3D> 'Von E-Mail-Passwort', +'from email server' =3D> 'Von E-Mail-Server', +'from email user' =3D> 'Von E-Mail-Benutzer', +'from warn email bad' =3D> 'Von E-Mail-Adresse ist nicht g=C3=BCltig', 'fw blue' =3D> 'Firewalloptionen f=C3=BCr das Blaue Interface', -'fw default drop' =3D> 'Firewall Policy', -'fw logging' =3D> 'Firewall-Logging', +'fw default drop' =3D> 'Firewall Richtlinie', +'fw logging' =3D> 'Firewall-Protokollierung', 'fw settings' =3D> 'Firewall-Einstellungen', 'fw settings color' =3D> 'Farben in Regeltabelle anzeigen', 'fw settings dropdown' =3D> 'Alle Netzwerke auf Regelerstellungsseite anzeig= en', @@ -1037,8 +1037,8 @@ 'fwdfw external port nat' =3D> 'Externer Port (NAT)', 'fwdfw final_rule' =3D> 'Letzte Regel: ', 'fwdfw from' =3D> 'Von:', -'fwdfw hint ip1' =3D> 'Die zuletzt erzeugte Regel mag eventuell niemals zutr= effen, da sich Quelle und Ziel =C3=BCberlappen.', -'fwdfw hint ip2' =3D> 'Bitte =C3=BCberpr=C3=BCfen Sie, ob diese Regel Sinn m= acht: ', +'fwdfw hint ip1' =3D> 'Die zuletzt erzeugte Regel k=C3=B6nnte eventuell niem= als zutreffen, da sich Quelle und Ziel =C3=BCberlappen.', +'fwdfw hint ip2' =3D> 'Bitte =C3=BCberpr=C3=BCfen Sie, ob diese Regel Sinn e= rgibt: ', 'fwdfw hint mac' =3D> 'Sie nutzen MAC-Adressen in der Zielgruppe. Diese werd= en bei der Regelerstellung =C3=BCbersprungen.', 'fwdfw iface' =3D> 'Interface', 'fwdfw ipsec network' =3D> 'IPsec-Netzwerke:', @@ -1183,7 +1183,7 @@ 'fwhost stdnet' =3D> 'Standard-Netzwerke:', 'fwhost type' =3D> 'Typ', 'fwhost used' =3D> 'Genutzt', -'fwhost welcome' =3D> 'Hier k=C3=B6nnen einzelne Hosts, Netzwerke oder Diens= te zu Gruppen zusammengefasst werden, was das erstellen von Firewallregeln ei= nfacher und schneller macht.', +'fwhost welcome' =3D> 'Hier k=C3=B6nnen einzelne Hosts, Netzwerke oder Diens= te zu Gruppen zusammengefasst werden, was das Erstellen von Firewallregeln ei= nfacher und schneller macht.', 'fwhost wo subnet' =3D> '(Ohne Subnetz)', 'gateway' =3D> 'Gateway', 'gateway ip' =3D> 'Gateway-IP', @@ -1228,7 +1228,7 @@ 'hangup' =3D> 'Trennen', 'hangup string' =3D> 'Auflegen:', 'harddisk temperature' =3D> 'Festplattentemperatur', -'harddisk temperature graphs' =3D> 'HDD-Diagramme', +'harddisk temperature graphs' =3D> 'Festplatten-Diagramme', 'hardware graphs' =3D> 'Hardware-Diagramme', 'hardware support' =3D> 'Hardware-Unterst=C3=BCtzung', 'hdd temperature in' =3D> 'Festplattentemperatur in', @@ -1261,8 +1261,8 @@ 'idle' =3D> 'Leerlauf', 'idle timeout' =3D> 'Leerlauf-Wartezeit in min (0 zum Deaktivieren):', 'idle timeout not set' =3D> 'Leerlauf-Wartezeit nicht angegeben.', -'ids log viewer' =3D> 'Ansicht IDS-Log', -'ids logs' =3D> 'IDS-Logdateien', +'ids log viewer' =3D> 'Ansicht IDS-Protokoll', +'ids logs' =3D> 'IDS-Protokolldateien', 'ids preprocessor' =3D> 'IDS-Pr=C3=A4prozessor', 'ids rules license' =3D> 'Um Sourcefire VRT Zertifizierte Regeln zu nutzen,= m=C3=BCssen Sie sich unter', 'ids rules license1' =3D> ' registrieren.', @@ -1282,7 +1282,7 @@ 'imsi' =3D> 'IMSI', 'in' =3D> 'Ein', 'inactive' =3D> 'inaktiv', -'include logfiles' =3D> 'mit Logdateien', +'include logfiles' =3D> 'mit Protokolldateien', 'incoming' =3D> 'eingehend', 'incoming compression in bytes per second' =3D> 'Eingehende Kompression', 'incoming firewall access' =3D> 'Eingehender Firewallzugang', @@ -1303,7 +1303,7 @@ 'internet' =3D> 'INTERNET', 'intrusion detection' =3D> 'Einbruchdetektierung', 'intrusion detection system' =3D> 'Intrusion Detection System', -'intrusion detection system log viewer' =3D> 'Betrachter der IDS-Logfiles', +'intrusion detection system log viewer' =3D> 'Betrachter der IDS-Protokollda= teien', 'intrusion detection system rules' =3D> 'Intrusion Detection System Regeln', 'intrusion detection system2' =3D> 'Intrusion Detection System:', 'invalid broadcast ip' =3D> 'Ung=C3=BCltige Broadcast-IP', @@ -1327,12 +1327,12 @@ 'invalid input for dhcp wins' =3D> 'Ung=C3=BCltige Eingabe f=C3=BCr DHCP WIN= S', 'invalid input for dpd delay' =3D> 'Ung=C3=BCltige Eingabe f=C3=BCr DPD-Verz= =C3=B6gerung', 'invalid input for dpd timeout' =3D> 'Ung=C3=BCltige Eingabe f=C3=BCr DPD-Ze= it=C3=BCberschreitung', -'invalid input for e-mail address' =3D> 'Ung=C3=BCltige Eingabe f=C3=BCr die= E-mail Adresse', +'invalid input for e-mail address' =3D> 'Ung=C3=BCltige Eingabe f=C3=BCr die= E-Mail-Adresse', 'invalid input for esp keylife' =3D> 'Ung=C3=BCltige Eingabe f=C3=BCr ESP Sc= hl=C3=BCssel-Lebensdauer', 'invalid input for hostname' =3D> 'Ung=C3=BCltige Eingabe f=C3=BCr Hostname', 'invalid input for ike lifetime' =3D> 'Ung=C3=BCltige Eingabe f=C3=BCr IKE L= ebensdauer', 'invalid input for keepalive 1' =3D> 'Ung=C3=BCltige Eingabe f=C3=BCr Keepal= ive ping', -'invalid input for keepalive 1:2' =3D> 'Ung=C3=BCltige Eingabe f=C3=BCr Keep= alive mindestens ein Verh=C3=A4ltnis von 1:2', +'invalid input for keepalive 1:2' =3D> 'Ung=C3=BCltige Eingabe f=C3=BCr Keep= alive (mindestens ein Verh=C3=A4ltnis von 1:2)', 'invalid input for keepalive 2' =3D> 'Ung=C3=BCltige Eingabe f=C3=BCr Keepal= ive ping-restart', 'invalid input for max clients' =3D> 'Ung=C3=BCltige Eingabe f=C3=BCr Max Cl= ients', 'invalid input for name' =3D> 'Ung=C3=BCltige Eingabe f=C3=BCr vollen Namen = des Benutzers oder des System Hostnamens', @@ -1346,7 +1346,7 @@ 'invalid key' =3D> 'Ung=C3=BCltiger Schl=C3=BCssel.', 'invalid loaded file' =3D> 'Ung=C3=BCltige geladene Datei', 'invalid local-remote id' =3D> 'Local-Id und Remote-Id d=C3=BCrfen nicht gle= ich sein, und m=C3=BCssen einem "@"-Zeichen beginnen. Dies sind leftid und ri= ghtid in der StrongSwan-Terminologie.', -'invalid logserver address' =3D> 'Ung=C3=BCltige syslogd server Adresse', +'invalid logserver address' =3D> 'Ung=C3=BCltige syslogd-Server-Adresse', 'invalid mac address' =3D> 'Ung=C3=BCltige MAC-Adresse', 'invalid max lease time' =3D> 'Ung=C3=BCltige max. Haltezeit.', 'invalid maximum incoming size' =3D> 'Ung=C3=BCltige max. ankommende Gr=C3= =B6=C3=9Fe.', @@ -1357,7 +1357,7 @@ 'invalid mtu input' =3D> 'Ung=C3=BCltige MTU', 'invalid netmask' =3D> 'Ung=C3=BCltige Netzwerkmaske', 'invalid port' =3D> 'Ung=C3=BCltiger Port. Bitte g=C3=BCltige Portnummer ein= geben.', -'invalid port list' =3D> 'Portlisten-Syntax lautet: port[,port]... wobei por= t in /etc/services vorkommt oder Nummer', +'invalid port list' =3D> 'Portlisten-Syntax lautet: port[,port]... wobei por= t in /etc/services enthalten ist, alternativ Portnummer', 'invalid primary dns' =3D> 'Ung=C3=BCltiger prim=C3=A4rer DNS.', 'invalid primary ntp' =3D> 'Ung=C3=BCltiger prim=C3=A4rer NTP.', 'invalid secondary dns' =3D> 'Ung=C3=BCltiger sekund=C3=A4rer DNS.', @@ -1367,13 +1367,13 @@ 'invalid time period' =3D> 'Unzul=C3=A4ssiger Zeitabschnitt.', 'invalid uplink speed' =3D> 'Ung=C3=BCltige Uplink-Geschwindigkeit.', 'invalid upstream proxy username or password setting' =3D> 'Ung=C3=BCltige/r= Remote-Proxy-Benutzername oder Passwort-Einstellung', -'invalid users' =3D> 'Liste mit Benutzern denen der Zugriff untersagt ist', +'invalid users' =3D> 'Liste mit Benutzern, denen der Zugriff untersagt ist', 'invalid vpi vpci' =3D> 'Ung=C3=BCltige VPI/VPCI-Einstellungen', 'invalid wins address' =3D> 'Ung=C3=BCltige WINS Server Addresse.', 'invert' =3D> 'Invertieren', 'ip address' =3D> 'IP-Adresse', 'ip address in use' =3D> 'IP-Adresse bereits vergeben', -'ip address outside subnets' =3D> 'IP-Adresse ausserhalb der(s) lokalen Subn= etze(s)', +'ip address outside subnets' =3D> 'IP-Adresse au=C3=9Ferhalb der(s) lokalen = Subnetze(s)', 'ip alias added' =3D> 'Externer IP-Alias hinzugef=C3=BCgt', 'ip alias changed' =3D> 'Externer IP-Alias ge=C3=A4ndert', 'ip alias removed' =3D> 'Externer IP-Alias entfernt', @@ -1386,7 +1386,7 @@ 'ipinfo' =3D> 'IP-Info', 'ipsec' =3D> 'IPsec', 'ipsec network' =3D> 'IPsec-Netzwerke', -'ipsec no connections' =3D> 'Keine aktiven IPsec Verbindungen', +'ipsec no connections' =3D> 'Keine aktiven IPsec-Verbindungen', 'iptable rules' =3D> 'IPTable-Regeln', 'iptmangles' =3D> 'IPTable Mangles', 'iptnats' =3D> 'IPTable Network Address Translation', @@ -1419,7 +1419,7 @@ 'lifetime' =3D> 'Lebensdauer:', 'line' =3D> 'Leitung', 'linkq' =3D> 'Antwortzeit', -'load printer' =3D> 'Load Printer', +'load printer' =3D> 'Lade Drucker', 'loaded modules' =3D> 'Geladene Module:', 'local hard disk' =3D> 'Festplatte', 'local master' =3D> 'Local Master', @@ -1430,23 +1430,23 @@ 'localkey' =3D> 'Localkey', 'localkeyfile' =3D> 'Localkeyfile', 'log' =3D> 'Protokoll', -'log enabled' =3D> 'Log aktiviert', -'log level' =3D> 'Log Level', +'log enabled' =3D> 'Protokoll aktiviert', +'log level' =3D> 'Protokollierungslevel', 'log lines per page' =3D> 'Zeilen pro Seite', 'log server address' =3D> 'Syslog Server', -'log settings' =3D> 'Logdatei-Einstellungen', -'log summaries' =3D> 'Log =C3=9Cbersicht', -'log summary' =3D> 'Log Zusammenfassung', +'log settings' =3D> 'Protokolldatei-Einstellungen', +'log summaries' =3D> 'Protokoll=C3=BCbersicht', +'log summary' =3D> 'Protokollzusammenfassung', 'log var messages' =3D> 'Einstellungen f=C3=BCr /var/log/messages', -'log view' =3D> 'Log Anzeige', +'log view' =3D> 'Protokollanzeige', 'log viewer' =3D> 'Protokollansicht', -'log viewing options' =3D> 'Log Ansichts-Optionen', -'log-options' =3D> 'Logfile Optionen', +'log viewing options' =3D> 'Protokollansichtsoptionen', +'log-options' =3D> 'Protokolldateioptionen', 'loged in at' =3D> 'Angemeldet seit', -'logging' =3D> 'Logging', +'logging' =3D> 'Protokollierung', 'logging server' =3D> 'Protokollierungs-Server', 'loginlogout' =3D> 'Login/Logout', -'logs' =3D> 'Logdateien', +'logs' =3D> 'Protokolldateien', 'lookup failed' =3D> 'Reverse Lookup gescheitert', 'loosedirectorychecking' =3D> 'Loose directorychecking', 'low' =3D> 'Niedrig', @@ -1499,7 +1499,7 @@ 'masquerading enabled' =3D> 'NAT eingeschaltet', 'max bandwith' =3D> 'Maximale Bandbreite', 'max incoming size' =3D> 'Max. eingehende Gr=C3=B6=C3=9Fe (kB):', -'max lease time' =3D> 'Max. Haltezeit in min:', +'max lease time' =3D> 'Max. Haltezeit in min.:', 'max outgoing size' =3D> 'Max. abgehende Gr=C3=B6=C3=9Fe (kB):', 'max reliability' =3D> 'Maximale Zuverl=C3=A4ssigkeit', 'max renewal time' =3D> 'Maximale Aktualisierungszeit', @@ -1511,15 +1511,15 @@ 'maximum retries' =3D> 'Maximale Wiederholversuche:', 'may' =3D> 'Mai', 'mbmon display' =3D> 'Anzeigen', -'mbmon fan' =3D> 'Fan Speed', -'mbmon fan in' =3D> 'Fan Speed in', +'mbmon fan' =3D> 'L=C3=BCftergeschwindigkeit', +'mbmon fan in' =3D> 'L=C3=BCftergeschwindigkeit in', 'mbmon graphs' =3D> 'mbmon-Diagramme', 'mbmon label' =3D> 'Label', 'mbmon settings' =3D> 'mbmongraph Einstellungen', -'mbmon temp' =3D> 'Temperature', -'mbmon temp in' =3D> 'Temperature in', +'mbmon temp' =3D> 'Temperatur', +'mbmon temp in' =3D> 'Temperatur in', 'mbmon value' =3D> 'Wert', -'mbmon volt' =3D> 'Voltage', +'mbmon volt' =3D> 'Spannung', 'meaning' =3D> 'Bedeutung', 'media' =3D> 'Laufwerke', 'media information' =3D> 'Laufwerksinformationen', @@ -1528,7 +1528,7 @@ 'memory information' =3D> 'Speicherinformationen', 'memory usage per' =3D> 'Speichernutzung pro', 'messages' =3D> 'Meldungen', -'messages logging' =3D> 'Logeinstellungen f=C3=BCr /var/log/messages', +'messages logging' =3D> 'Protokolleinstellungen f=C3=BCr /var/log/messages', 'method' =3D> 'Methode:', 'min costs' =3D> 'Minimale Kosten', 'min delay' =3D> 'Minimale Verz=C3=B6gerung', @@ -1637,7 +1637,7 @@ 'no fritzdsl driver' =3D> 'Kein Fritz!DSL-Treiber vorhanden. Bitte hochladen= .', 'no hardware random number generator' =3D> 'Dieses System hat keine Entropie= quelle.', 'no information available' =3D> 'Keine Informationen verf=C3=BCgbar.', -'no log selected' =3D> 'kein Log ausgew=C3=A4hlt', +'no log selected' =3D> 'kein Protokoll ausgew=C3=A4hlt', 'no modem selected' =3D> 'Kein Modem ausgew=C3=A4hlt', 'no set selected' =3D> 'Es wurde kein Satz ausgew=C3=A4hlt', 'no time limit' =3D> 'unbregenzte Zeit', @@ -1681,7 +1681,7 @@ 'openvpn disabled' =3D> 'DEAKTIVIERT', 'openvpn enabled' =3D> 'AKTIVIERT', 'openvpn fragment allowed with udp' =3D> '"fragment" kann nur in Kombination= mit dem UDP-Protokoll genutzt werden.', -'openvpn log' =3D> 'OpenVPN Log', +'openvpn log' =3D> 'OpenVPN Protokoll', 'openvpn mssfix allowed with udp' =3D> '"mssfix" kann nur in Kombination mit= dem UDP-Protokoll genutzt werden.', 'openvpn network' =3D> 'OpenVPN-Netzwerke', 'openvpn prefix local subnet' =3D> 'Die Prefix-Notation wird nicht unterst= =C3=BCtzt. Bitte geben Sie eine Subnetzmaske beim lokalen Subnetz ein wie z.B= . 255.255.255.0.', @@ -1693,8 +1693,8 @@ 'optional data' =3D> '3. Optionale Einstellungen', 'options' =3D> 'Optionen', 'options fw' =3D> 'Firewalloptionen', -'optionsfw portlist hint' =3D> 'Die Liste der Ports muss durch ein Komma get= rennt werden (z.B. 137,138). Sie k=C3=B6nnen maximal bis zu 15 Ports pro Prot= okoll angeben.', -'optionsfw warning' =3D> 'Ver=C3=A4ndern dieser Optionen bedingt einen Neust= art der Firewall', +'optionsfw portlist hint' =3D> 'Die Liste der Ports muss durch Kommata getre= nnt werden (z.B. 137,138). Sie k=C3=B6nnen maximal bis zu 15 Ports pro Protok= oll angeben.', +'optionsfw warning' =3D> 'Ver=C3=A4ndern dieser Optionen erfordert einen Neu= start der Firewall', 'or' =3D> 'oder', 'orange' =3D> 'ORANGE', 'organization cant be empty' =3D> 'Organisation darf nicht leer sein.', @@ -1718,10 +1718,10 @@ 'outgoing firewall edit ip group' =3D> 'IP Adressgruppen bearbeiten', 'outgoing firewall edit mac group' =3D> 'MAC Adressgruppen bearbeiten', 'outgoing firewall group error' =3D> 'Eine Gruppe mit dem selben Namen exist= iert bereits.', -'outgoing firewall groups' =3D> 'Firewall Gruppen', +'outgoing firewall groups' =3D> 'Firewallgruppen', 'outgoing firewall ip groups' =3D> 'Ausgehende Firewall IP Adressgruppen', 'outgoing firewall mac groups' =3D> 'Ausgehende Firewall MAC Adressgruppen', -'outgoing firewall mode0' =3D> 'In diesem Modus ist es allen Rechnern im Net= zwerk uneingeschr=C3=A4nkt m=C3=B6glich Verbindungen ins Internet aufzubauen.= ', +'outgoing firewall mode0' =3D> 'In diesem Modus ist es allen Rechnern im Net= zwerk uneingeschr=C3=A4nkt m=C3=B6glich, Verbindungen ins Internet aufzubauen= .', 'outgoing firewall mode1' =3D> 'In diesem Modus werden nur Verbindungen nach= den oben definierten Regeln zugelassen.', 'outgoing firewall mode2' =3D> 'In diesem Modus werden s=C3=A4mtliche Verbin= dungen erlaubt, bis auf die oben definierten Block-Regeln.', 'outgoing firewall outgoing firewall reserved groupname' =3D> 'Bitte einen a= nderen Gruppennamen verwenden, dieser ist ein reserviertes Wort.', @@ -1753,7 +1753,7 @@ 'ovpn generating the root and host certificates' =3D> 'Die Erzeugung der Roo= t- und Host-Zertifikate kann lange Zeit dauern.', 'ovpn ha' =3D> 'Hash-Algorithmus', 'ovpn hmac' =3D> 'HMAC-Optionen', -'ovpn log' =3D> 'OVPN-Log', +'ovpn log' =3D> 'OVPN-Protokoll', 'ovpn mgmt in root range' =3D> 'Ein Port von 1024 oder h=C3=B6her ist erford= erlich.', 'ovpn mtu-disc' =3D> 'Path MTU Discovery', 'ovpn mtu-disc and mtu not 1500' =3D> 'Path MTU Discovery ben=C3=B6tigt eine= MTU von 1500.', @@ -1767,7 +1767,7 @@ 'ovpn on orange' =3D> 'OpenVPN auf ORANGE:', 'ovpn on red' =3D> 'OpenVPN auf ROT:', 'ovpn port in root range' =3D> 'Ein Port von 1024 oder h=C3=B6her ist erford= erlich.', -'ovpn reneg sec' =3D> 'Session Key Lifetime', +'ovpn reneg sec' =3D> 'Sitzungsschl=C3=BCssellebensdauer', 'ovpn routes push' =3D> 'Routen (eine pro Zeile) z.b. 192.168.10.0/255.255.2= 55.0 192.168.20.0/24', 'ovpn routes push options' =3D> 'Route push Optionen', 'ovpn server status' =3D> 'OpenVPN-Server-Status', @@ -1788,8 +1788,8 @@ 'ovpn_processprioN' =3D> 'Normal', 'ovpn_processprioVD' =3D> 'Sehr Tief', 'ovpn_processprioVH' =3D> 'Sehr Hoch', -'ovpnstatus log' =3D> 'OVPN-Status-Log', -'ovpnsys log' =3D> 'OVPN-System-Log', +'ovpnstatus log' =3D> 'OVPN-Status-Protokoll', +'ovpnsys log' =3D> 'OVPN-System-Protokoll', 'p2p block' =3D> 'P2P-Netzwerke', 'p2p block save notice' =3D> 'Bitte lesen Sie die Firewallregeln neu ein, da= mit die =C3=84nderungen aktiv werden.', 'package failed to install' =3D> 'Programmpaket konnte nicht installiert wer= den.', @@ -1798,10 +1798,10 @@ 'pakfire ago' =3D> 'her.', 'pakfire available addons' =3D> 'Verf=C3=BCgbare Addons:', 'pakfire configuration' =3D> 'Pakfire Konfiguration', -'pakfire core update auto' =3D> 'Core und Addon Updates automatisch installi= eren:', +'pakfire core update auto' =3D> 'Core- und Addon-Updates automatisch install= ieren:', 'pakfire core update level' =3D> 'Core-Update-Level', 'pakfire health check' =3D> 'Mirrors auf Erreichbarkeit pr=C3=BCfen (Ping):', -'pakfire install description' =3D> 'W=C3=A4hlen Sie ein oder mehrere Pakete = zur Installation aus und dr=C3=BCcken Sie auf das plus Symbol.', +'pakfire install description' =3D> 'W=C3=A4hlen Sie ein oder mehrere Pakete = zur Installation aus und dr=C3=BCcken Sie auf das plus-Symbol.', 'pakfire install package' =3D> 'Sie m=C3=B6chten folgende Pakete installiere= n: ', 'pakfire installed addons' =3D> 'Installierte Addons:', 'pakfire last core list update' =3D> 'Letztes Corelisten Update ist', @@ -1811,7 +1811,7 @@ 'pakfire possible dependency' =3D> ' M=C3=B6glicherweise haben diese Pakete = Abh=C3=A4ngigkeiten, d.h. andere Pakete m=C3=BCssen zus=C3=A4tzlich installie= rt werden. Dazu sehen Sie unten eine Liste.', 'pakfire register' =3D> 'Registrierung am Pakfire-Server:', 'pakfire system state' =3D> 'System Status', -'pakfire uninstall description' =3D> 'W=C3=A4hlen Sie ein oder mehrere Paket= e zur Deinstallation aus und dr=C3=BCcken Sie auf das minus Symbol.', +'pakfire uninstall description' =3D> 'W=C3=A4hlen Sie ein oder mehrere Paket= e zur Deinstallation aus und dr=C3=BCcken Sie auf das minus-Symbol.', 'pakfire uninstall package' =3D> 'Sie m=C3=B6chten folgende Pakete deinstall= ieren: ', 'pakfire update daily' =3D> 'T=C3=A4glich nach Updates suchen:', 'pakfire updates' =3D> 'Zur Verf=C3=BCgung stehende Updates:', @@ -1882,8 +1882,8 @@ 'proxy cachemgr' =3D> 'Cachemanager aktivieren', 'proxy errmsg filedescriptors' =3D> 'Ung=C3=BCltiger Anzahl Filedescriptoren= ', 'proxy filedescriptors' =3D> 'Anzahl Filedescriptoren', -'proxy log viewer' =3D> 'Ansicht Proxy-Log', -'proxy logs' =3D> 'Proxy-Logdateien', +'proxy log viewer' =3D> 'Ansicht Proxy-Protokoll', +'proxy logs' =3D> 'Proxy-Protokolldateien', 'proxy no proxy extend' =3D> 'oder geben Sie eine Liste von Zielen an, welch= e nicht =C3=BCber den Proxy angesprochen werden sollen', 'proxy no proxy local' =3D> 'Lokalen Proxy auf blauen/gr=C3=BCnen Netzwerken= verhindern', 'proxy port' =3D> 'Proxy-Port', @@ -1928,10 +1928,10 @@ 'remote access' =3D> 'Fernwartung', 'remote announce' =3D> 'Remote Announce', 'remote browse sync' =3D> 'Remote Browse Sync', -'remote host/ip' =3D> 'Remote Host/IP', -'remote logging' =3D> 'Remote logging', -'remote subnet' =3D> 'Remote Subnetz:', -'remote subnet is invalid' =3D> 'Remote Subnetz ist ung=C3=BCltig.', +'remote host/ip' =3D> 'Entfernte(r) Host/IP', +'remote logging' =3D> 'Entfernte Protokollierung', +'remote subnet' =3D> 'Entferntes Subnetz:', +'remote subnet is invalid' =3D> 'Entferntes Subnetz ist ung=C3=BCltig.', 'removable device advice' =3D> 'Stecken Sie ein Ger=C3=A4t an, aktualisieren= Sie und binden Sie es vor der Benutzung ein. Melden Sie das Ger=C3=A4t vorm = Entfernen ab.', 'remove' =3D> 'L=C3=B6schen', 'remove ca certificate' =3D> 'CA-Zertifikat entfernen', @@ -1947,7 +1947,7 @@ 'reset' =3D> 'Zur=C3=BCcksetzen', 'reset shares' =3D> 'Freigaben zur=C3=BCcksetzen', 'resetglobals' =3D> 'Globale Einstellungen zur=C3=BCcksetzen', -'resetpolicy' =3D> 'Policy zur=C3=BCcksetzen', +'resetpolicy' =3D> 'Richtlinie zur=C3=BCcksetzen', 'resetshares' =3D> 'Shares zur=C3=BCcksetzen?', 'resetting the vpn configuration will remove the root ca, the host certifica= te and all certificate based connections' =3D> 'Das L=C3=B6schen des X509 wir= d die Root-CA, die Host-Zertifikate und alle zertifikatsbasierten Verbindunge= n entfernen.', 'restart' =3D> 'Neustart', @@ -1995,7 +1995,7 @@ 'select source net' =3D> 'Auswahl Quell-Netz', 'selecttraffic' =3D> 'Traffic=C3=BCbersicht ausw=C3=A4hlen:', 'send cr' =3D> 'ISP verlangt Zeilenr=C3=BCcklaufzeichen:', -'send email notification' =3D> 'Aktiviert, Email Benachrichtigung senden', +'send email notification' =3D> 'Aktiviert, E-Mail Benachrichtigung senden', 'send test mail' =3D> 'Sende Testemail', 'september' =3D> 'September', 'serial' =3D> 'serielle', @@ -2119,7 +2119,7 @@ 'stop ovpn server' =3D> 'Stoppe OpenVPN-Server', 'stopped' =3D> 'ANGEHALTEN', 'subject' =3D> 'Betreff', -'subject test' =3D> 'Testemail', +'subject test' =3D> 'Test-E-Mail', 'subject warn' =3D> 'Warnung - Warnlevel erreicht', 'subnet' =3D> 'Subnet', 'subnet is invalid' =3D> 'Netzmaske ist ung=C3=BCltig', @@ -2135,16 +2135,16 @@ 'system has hwrng' =3D> 'Dieses System hat einen Hardware-Zufallszahlengener= ator.', 'system has rdrand' =3D> 'Dieses System unterst=C3=BCtzt Intel(R) RDRAND.', 'system information' =3D> 'Systeminformationen', -'system log viewer' =3D> 'Betrachter der System-Logdateien', -'system logs' =3D> 'System-Logdateien', +'system log viewer' =3D> 'Betrachter der Systemprotokolldateien', +'system logs' =3D> 'Systemprotokolldateien', 'system status information' =3D> 'System-Statusinformationen', 'ta key' =3D> 'TLS-Authentifizierungsschl=C3=BCssel', 'telephone not set' =3D> 'Telefonnummer nicht angegeben.', 'template' =3D> 'Vorlage', 'template warning' =3D> 'Zur Einrichtung von QoS stehen Ihnen 2 M=C3=B6glich= keiten zur Auswahl. Entweder Sie w=C3=A4hlen speichern und erstellen Klassen = und Regeln nach Ihren W=C3=BCnschen, oder Sie w=C3=A4hlen Vorlage, dann werde= n die Klassen und Regeln durch ein Template generiert.', 'test' =3D> 'test', -'test email could not be sent' =3D> 'K=C3=B6nnte Testemail nicht senden', -'test email was sent' =3D> 'Testemail wurde erfolgreich versand', +'test email could not be sent' =3D> 'K=C3=B6nnte Test-E-Mail nicht senden', +'test email was sent' =3D> 'Test-E-Mail wurde erfolgreich versand', 'the following update was successfully installed' =3D> 'Das folgende Update = wurde erfolgreich installiert', 'the statistics were last updated at' =3D> 'Die Statistik wurde zuletzt aktu= alisiert am', 'theme' =3D> 'Style', @@ -2194,10 +2194,10 @@ 'tor connected relays' =3D> 'Verbundene Relays', 'tor contact info' =3D> 'Kontaktinformationen', 'tor daemon' =3D> 'Daemon', -'tor directory port' =3D> 'Directory-Port', +'tor directory port' =3D> 'Verzeichnis-Port', 'tor enabled' =3D> 'Tor einschalten', 'tor errmsg invalid accounting limit' =3D> 'Ung=C3=BCltiges Accounting-Limit= ', -'tor errmsg invalid directory port' =3D> 'Ung=C3=BCltiger Directory-Port', +'tor errmsg invalid directory port' =3D> 'Ung=C3=BCltiger Verzeichnis-Port', 'tor errmsg invalid ip or mask' =3D> 'Ung=C3=BCltiges IP-Subnetz', 'tor errmsg invalid relay address' =3D> 'Ung=C3=BCltige Relay-Adresse', 'tor errmsg invalid relay name' =3D> 'Ung=C3=BCltiger Relay-Nickname', @@ -2211,12 +2211,12 @@ 'tor relay enabled' =3D> 'Tor-Relay einschalten', 'tor relay external address' =3D> 'Externe Relay-Adresse', 'tor relay fingerprint' =3D> 'Relay-Fingerabdruck', -'tor relay mode' =3D> 'Relay-Modues', +'tor relay mode' =3D> 'Relay-Modus', 'tor relay mode bridge' =3D> 'Bridge', 'tor relay mode exit' =3D> 'Exit-Node', 'tor relay mode private bridge' =3D> 'private Bridge', 'tor relay mode relay' =3D> 'Nur Relay', -'tor relay nickname' =3D> 'Relay-Nickname', +'tor relay nickname' =3D> 'Relay-Spitzname', 'tor relay port' =3D> 'Relay-Port', 'tor service' =3D> 'Tor-Service', 'tor socks port' =3D> 'SOCKS-Port', @@ -2226,7 +2226,7 @@ 'tor traffic read written' =3D> 'Gesamter Traffic (empfangen/gesendet)', 'tor use exit nodes' =3D> 'Nur diese Exit-Nodes benutzen (eins pro Zeile)', 'total connection time' =3D> 'Verbindungszeit', -'total hits for log section' =3D> 'Gesamte Treffer f=C3=BCr Log Sektion', +'total hits for log section' =3D> 'Gesamte Treffer f=C3=BCr Protokollsektion= ', 'traffic back' =3D> 'Zur=C3=BCck', 'traffic calc time' =3D> 'Berechnungszeitpunkt', 'traffic calc time bad' =3D> 'Berechnungsintervall ist nicht g=C3=BCltig', @@ -2364,7 +2364,7 @@ 'upload a certificate request' =3D> 'Eine Zertifikatsanfrage hochladen:', 'upload ca certificate' =3D> 'CA-Zertifikat hochladen', 'upload dh key' =3D> 'Diffie-Hellman-Parameter hochladen', -'upload file' =3D> 'Datei zum hochladen', +'upload file' =3D> 'Datei zum Hochladen', 'upload new ruleset' =3D> 'Neuen Regelsatz hochladen', 'upload p12 file' =3D> 'PKCS12-Datei hochladen', 'upload static key' =3D> 'Statischen Schl=C3=BCssel hochladen', @@ -2466,7 +2466,7 @@ 'urlfilter filesize' =3D> 'Gr=C3=B6=C3=9Fe', 'urlfilter filter settings' =3D> 'URL-Filter Einstellungen', 'urlfilter fri' =3D> 'F', -'urlfilter friday' =3D> 'Fre', +'urlfilter friday' =3D> 'Fr', 'urlfilter from' =3D> 'Von', 'urlfilter hourly' =3D> 'st=C3=BCndlich', 'urlfilter import blacklist' =3D> 'Blacklist importieren', @@ -2480,10 +2480,10 @@ 'urlfilter invalid user error' =3D> 'Ung=C3=BCltiger Benutzername', 'urlfilter load blacklist' =3D> 'Blacklist laden', 'urlfilter local file redirection' =3D> 'Lokale Dateiumleitung', -'urlfilter log' =3D> 'Urlfilter Log', +'urlfilter log' =3D> 'URL-Filter Protokoll', 'urlfilter log summary' =3D> 'Gesamtanzahl der URL-Filter-Treffer f=C3=BCr', -'urlfilter log viewer' =3D> 'Ansicht URL-Filter-Log', -'urlfilter logs' =3D> 'URL-Filter-Logdateien', +'urlfilter log viewer' =3D> 'Ansicht URL-Filter-Protokoll', +'urlfilter logs' =3D> 'URL-Filter-Protokolldateien', 'urlfilter maintenance' =3D> 'URL-Filter Wartung', 'urlfilter manage local file repository' =3D> 'Lokale Dateiablage verwalten', 'urlfilter manage repository' =3D> 'Ablage verwalten', @@ -2491,7 +2491,7 @@ 'urlfilter mode allow' =3D> 'erlauben', 'urlfilter mode block' =3D> 'sperren', 'urlfilter mon' =3D> 'M', -'urlfilter monday' =3D> 'Mon', +'urlfilter monday' =3D> 'Mo', 'urlfilter monthly' =3D> 'monatlich', 'urlfilter msg text 1' =3D> 'Nachricht Zeile 1', 'urlfilter msg text 2' =3D> 'Nachricht Zeile 2', @@ -2519,7 +2519,7 @@ 'urlfilter restore text' =3D> 'Um eine vorher gesicherte Konfiguration wiede= r herzustellen, kann hier eine .tar.gz-Sicherungsdatei hochgeladen werden', 'urlfilter safesearch' =3D> 'Aktiviere SafeSearch', 'urlfilter sat' =3D> 'S', -'urlfilter saturday' =3D> 'Sam', +'urlfilter saturday' =3D> 'Sa', 'urlfilter save and restart' =3D> 'Speichern und Neustart', 'urlfilter save schedule' =3D> 'Updateeinstellungen speichern', 'urlfilter select blacklist' =3D> 'Vorhandene Blacklist ausw=C3=A4hlen', @@ -2535,10 +2535,10 @@ 'urlfilter src' =3D> 'Quelle', 'urlfilter src error' =3D> 'Quelle darf nicht leer sein', 'urlfilter sun' =3D> 'S', -'urlfilter sunday' =3D> 'Son', +'urlfilter sunday' =3D> 'So', 'urlfilter tar error' =3D> 'Konnte die Dateien nicht aus dem Archiv extrahie= ren', 'urlfilter thu' =3D> 'D', -'urlfilter thursday' =3D> 'Don', +'urlfilter thursday' =3D> 'Do', 'urlfilter time' =3D> 'Zeit', 'urlfilter time quota' =3D> 'Zeitkontingent', 'urlfilter time space' =3D> 'Zeitraum', @@ -2546,7 +2546,7 @@ 'urlfilter timespace error' =3D> 'Fehler bei der Angabe des Zeitraumes', 'urlfilter to' =3D> 'Bis', 'urlfilter tue' =3D> 'D', -'urlfilter tuesday' =3D> 'Die', +'urlfilter tuesday' =3D> 'Di', 'urlfilter unfiltered clients' =3D> 'Ungefilterte IP-Adressen', 'urlfilter update information' =3D> 'Eine aktualisierte Version steht zum Do= wnload bereit. Besuchen Sie <a href=3D"http://www.urlfilter.net" target=3D"_b= lank">http://www.urlfilter.net</a> f=C3=BCr weitere Informationen.', 'urlfilter update notification' =3D> 'Update-Benachrichtigung!', @@ -2570,7 +2570,7 @@ 'urlfilter username log' =3D> 'Protokolliere Benutzername', 'urlfilter web proxy service required' =3D> 'Um den URL-Filter zu verwenden,= muss der Web-Proxy-Dienst aktiviert sein', 'urlfilter wed' =3D> 'M', -'urlfilter wednesday' =3D> 'Mit', +'urlfilter wednesday' =3D> 'Mi', 'urlfilter weekday error' =3D> 'Es muss mindestens ein Tag ausgew=C3=A4hlt w= erden', 'urlfilter weekly' =3D> 'w=C3=B6chentlich', 'urlfilter whitelist always allowed' =3D> 'Erlaube angepasste Whitelist f=C3= =BCr gesperrte Clients', @@ -2585,18 +2585,18 @@ 'used memory' =3D> 'Genutzter Speicher', 'used swap' =3D> 'Genutzter Swap', 'user' =3D> 'Benutzer', -'user log' =3D> 'Benutzer Log', -'user proxy logs' =3D> 'Benutzer Proxy Log', +'user log' =3D> 'Benutzerprotokoll', +'user proxy logs' =3D> 'Benutzer Proxy Protokoll', 'username' =3D> 'Benutzername:', 'username not set' =3D> 'Benutzername nicht angegeben.', 'users department' =3D> 'Abteilung des Benutzers', -'users email' =3D> 'E-mail-Adresse des Benutzers', +'users email' =3D> 'E-Mail-Adresse des Benutzers', 'users fullname or system hostname' =3D> 'Voller Name oder System-Hostname d= es Benutzers', 'valid root certificate already exists' =3D> 'Ein g=C3=BCltiges Root-Zertifi= kat existiert bereits.', 'valid till' =3D> 'G=C3=BCltig bis', 'vci number' =3D> 'VCI-Nummer:', 'vendor' =3D> 'Hersteller', -'view log' =3D> 'Log anzeigen', +'view log' =3D> 'Protokoll anzeigen', 'virtual address' =3D> 'Virtuelle Addresse', 'virtual private networking' =3D> 'Virtuelles Privates Netzwerk', 'visible in browselist' =3D> 'Sichtbar in der Verzeichnisliste', @@ -2612,7 +2612,7 @@ 'vpn auth-dn' =3D> 'Peer wird identifiziert durch entweder ein IPV4_ADDR, FQ= DN, USER_FQDN oder DER_ASN1_DN string in Remote ID Feld', 'vpn broken' =3D> 'Gebrochen', 'vpn connecting' =3D> 'VERBINDUNGSAUFBAU', -'vpn delayed start' =3D> 'Verz=C3=B6gerung bevor VPN gestartet wird (Sekunde= n)', +'vpn delayed start' =3D> 'Verz=C3=B6gerung, bevor VPN gestartet wird (in Sek= unden)', 'vpn delayed start help' =3D> 'Falls notwendig, kann diese Verz=C3=B6gerung = dazu verwendet werden, um Dynamic-DNS-Updates ordnungsgem=C3=A4=C3=9F anzuwen= den. 60 ist ein g=C3=A4ngiger Wert, wenn ROT (RED) eine dynamische IP Adresse= ist.', 'vpn incompatible use of defaultroute' =3D> 'Hostname=3D%defaultroute nicht = zul=C3=A4ssig', 'vpn keyexchange' =3D> 'Schl=C3=BCsseltausch', @@ -2623,12 +2623,12 @@ 'vpn on blue' =3D> 'VPN auf BLAU', 'vpn on green' =3D> 'VPN auf GR=C3=9CN', 'vpn on orange' =3D> 'VPN auf ORANGE', -'vpn on-demand' =3D> 'ON DEMAND', +'vpn on-demand' =3D> 'BEI BEDARF', 'vpn payload compression' =3D> 'Datennutzlast-Kompression aushandeln', 'vpn red name' =3D> '=C3=96ffentliche IP oder FQDN f=C3=BCr das rote Interfa= ce oder <%defaultroute>', 'vpn remote id' =3D> 'Remote ID', 'vpn start action' =3D> 'Startaktion', -'vpn start action route' =3D> 'On Demand', +'vpn start action route' =3D> 'Bei Bedarf', 'vpn start action start' =3D> 'Immer An', 'vpn statistic n2n' =3D> 'OpenVPN-Netz-zu-Netz-Statistik', 'vpn statistic rw' =3D> 'OpenVPN-Roadwarrior-Statistik', @@ -2735,7 +2735,7 @@ 'yes' =3D> 'Ja', 'you can only define one roadwarrior connection when using pre-shared key au= thentication' =3D> 'Sie k=C3=B6nnen nur eine Roadwarrior-Verbindung definiere= n, wenn die Pre-shared-Schl=C3=BCsselauthentifizierung verwendet wird.<br/>En= tweder haben Sie bereits eine Roadwarrior-Verbindung mit Pre-shared-Schl=C3= =BCsselauthentifizierung, oder Sie versuchen gerade, eine hinzuzuf=C3=BCgen.', 'your department' =3D> 'Ihre Abteilung', -'your e-mail' =3D> 'Ihre E-mail Adresse', +'your e-mail' =3D> 'Ihre E-Mail-Adresse', ); =20 #EOF diff --git a/lfs/apache2 b/lfs/apache2 index 57c3447..72a9dfa 100644 --- a/lfs/apache2 +++ b/lfs/apache2 @@ -25,27 +25,30 @@ =20 include Config =20 -VER =3D 2.2.29 +VER =3D 2.4.27 =20 THISAPP =3D httpd-$(VER) DL_FILE =3D $(THISAPP).tar.bz2 DL_FROM =3D $(URL_IPFIRE) + DIR_APP =3D $(DIR_SRC)/$(THISAPP) =20 TARGET =3D $(DIR_INFO)/$(THISAPP) =20 +DEPS =3D "aprutil pcre" + ############################################################################= ### # Top-level Rules ############################################################################= ### =20 objects =3D $(DL_FILE) \ - httpd-2.2.2-config-1.patch + PR61382-Fix.patch =20 $(DL_FILE) =3D $(DL_FROM)/$(DL_FILE) -httpd-2.2.2-config-1.patch =3D $(DL_FROM)/httpd-2.2.2-config-1.patch +PR61382-Fix.patch =3D ${DL_FROM}/patches/apply_to_2.4.27/PR61382-Fix.patch =20 -$(DL_FILE)_MD5 =3D 579342fdeaa7b8b68d17fee91f8fab6e -httpd-2.2.2-config-1.patch_MD5 =3D e02a3ec5925eb9e111400b9aa229f822 +$(DL_FILE)_MD5 =3D 97b6bbfa83c866dbe20ef317e3afd108 +PR61382-Fix.patch_MD5 =3D 5c1107bb1f399419574d983ce103c99a =20 install : $(TARGET) =20 @@ -75,7 +78,7 @@ $(subst %,%_MD5,$(objects)) : $(TARGET) : $(patsubst %,$(DIR_DL)/%,$(objects)) @$(PREBUILD) @rm -rf $(DIR_APP) && cd $(DIR_SRC) && tar jxf $(DIR_DL)/$(DL_FILE) - cd $(DIR_APP) && patch -Np1 -i $(DIR_DL)/httpd-2.2.2-config-1.patch + cd $(DIR_APP) && patch -Np0 -i $(DIR_DL)/PR61382-Fix.patch =20 ### Add IPFire's layout, too echo "# IPFire layout" >> $(DIR_APP)/config.layout @@ -103,14 +106,15 @@ $(TARGET) : $(patsubst %,$(DIR_DL)/%,$(objects)) echo "</Layout>" >> $(DIR_APP)/config.layout =20 cd $(DIR_APP) && ./configure --enable-layout=3DIPFire \ - --enable-ssl --enable-mods-shared=3Dall --enable-proxy + --enable-ssl --enable-mods-shared=3Dall --enable-proxy --with-mpm=3Devent cd $(DIR_APP) && make $(MAKETUNING) cd $(DIR_APP) && make install chown -v root:root /usr/lib/apache/httpd.exp \ - /usr/sbin/{apxs,apachectl,dbmmanage,envvars{,-std}} \ - /usr/share/man/man1/{dbmmanage,ht{dbm,digest,passwd,txt2dbm}}.1 \ - /usr/share/man/man8/{ab,apachectl,apxs,htcacheclean,httpd}.8 \ - /usr/share/man/man8/{logresolve,rotatelogs,suexec}.8 + /usr/bin/{apxs,dbmmanage} \ + /usr/sbin/apachectl \ + /usr/share/man/man1/{ab,apxs,dbmmanage,ht{dbm,digest,passwd,txt2dbm},lo= gresolve}.1 \ + /usr/share/man/man8/{apachectl,htcacheclean,httpd}.8 \ + /usr/share/man/man8/{rotatelogs,suexec}.8 =20 # Install apache config cp -rf $(DIR_CONF)/httpd/* /etc/httpd/conf diff --git a/lfs/apr b/lfs/apr new file mode 100644 index 0000000..6f667cf --- /dev/null +++ b/lfs/apr @@ -0,0 +1,82 @@ +############################################################################= ### +# = # +# IPFire.org - A linux based firewall = # +# Copyright (C) 2007-2014 IPFire Team <info(a)ipfire.org> = # +# = # +# This program is free software: you can redistribute it and/or modify = # +# it under the terms of the GNU General Public License as published by = # +# the Free Software Foundation, either version 3 of the License, or = # +# (at your option) any later version. = # +# = # +# This program is distributed in the hope that it will be useful, = # +# but WITHOUT ANY WARRANTY; without even the implied warranty of = # +# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the = # +# GNU General Public License for more details. = # +# = # +# You should have received a copy of the GNU General Public License = # +# along with this program. If not, see <http://www.gnu.org/licenses/>. = # +# = # +############################################################################= ### + + +############################################################################= ### +# Definitions +############################################################################= ### + +include Config + +VER =3D 1.6.2 + +THISAPP =3D apr-$(VER) +DL_FILE =3D $(THISAPP).tar.bz2 +DL_FROM =3D http://archive.apache.org/dist/apr +DIR_APP =3D $(DIR_SRC)/$(THISAPP) + +TARGET =3D $(DIR_INFO)/$(THISAPP) + +############################################################################= ### +# Top-level Rules +############################################################################= ### + +objects =3D $(DL_FILE) + +$(DL_FILE) =3D $(DL_FROM)/$(DL_FILE) + +$(DL_FILE)_MD5 =3D e81a851967c79b5ce9bfbc909e4bf735 + +install : $(TARGET) + +check : $(patsubst %,$(DIR_CHK)/%,$(objects)) + +download :$(patsubst %,$(DIR_DL)/%,$(objects)) + +md5 : $(subst %,%_MD5,$(objects)) + +############################################################################= ### +# Downloading, checking, md5sum +############################################################################= ### + +$(patsubst %,$(DIR_CHK)/%,$(objects)) : + @$(CHECK) + +$(patsubst %,$(DIR_DL)/%,$(objects)) : + @$(LOAD) + +$(subst %,%_MD5,$(objects)) : + @$(MD5) + +############################################################################= ### +# Installation Details +############################################################################= ### + +$(TARGET) : $(patsubst %,$(DIR_DL)/%,$(objects)) + @$(PREBUILD) + @rm -rf $(DIR_APP) && cd $(DIR_SRC) && tar jxf $(DIR_DL)/$(DL_FILE) + + cd $(DIR_APP) && ./configure --prefix=3D/usr \ + --disable-static --with-installbuilddir=3D/usr/share/apr-1/build + cd $(DIR_APP) && make $(MAKETUNING) + cd $(DIR_APP) && make install + + @rm -rf $(DIR_APP) + @$(POSTBUILD) diff --git a/lfs/aprutil b/lfs/aprutil new file mode 100644 index 0000000..c2f8084 --- /dev/null +++ b/lfs/aprutil @@ -0,0 +1,84 @@ +############################################################################= ### +# = # +# IPFire.org - A linux based firewall = # +# Copyright (C) 2007-2014 IPFire Team <info(a)ipfire.org> = # +# = # +# This program is free software: you can redistribute it and/or modify = # +# it under the terms of the GNU General Public License as published by = # +# the Free Software Foundation, either version 3 of the License, or = # +# (at your option) any later version. = # +# = # +# This program is distributed in the hope that it will be useful, = # +# but WITHOUT ANY WARRANTY; without even the implied warranty of = # +# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the = # +# GNU General Public License for more details. = # +# = # +# You should have received a copy of the GNU General Public License = # +# along with this program. If not, see <http://www.gnu.org/licenses/>. = # +# = # +############################################################################= ### + + +############################################################################= ### +# Definitions +############################################################################= ### + +include Config + +VER =3D 1.6.0 + +THISAPP =3D apr-util-$(VER) +DL_FILE =3D $(THISAPP).tar.bz2 +DL_FROM =3D http://archive.apache.org/dist/apr +DIR_APP =3D $(DIR_SRC)/$(THISAPP) + +TARGET =3D $(DIR_INFO)/$(THISAPP) + +DEPS =3D "apr" + +############################################################################= ### +# Top-level Rules +############################################################################= ### + +objects =3D $(DL_FILE) + +$(DL_FILE) =3D $(DL_FROM)/$(DL_FILE) + +$(DL_FILE)_MD5 =3D 069a9a980776acab05212c5f37ef8368 + +install : $(TARGET) + +check : $(patsubst %,$(DIR_CHK)/%,$(objects)) + +download :$(patsubst %,$(DIR_DL)/%,$(objects)) + +md5 : $(subst %,%_MD5,$(objects)) + +############################################################################= ### +# Downloading, checking, md5sum +############################################################################= ### + +$(patsubst %,$(DIR_CHK)/%,$(objects)) : + @$(CHECK) + +$(patsubst %,$(DIR_DL)/%,$(objects)) : + @$(LOAD) + +$(subst %,%_MD5,$(objects)) : + @$(MD5) + +############################################################################= ### +# Installation Details +############################################################################= ### + +$(TARGET) : $(patsubst %,$(DIR_DL)/%,$(objects)) + @$(PREBUILD) + @rm -rf $(DIR_APP) && cd $(DIR_SRC) && tar jxf $(DIR_DL)/$(DL_FILE) + + cd $(DIR_APP) && ./configure --prefix=3D/usr \ + --with-apr=3D/usr --with-gdbm=3D/usr --with-openssl=3D/usr --with-crypto= --with-expat=3D/usr + cd $(DIR_APP) && make $(MAKETUNING) + cd $(DIR_APP) && make install + + @rm -rf $(DIR_APP) + @$(POSTBUILD) diff --git a/lfs/cacti b/lfs/cacti index f44e7b4..d0e967d 100644 --- a/lfs/cacti +++ b/lfs/cacti @@ -32,7 +32,7 @@ DL_FROM =3D $(URL_IPFIRE) DIR_APP =3D $(DIR_SRC)/$(THISAPP) TARGET =3D $(DIR_INFO)/$(THISAPP) PROG =3D cacti -PAK_VER =3D 5 +PAK_VER =3D 6 =20 DEPS =3D "netsnmpd mysql" =20 diff --git a/lfs/icinga b/lfs/icinga index ab562f2..5d8d5a1 100644 --- a/lfs/icinga +++ b/lfs/icinga @@ -33,7 +33,7 @@ DL_FROM =3D $(URL_IPFIRE) DIR_APP =3D $(DIR_SRC)/$(THISAPP) TARGET =3D $(DIR_INFO)/$(THISAPP) PROG =3D icinga -PAK_VER =3D 1 +PAK_VER =3D 2 =20 DEPS =3D "" =20 diff --git a/lfs/nagios b/lfs/nagios index 1a88989..5ff1499 100644 --- a/lfs/nagios +++ b/lfs/nagios @@ -32,7 +32,7 @@ DL_FROM =3D $(URL_IPFIRE) DIR_APP =3D $(DIR_SRC)/$(THISAPP) TARGET =3D $(DIR_INFO)/$(THISAPP) PROG =3D nagios -PAK_VER =3D 2 +PAK_VER =3D 3 =20 DEPS =3D "traceroute" =20 diff --git a/lfs/openmailadmin b/lfs/openmailadmin index 147595d..1980be7 100644 --- a/lfs/openmailadmin +++ b/lfs/openmailadmin @@ -32,7 +32,7 @@ DL_FROM =3D $(URL_IPFIRE) DIR_APP =3D $(DIR_SRC)/$(THISAPP) TARGET =3D $(DIR_INFO)/$(THISAPP) PROG =3D openmailadmin -PAK_VER =3D 1 +PAK_VER =3D 2 =20 DEPS =3D "cyrus-imapd postfix mysql" =20 diff --git a/lfs/owncloud b/lfs/owncloud index e021a4c..c13e296 100644 --- a/lfs/owncloud +++ b/lfs/owncloud @@ -32,7 +32,7 @@ DL_FROM =3D $(URL_IPFIRE) DIR_APP =3D $(DIR_SRC)/$(THISAPP) TARGET =3D $(DIR_INFO)/$(THISAPP) PROG =3D owncloud -PAK_VER =3D 6 +PAK_VER =3D 7 =20 DEPS =3D "" =20 diff --git a/lfs/phpSANE b/lfs/phpSANE index 5dad01d..6a605f1 100644 --- a/lfs/phpSANE +++ b/lfs/phpSANE @@ -33,7 +33,7 @@ DL_FROM =3D $(URL_IPFIRE) DIR_APP =3D $(DIR_SRC)/$(THISAPP) TARGET =3D $(DIR_INFO)/$(THISAPP) PROG =3D phpSANE -PAK_VER =3D 1 +PAK_VER =3D 2 =20 DEPS =3D "sane netpbm" =20 diff --git a/make.sh b/make.sh index f79f627..fd1bbca 100755 --- a/make.sh +++ b/make.sh @@ -497,6 +497,8 @@ buildipfire() { lfsmake2 libevent2 lfsmake2 libevent2-compat lfsmake2 expat + lfsmake2 apr + lfsmake2 aprutil lfsmake2 unbound lfsmake2 gnutls lfsmake2 bind diff --git a/src/setup/passwords.c b/src/setup/passwords.c index e7b4b52..6242577 100644 --- a/src/setup/passwords.c +++ b/src/setup/passwords.c @@ -56,7 +56,7 @@ int handleadminpassword(void) return 0; =09 snprintf(commandstring, STRING_SIZE, - "/usr/sbin/htpasswd -c -m -b " CONFIG_ROOT "/auth/users admin '%s'", passw= ord); + "/usr/bin/htpasswd -c -B -C 7 -b " CONFIG_ROOT "/auth/users admin '%s'", p= assword); sprintf(message, _("Setting %s 'admin' user password..."), NAME); if (runhiddencommandwithstatus(commandstring, _("Setting password"), messag= e, NULL)) { sprintf(message, _("Problem setting %s 'admin' user password."), NAME); hooks/post-receive -- IPFire 2.x development tree --===============7164499595282090482==--