On 04/14/2015 10:45 AM, Hendrik Schmieder wrote:
Ethan Rosenberg schrieb:
On 04/14/2015 07:29 AM, Richard wrote:
<snip>
made the following change in /etc/apache2/sites-available/default-ssl.conf
DocumentRoot /var/www/
root@meow:/var/log# cat apache2/error.log
<snip>'
[Tue Apr 14 00:51:10.502172 2015] [:error] [pid 7610] [client ::1:53486]
script '/var/www/html/start.php' not found or unable to stat
restarted Apache2
<snip>
With this
<Directory /var/www/>
# Options Indexes FollowSymLinks
# AllowOverride None
# Require all granted
</Directory>
I get a 403 error
With this
<Directory /var/www/>
Options Indexes FollowSymLinks
AllowOverride None
Require all granted
</Directory>
I get a 404 error
In /etc/apache2/sites-available/default-ssl.conf
I have
DocumentRoot /var/www/
TIA
Ethan
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]