# 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.
# 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,
#
# 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
#
# 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)
# 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
# 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.
<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
<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>
# 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.
# 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:
#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.
#
#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.
# /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>
# 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
# 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
--- /dev/null
+/usr/lib64/systemd/system/apache2.service
\ No newline at end of file