Востанавливаю lamp после смены ветки дистра и получаю
[Sun Jan 11 18:28:11.009528 2015] [authz_core:error] [pid 3572] [client 127.0.0.1:48221] AH01630: client denied by server configuration: /home/user/public_html/presta15.com/www
<VirtualHost *:80>
ServerAdmin webmaster@localhost
DocumentRoot /home/user/public_html/presta15.com/www/
ServerName presta15.com
ServerAlias www.presta15.com
<Directory />
Options FollowSymLinks
AllowOverride All
</Directory>
<Directory /home/user/public_html/presta15.com/www/>
Order allow,deny
Allow from all
</Directory>
ScriptAlias /cgi-bin/ /usr/lib/cgi-bin/
<Directory "/usr/lib/cgi-bin">
AllowOverride None
Options +ExecCGI -MultiViews +SymLinksIfOwnerMatch
Order allow,deny
Allow from all
</Directory>
CustomLog /home/user/public_html/presta15.com/access.log common
ErrorLog /home/user/public_html/presta15.com/error.log
# Possible values include: debug, info, notice, warn, error, crit,
# alert, emerg.
LogLevel warn
</VirtualHost>
Выполнил команду
sudo chmod -R 777 /home/user/public_html
sudo chmod -R 777 /media/d/web/presta15.com