You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Feb 1, 2022. It is now read-only.
$ sudo service apache2 start
* Starting web server apache2 *
* The apache2 configtest failed.
Output of config test was:
AH00526: Syntax error on line 17 of /etc/apache2/sites-enabled/25-av_2eewfdkhpx1a.conf:
Argument for 'Require all' must be 'granted' or 'denied'
Action 'configtest' failed.
The Apache error log may have more information.
Instead of
<Directory "/var/www">
Options Indexes FollowSymlinks MultiViews
AllowOverride All
Require all granted
It generates
<Directory "/var/www">
Options Indexes FollowSymlinks MultiViews
AllowOverride All
Require all
Require granted
Puphpet generates a broken config file in apache
Instead of
It generates
config.yaml
The text was updated successfully, but these errors were encountered: