Salut,
Spip File does not exist: /var/www/mon_domaine/ecrire
Le titre en dit déjà long, apache est moi, ce n’est pas encore ça …
J’ai installé spip sur mon dédié, j’y accède sans problème, cependant mes log se chargent à vitesse grande V.
2834 lignes d’erreurs,
juste pour avoir cliquer sur “ajouter des plugins”, je ne vous dit pas pour le reste … ![]()
[quote]# tail -f /var/log/apache2/error.log
[error] [client 2.y.y.y] File does not exist: /var/www/mon_domaine.com/ecrire/'http:
[error] [client 2.y.y.y] File does not exist: /var/www/mon_domaine.com/notfound
[error] [client 2.y.y.y] File does not exist: /var/www/mon_domaine.com/ecrire/'http:
[error] [client 2.y.y.y] File does not exist: /var/www/mon_domaine.com/notfound[/quote]
Or, ce fichu répertoire “ecrire” est bel et bien présent,
il vit d’ailleurs.
:/var/www# ll
total 3224
drwxr-xr-x 4 root root 4096 2 juin 13:38 .
drwxr-xr-x 17 root root 4096 29 mai 09:16 ..
-rw-r--r-- 1 root root 3280787 31 mai 15:26 .htaccess
-rw-r--r-- 1 root root 177 28 mai 20:11 index.html
drwxr-xr-x 2 www-data www-data 4096 29 mai 10:30 notfound
drwxrwxr-x 11 www-data www-data 4096 2 juin 13:38 mon_domaine.com
:/var/www#
[code]:/var/www/mon_domaine.com# ll
total 3480
drwxrwxr-x 11 www-data www-data 4096 2 juin 13:38 .
drwxr-xr-x 4 root root 4096 2 juin 13:38 …
-rw-r–r-- 1 root www-data 171421 15 mai 00:31 CHANGELOG.txt
drwxrwxr-x 2 root www-data 4096 31 mai 18:25 config
-rw-r–r-- 1 root www-data 35147 15 mai 00:31 COPYING.txt
drwxr-xr-x 22 www-data www-data 4096 15 mai 00:31 ecrire
drwxr-xr-x 8 root www-data 4096 15 mai 00:33 extensions
-rw-r–r-- 1 root www-data 0 1 juin 07:50 favicon.ico
-rw-r–r-- 1 root www-data 3280787 31 mai 15:25 .htaccess
-rw-r–r-- 1 root www-data 4399 15 mai 00:31 htaccess.txt
drwxrwxr-x 2 root www-data 4096 31 mai 12:53 IMG
-rw-r–r-- 1 root www-data 46 15 mai 00:31 index.php
drwxrwxr-x 6 root www-data 4096 31 mai 18:28 local
drwxr-xr-x 3 www-data www-data 4096 31 mai 13:54 plugins
drwxr-xr-x 13 root www-data 4096 15 mai 00:31 prive
-rw-r–r-- 1 root www-data 63 15 mai 00:31 rien.gif
-rwxrwxr-x 1 root www-data 1097 15 mai 00:31 spip.php
drwxr-xr-x 5 root www-data 4096 15 mai 00:31 squelettes-dist
-rw-r–r-- 1 root www-data 303 14 mai 23:47 svn.revision
drwxrwxr-x 8 root www-data 4096 2 juin 15:49 tmp
:/var/www/mon_domaine.com#
[/code]
:/etc/apache2/sites-available# ll
total 28
drwxr-xr-x 2 root root 4096 2 juin 16:00 .
drwxr-xr-x 9 root root 4096 29 mai 09:27 ..
-rw-r--r-- 1 root root 931 2 juin 16:00 default
-rw-r--r-- 1 root root 7251 1 avril 09:13 default-ssl
-rw-r--r-- 1 root root 182 28 mai 20:30 nodnsuse
-rw-r--r-- 1 root root 1576 2 juin 16:00 mon_domaine.com
:/etc/apache2/sites-available#
[code]:/etc/apache2/sites-available# cat /etc/apache2/sites-available/mon_domaine.com
NameVirtualHost 91.121.x.x:80
<VirtualHost 91.121.x.x:80>
ServerAdmin bjm@mon_domaine.com
ServerName www.mon_domaine.com
ServerAlias mon_domaine.com mon_domaine1.com mon_domaine2.com
DocumentRoot /var/www/mon_domaine.com/
Options FollowSymLinks
AllowOverride None
<Directory /var/www/mon_domaine.com/>
Options Indexes FollowSymLinks MultiViews
Options -Indexes FollowSymLinks MultiViews
AllowOverride None
Order allow,deny
allow from all
allow from 2.y.y.y
allow from 91.121.x.x
</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>
ErrorLog /var/log/apache2/error.log
# Possible values include: debug, info, notice, warn, error, crit,
# alert, emerg.
LogLevel warn
CustomLog /var/log/apache2/access.log combined
Alias /doc/ "/usr/share/doc/"
<Directory "/usr/share/doc/">
Options -Indexes MultiViews FollowSymLinks
AllowOverride None
Order deny,allow
Deny from all
Allow from 2.y.y.y
Allow from 91.121.x.x
Allow from 127.0.0.0/255.0.0.0 ::1/128
</Directory>
:/etc/apache2/sites-available#[/code]
Sur la toile, ma foi, je ne m’en sort pas …
Où cela coince t-il ?


