]> Frank Brehm's Git Trees - config/berta/etc.git/commitdiff
saving uncommitted changes in /etc prior to emerge run
authorFrank Brehm <frank@brehm-online.com>
Tue, 20 Dec 2016 17:42:42 +0000 (18:42 +0100)
committerFrank Brehm <frank@brehm-online.com>
Tue, 20 Dec 2016 17:42:42 +0000 (18:42 +0100)
apache2/modules.d/00_default_settings.conf
apache2/modules.d/00_languages.conf
apache2/modules.d/00_mod_autoindex.conf
apache2/modules.d/00_mod_log_config.conf
apache2/modules.d/00_mod_mime.conf
apache2/vhosts.d/00_default_vhost.conf
apache2/vhosts.d/default_vhost.include
conf.d/apache2
systemd/system/multi-user.target.wants/apache2.service [new symlink]

index 38635aa9de2a50a5244023a839fceee7efa60a71..5d41941b7822530752fea4cb55ded6f506482d58 100644 (file)
@@ -69,13 +69,13 @@ HostnameLookups Off
 # filesystems or if support for these functions is otherwise
 # broken on your system.
 EnableMMAP On
-EnableSendfile Off
+EnableSendfile On
 
 # FileETag: Configures the file attributes that are used to create
 # the ETag (entity tag) response header field when the document is
 # based on a static file. (The ETag value is used in cache management
 # to save network bandwidth.)
-FileETag MTime Size
+FileETag INode MTime Size
 
 # ContentDigest: This directive enables the generation of Content-MD5
 # headers as defined in RFC1864 respectively RFC2616.
@@ -96,7 +96,7 @@ ContentDigest Off
 # container, error messages relating to that virtual host will be
 # logged here.  If you *do* define an error logfile for a <VirtualHost>
 # container, that host's errors will be logged there and not here.
-ErrorLog /var/log/apache2/error_log
+ErrorLog /var/log/apache2/error.log
 
 # LogLevel: Control the number of messages logged to the error_log.
 # Possible values include: debug, info, notice, warn, error, crit,
@@ -119,7 +119,7 @@ LogLevel warn
 #
 # Do not change this entry unless you know what you are doing.
 <IfModule dir_module>
-       DirectoryIndex index.html index.html.var
+       DirectoryIndex index.html index.html.var index.shtml index.htm
 </IfModule>
 
 # The following lines prevent .htaccess and .htpasswd files from being
index c429bf94c8308531f67956952e5da6e9c8a3154c..48af93dee831601e8b5fca64381d8f567e7f476e 100644 (file)
@@ -68,7 +68,7 @@ AddLanguage zh-TW .zh-tw
 #
 # Just list the languages in decreasing order of preference. We have
 # more or less alphabetized them here. You probably want to change this.
-LanguagePriority en ca cs da de el eo es et fr he hr it ja ko ltz nl nn no pl pt pt-BR ru sv zh-CN zh-TW
+LanguagePriority de en ca cs da el eo es et fr he hr it ja ko ltz nl nn no pl pt pt-BR ru sv zh-CN zh-TW
 
 # ForceLanguagePriority allows you to serve a result page rather than
 # MULTIPLE CHOICES (Prefer) [in case of a tie] or NOT ACCEPTABLE (Fallback)
index 10bf483171893dc7f045aa1db1523feccb072c61..c7e630b06c131cba9dd516dcb6695b24f5554ee5 100644 (file)
@@ -21,7 +21,7 @@ Alias /icons/ "/usr/share/apache2/icons/"
 
 # IndexOptions: Controls the appearance of server-generated directory
 # listings.
-IndexOptions FancyIndexing VersionSort
+IndexOptions FancyIndexing VersionSort FoldersFirst HTMLTable IgnoreCase NameWidth=50
 
 # AddIcon* directives tell the server which icon to show for different
 # files or filename extensions.  These are only displayed for
@@ -64,9 +64,11 @@ DefaultIcon /icons/unknown.gif
 # directories.
 # Format: AddDescription "description" filename
 
-#AddDescription "GZIP compressed document" .gz
-#AddDescription "tar archive" .tar
-#AddDescription "GZIP compressed tar archive" .tgz
+AddDescription "GZIP compressed document" .gz
+AddDescription "tar archive" .tar
+AddDescription "GZIP compressed tar archive" .tgz
+AddDescription "GZIP-komprimiertes Tar-Archiv" .tgz
+AddDescription "PDF-Dokument" .pdf
 
 # ReadmeName is the name of the README file the server will look for by
 # default, and append to directory listings.
index ce0238eee236806c4417c8b7f0dd3a3fe4864d85..d4bd85c2a3c5d59df4c57918662a171a814066ee 100644 (file)
@@ -1,6 +1,7 @@
 <IfModule log_config_module>
 # The following directives define some format nicknames for use with
 # a CustomLog directive (see below).
+LogFormat "%h %l %u %t \"%r\" %>s %b \"%{Referer}i\" \"%{User-Agent}i\" \"%T\" \"%v\" \"%f\"" full
 LogFormat "%h %l %u %t \"%r\" %>s %b \"%{Referer}i\" \"%{User-Agent}i\"" combined
 LogFormat "%h %l %u %t \"%r\" %>s %b" common
 
@@ -11,6 +12,7 @@ LogFormat "%v %h %l %u %t \"%r\" %>s %b \"%{Referer}i\" \"%{User-Agent}i\" VLOG=
 
 <IfModule logio_module>
 # You need to enable mod_logio.c to use %I and %O
+LogFormat "%h %l %u %t \"%r\" %>s %b \"%{Referer}i\" \"%{User-Agent}i\"  \"%T\" \"%v\" \"%f\" %I %O" full_io
 LogFormat "%h %l %u %t \"%r\" %>s %b \"%{Referer}i\" \"%{User-Agent}i\" %I %O" combinedio
 LogFormat "%v %h %l %u %t \"%r\" %>s %b \"%{Referer}i\" \"%{User-Agent}i\" %I %O" vhostio
 </IfModule>
@@ -20,7 +22,7 @@ LogFormat "%v %h %l %u %t \"%r\" %>s %b \"%{Referer}i\" \"%{User-Agent}i\" %I %O
 # container, they will be logged here.  Contrariwise, if you *do*
 # define per-<VirtualHost> access logfiles, transactions will be
 # logged therein and *not* in this file.
-CustomLog /var/log/apache2/access_log common
+CustomLog /var/log/apache2/access.log full
 
 # If you would like to have agent and referer logfiles,
 # uncomment the following directives.
index fb8a9a5d57cbbe5c929467ac59c4569b4d463f0d..39401071912b4e1a3c08ee9e46eeb8fb660a0b99 100644 (file)
@@ -9,8 +9,8 @@ TypesConfig /etc/mime.types
 
 # AddEncoding allows you to have certain browsers uncompress
 # information on the fly. Note: Not all browsers support this.
-#AddEncoding x-compress .Z
-#AddEncoding x-gzip .gz .tgz
+AddEncoding x-compress .Z
+AddEncoding x-gzip .gz .tgz
 
 # If the AddEncoding directives above are commented-out, then you
 # probably should define those extensions to indicate media types:
@@ -26,7 +26,7 @@ AddType application/x-gzip .gz .tgz
 #AddHandler cgi-script .cgi
 
 # For type maps (negotiated resources):
-#AddHandler type-map var
+AddHandler type-map var
 
 # Filters allow you to process content before it is sent to the client.
 #
index b9766b5f1b6842a7031e02d2bf2c777aca6338cf..926d6bd4dbe127b96c19620ec0e530ca805c0fc3 100644 (file)
@@ -25,6 +25,9 @@
 #Listen 12.34.56.78:80
 Listen 80
 
+# Use name-based virtual hosting.
+NameVirtualHost *:80
+
 # When virtual hosts are enabled, the main host defined in the default
 # httpd.conf configuration will go away. We redefine it here so that it is
 # still available.
@@ -33,7 +36,7 @@ Listen 80
 # /etc/conf.d/apache2, the first defined virtual host elsewhere will be
 # the default.
 <VirtualHost *:80>
-       ServerName localhost
+       ServerName berta.pixelpark.com
        Include /etc/apache2/vhosts.d/default_vhost.include
 
        <IfModule mpm_peruser_module>
index af6ece85b45b2f0a3b5eac3a69edef9a314c122a..716adc2e53182c16f437360114b6f76a377b1f7e 100644 (file)
@@ -1,7 +1,7 @@
 # ServerAdmin: Your address, where problems with the server should be
 # e-mailed.  This address appears on some server-generated pages, such
 # as error documents.  e.g. admin@your-domain.com
-ServerAdmin root@localhost
+ServerAdmin frank.brehm@pixelpark.com
 
 # DocumentRoot: The directory out of which you will serve your
 # documents. By default, all requests are taken from this directory, but
index 5826d362a1cc92b4b2c3afba7de167651314c273..cb433cb3e7f9f2519f8709e19b11476bf4b4ad21 100644 (file)
@@ -33,7 +33,9 @@
 #  SSL_DEFAULT_VHOST  Enables default vhost for SSL (you should enable this
 #                     when you enable SSL)
 #
-APACHE2_OPTS="-D DEFAULT_VHOST -D INFO -D SSL -D SSL_DEFAULT_VHOST -D SUEXEC -D LANGUAGE"
+#APACHE2_OPTS="-D DEFAULT_VHOST -D INFO -D SSL -D SSL_DEFAULT_VHOST -D SUEXEC -D LANGUAGE"
+#APACHE2_OPTS="-D DEFAULT_VHOST -D PHP -D SSL -D SSL_DEFAULT_VHOST -D MANUAL -D INFO -D STATUS -D ERRORDOCS -D LANGUAGE"
+APACHE2_OPTS="-D DEFAULT_VHOST -D PHP -D MANUAL -D INFO -D STATUS -D ERRORDOCS -D LANGUAGE"
 
 # Extended options for advanced uses of Apache ONLY
 # You don't need to edit these unless you are doing crazy Apache stuff
diff --git a/systemd/system/multi-user.target.wants/apache2.service b/systemd/system/multi-user.target.wants/apache2.service
new file mode 120000 (symlink)
index 0000000..c726d60
--- /dev/null
@@ -0,0 +1 @@
+/usr/lib64/systemd/system/apache2.service
\ No newline at end of file