<!doctype html>
<html>
<head>
<meta charset="UTF-8">
</head>
<body>
<p class="default-style">vorrei usare la directory /DATA/www/html invece che la predefinita</p>
<p class="default-style">Ho creato dir /DATA/www7html e assegnato all utente e gruppo www-data (e 775)</p>
<p class="default-style">cambiato voce a /etc/apache2/apache2.conf</p>
<p class="default-style"><br><Directory /DATI/www/><br>Options Indexes FollowSymLinks<br>AllowOverride None<br>Require all granted<br>allow from all<br>Order allow,deny<br></Directory></p>
<p class="default-style"> </p>
<p class="default-style">/etc/apache2/sites-enabled/000-default.conf</p>
<p class="default-style"><br><VirtualHost *:80></p>
<p class="default-style">DocumentRoot /DATA/www/html</p>
<p class="default-style"></VirtualHost></p>
<p class="default-style"><Directory /DATA/www/html><br>Options Indexes FollowSymLinks MultiViews<br>AllowOverride None<br>Order allow,deny<br>allow from all<br></Directory></p>
<p class="default-style">e niente ho sempre l errore sia in localhost che da remoto </p>
<p class="default-style">[authz_core:error] [pid 5902:tid 140252408030912] [client 10.2.4.27:56234] AH01630: client denied by server configuration: /DATA/www/html/<br><br><br></p>
<p class="default-style"> </p>
<p class="default-style">info??</p>
<p class="default-style">Grassieee</p>
</body>
</html>