Typos + cleanup

This commit is contained in:
Simon Beginn
2020-11-28 22:06:38 +01:00
parent 4050b304fd
commit ecd56e95bb
2 changed files with 19 additions and 38 deletions

View File

@@ -12,30 +12,11 @@
ServerAdmin webmaster@localhost
DocumentRoot /var/www/html
# Available loglevels: trace8, ..., trace1, debug, info, notice, warn,
# error, crit, alert, emerg.
# It is also possible to configure the loglevel for particular
# modules, e.g.
#LogLevel info ssl:warn
ErrorLog ${APACHE_LOG_DIR}/error.log
CustomLog ${APACHE_LOG_DIR}/access.log combined
# Options Indexes FollowSymLinks MultiViews
# AllowOverride All
# Require all granted
<Directory /var/www/html>
Options Indexes FollowSymLinks MultiViews
AllowOverride All
Require all granted
</Directory>
# For most configuration files from conf-available/, which are
# enabled or disabled at a global level, it is possible to
# include a line for only one particular virtual host. For example the
# following line enables the CGI configuration for this host only
# after it has been globally disabled with "a2disconf".
#Include conf-available/serve-cgi-bin.conf
</VirtualHost>
</IfModule>

View File

@@ -1,4 +1,4 @@
# HowTo install the selfhost on Apache
# HowTo install the selfhost api variant on Apache
First you want to install the apache2.
```bash