uncomment the lines starting with Order ..., Deny ... and Allow ...
das musst du noch machen
weg mit den betreffenden #
also in kivitendo-erp_.htaccess machen
dann aus apache2.conf habe ich die Rauten unten (#) mal durch ---> Backslash(/)ersetzt, dann ist es hier auch einigermaßen lesbar.
Alles was include ist Bspw.Include httpd.conf
dann ist httpd.conf interessant.
etc etc
ErrorLog ${APACHE_LOG_DIR}/error.log
/
/ LogLevel: Control the number of messages logged to the error_log.
/ Possible values include: debug, info, notice, warn, error, crit,
/ alert, emerg.
/
LogLevel warn
/ Include module configuration:
Include mods-enabled/.load
Include mods-enabled/.conf
/ Include all the user configurations:
Include httpd.conf
/ Include ports listing
Include ports.conf
/
/ The following directives define some format nicknames for use with
/ a CustomLog directive (see below).
/ If you are behind a reverse proxy, you might want to change %h into %{X-Forwarded-For}i
/
LogFormat "%v:%p %h %l %u %t \"%r\" %>s %O \"%{Referer}i\" \"%{User-Agent}i\"" vhost_combined
LogFormat "%h %l %u %t \"%r\" %>s %O \"%{Referer}i\" \"%{User-Agent}i\"" combined
LogFormat "%h %l %u %t \"%r\" %>s %O" common
LogFormat "%{Referer}i -> %U" referer
LogFormat "%{User-agent}i" agent
/ Include of directories ignores editors' and dpkg's backup files,
/ see README.Debian for details.
/ Include generic snippets of statements
Include conf.d/
/ Include the virtual host configurations:
Include sites-enabled/
sowie sagen wir mal die letzten 10 Zeilen aus ErrorLog ${APACHE_LOG_DIR}/error.log
bei mir ist das bspw /var/log/apache2/error.log
auch könnte bei der postgressql datenbank der fehler liegen.falsches Passwort oder fehlende Rechte u.ä.
sofern du die nur für das kivitendo nutzt könnteste die neu installieren und lernen wie man sie mit irgendeinem tool einsehen kann.
pgAdmin bspw.