Spip (error.log) File does not exist. Pourtant c'est faux!

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, :013 juste pour avoir cliquer sur “ajouter des plugins”, je ne vous dit pas pour le reste … :033

[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, :mrgreen: 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 ?

Salut,

Arhh … je stagne, mes recherches sur la toile ne donnent rien … :think:

En complément.

access.log à dit …

x.x.x.x - - [03/Jun/2012:12:00:40 +0200] "GET /plugins/auto/en_travaux/en_travaux-bg.gif HTTP/1.1" 200 437 "-" "Mozilla/5.0 (X11; Linux i686; rv:12.0) Gecko/20100101 Firefox/12.0 Iceweasel/12.0"

:~# ll /var/www/mon_domaine.com/ total 3488 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 drwxrwxr-x 22 root www-data 4096 2 juin 18: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 3285430 2 juin 19:06 .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 root 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 3 juin 12:05 tmp :~#

[code]:~# cd /var/www/mon_domaine.com/ecrire

:/var/www/mon_domaine.com/ecrire# tree -p
.
├── [drwxr-xr-x] action
│ ├── [-rw-r–r--] acceder_document.php
│ ├── [-rw-r–r--] activer_plugins.php
│ ├── [-rw-r–r--] auth.php
│ ├── [-rw-r–r--] changer_mode_document.php
│ ├── [-rw-r–r--] charger_plugin.php
│ ├── [-rw-r–r--] configurer_notifications_forum.php
│ ├── [-rw-r–r--] configurer.php
│ ├── [-rw-r–r--] configurer_previsualiseur.php
│ ├── [-rw-r–r--] configurer_relayeur.php
│ ├── [-rw-r–r--] confirmer_email.php
│ ├── [-rw-r–r--] converser.php
│ ├── [-rw-r–r--] cookie.php
│ ├── [-rw-r–r--] copier_local.php
│ ├── [-rw-r–r--] dater.php
│ ├── [-rw-r–r--] desinstaller_plugin.php
│ ├── [-rw-r–r--] documenter.php
│ ├── [-rw-r–r--] editer_article.php
│ ├── [-rw-r–r--] editer_auteur.php
│ ├── [-rw-r–r--] editer_auteurs.php
│ ├── [-rw-r–r--] editer_breve.php
│ ├── [-rw-r–r--] editer_groupe_mot.php
│ ├── [-rw-r–r--] editer_message.php
│ ├── [-rw-r–r--] editer_mot.php
│ ├── [-rw-r–r--] editer_mots.php
│ ├── [-rw-r–r--] editer_rubrique.php
│ ├── [-rw-r–r--] editer_signatures.php
│ ├── [-rw-r–r--] editer_site.php
│ ├── [-rw-r–r--] editer_url.php
│ ├── [-rw-r–r--] export_all.php
│ ├── [-rw-r–r--] iconifier.php
│ ├── [-rw-r–r--] index.php
│ ├── [-rw-r–r--] instituer_article.php
│ ├── [-rw-r–r--] instituer_auteur.php
│ ├── [-rw-r–r--] instituer_breve.php
│ ├── [-rw-r–r--] instituer_collaboration.php
│ ├── [-rw-r–r--] instituer_forum.php
│ ├── [-rw-r–r--] instituer_groupe_mots.php
│ ├── [-rw-r–r--] instituer_langue_rubrique.php
│ ├── [-rw-r–r--] instituer_rubrique_breves.php
│ ├── [-rw-r–r--] instituer_site.php
│ ├── [-rw-r–r--] instituer_syndic.php
│ ├── [-rw-r–r--] joindre.php
│ ├── [-rw-r–r--] legender.php
│ ├── [-rw-r–r--] logout.php
│ ├── [-rw-r–r--] petitionner.php
│ ├── [-rw-r–r--] poster_forum_prive.php
│ ├── [-rw-r–r--] preferer.php
│ ├── [-rw-r–r--] purger.php
│ ├── [-rw-r–r--] redirect.php
│ ├── [-rw-r–r--] referencer_traduction.php
│ ├── [-rw-r–r--] regler_moderation.php
│ ├── [-rw-r–r--] reorganiser.php
│ ├── [-rw-r–r--] supprimer_document.php
│ ├── [-rw-r–r--] supprimer.php
│ ├── [-rw-r–r--] supprimer_traduction.php
│ ├── [-rw-r–r--] tester.php
│ ├── [-rw-r–r--] tester_taille.php
│ ├── [-rw-r–r--] tourner.php
│ └── [-rw-r–r--] virtualiser.php
├── [drwxr-xr-x] auth
│ ├── [-rw-r–r--] ldap.php
│ ├── [-rw-r–r--] sha256.inc.php
│ └── [-rw-r–r--] spip.php
├── [drwxr-xr-x] balise
│ ├── [-rw-r–r--] formulaire_admin.php
│ ├── [-rw-r–r--] formulaire_ecrire_auteur.php
│ ├── [-rw-r–r--] formulaire_forum.php
│ ├── [-rw-r–r--] formulaire_inscription.php
│ ├── [-rw-r–r--] formulaire_.php
│ ├── [-rw-r–r--] formulaire_recherche.php
│ ├── [-rw-r–r--] formulaire_signature.php
│ ├── [-rw-r–r--] formulaire_site.php
│ ├── [-rw-r–r--] index.php
│ ├── [-rw-r–r--] login_prive.php
│ ├── [-rw-r–r--] login_public.php
│ ├── [-rw-r–r--] logo_.php
│ ├── [-rw-r–r--] menu_lang_ecrire.php
│ ├── [-rw-r–r--] menu_lang.php
│ ├── [-rw-r–r--] url_logout.php
│ └── [-rw-r–r--] url_.php
├── [drwxr-xr-x] base
│ ├── [-rw-r–r--] abstract_sql.php
│ ├── [-rw-r–r--] admin_repair.php
│ ├── [-rw-r–r--] auxiliaires.php
│ ├── [-rw-r–r--] connect_sql.php
│ ├── [-rw-r–r--] convert_sql_utf8.php
│ ├── [-rw-r–r--] convert_utf8.php
│ ├── [-rw-r–r--] create.php
│ ├── [-rw-r–r--] delete_all.php
│ ├── [-rw-r–r--] delete_statistiques.php
│ ├── [-rw-r–r--] dump.php
│ ├── [-rw-r–r--] import_all.php
│ ├── [-rw-r–r--] index.php
│ ├── [-rw-r–r--] serial.php
│ ├── [-rw-r–r--] trouver_table.php
│ ├── [-rw-r–r--] typedoc.php
│ └── [-rw-r–r--] upgrade.php
├── [drwxr-xr-x] charsets
│ ├── [-rw-r–r--] cp1250.php
│ ├── [-rw-r–r--] cp1251.php
│ ├── [-rw-r–r--] cp1256.php
│ ├── [-rw-r–r--] html.php
│ ├── [-rw-r–r--] index.php
│ ├── [-rw-r–r--] iso-8859-15.php
│ ├── [-rw-r–r--] iso-8859-1.php
│ ├── [-rw-r–r--] iso-8859-6.php
│ ├── [-rw-r–r--] iso-8859-9.php
│ ├── [-rw-r–r--] mathml.php
│ ├── [-rw-r–r--] translitcomplexe.php
│ └── [-rw-r–r--] translit.php
├── [drwxr-xr-x] configuration
│ ├── [-rw-r–r--] accueil.php
│ ├── [-rw-r–r--] annonces.php
│ ├── [-rw-r–r--] articles.php
│ ├── [-rw-r–r--] avertisseur.php
│ ├── [-rw-r–r--] breves.php
│ ├── [-rw-r–r--] compresseur.php
│ ├── [-rw-r–r--] compteur.php
│ ├── [-rw-r–r--] contenu_forums.php
│ ├── [-rw-r–r--] documents.php
│ ├── [-rw-r–r--] forums_prives.php
│ ├── [-rw-r–r--] futurs.php
│ ├── [-rw-r–r--] indexeur.php
│ ├── [-rw-r–r--] index.php
│ ├── [-rw-r–r--] langue.php
│ ├── [-rw-r–r--] locuteur.php
│ ├── [-rw-r–r--] logos.php
│ ├── [-rw-r–r--] messagerie_agenda.php
│ ├── [-rw-r–r--] mots.php
│ ├── [-rw-r–r--] notifications_forum.php
│ ├── [-rw-r–r--] participants.php
│ ├── [-rw-r–r--] previsualiseur.php
│ ├── [-rw-r–r--] redacteurs.php
│ ├── [-rw-r–r--] redirection.php
│ ├── [-rw-r–r--] reducteur.php
│ ├── [-rw-r–r--] referenceur.php
│ ├── [-rw-r–r--] relayeur.php
│ ├── [-rw-r–r--] rubriques.php
│ ├── [-rw-r–r--] syndications.php
│ ├── [-rw-r–r--] transcodeur.php
│ ├── [-rw-r–r--] type_urls.php
│ ├── [-rw-r–r--] versionneur.php
│ └── [-rw-r–r--] visiteurs.php
├── [drwxr-xr-x] exec
│ ├── [-rw-r–r--] 404.php
│ ├── [-rw-r–r--] accueil.php
│ ├── [-rw-r–r--] admin_declarer.php
│ ├── [-rw-r–r--] admin_effacer.php
│ ├── [-rw-r–r--] admin_plugin.php
│ ├── [-rw-r–r--] admin_repair.php
│ ├── [-rw-r–r--] admin_tech.php
│ ├── [-rw-r–r--] admin_vider.php
│ ├── [-rw-r–r--] aide_index.php
│ ├── [-rw-r–r--] articles_edit.php
│ ├── [-rw-r–r--] articles_forum.php
│ ├── [-rw-r–r--] articles_page.php
│ ├── [-rw-r–r--] articles.php
│ ├── [-rw-r–r--] articles_tous.php
│ ├── [-rw-r–r--] articles_versions.php
│ ├── [-rw-r–r--] auteur_infos.php
│ ├── [-rw-r–r--] auteurs.php
│ ├── [-rw-r–r--] breves_edit.php
│ ├── [-rw-r–r--] breves.php
│ ├── [-rw-r–r--] breves_voir.php
│ ├── [-rw-r–r--] brouteur_frame.php
│ ├── [-rw-r–r--] brouteur.php
│ ├── [-rw-r–r--] calendrier.php
│ ├── [-rw-r–r--] charger_plugin.php
│ ├── [-rw-r–r--] config_contenu.php
│ ├── [-rw-r–r--] config_fonctions.php
│ ├── [-rw-r–r--] config_lang.php
│ ├── [-rw-r–r--] config_multilang.php
│ ├── [-rw-r–r--] configuration.php
│ ├── [-rw-r–r--] configurer_notifications_forum.php
│ ├── [-rw-r–r--] configurer.php
│ ├── [-rw-r–r--] configurer_previsualiseur.php
│ ├── [-rw-r–r--] configurer_relayeur.php
│ ├── [-rw-r–r--] controle_forum.php
│ ├── [-rw-r–r--] controle_petition.php
│ ├── [-rw-r–r--] convert_sql_utf8.php
│ ├── [-rw-r–r--] convert_utf8.php
│ ├── [-rw-r–r--] copier_local.php
│ ├── [-rw-r–r--] dater.php
│ ├── [-rw-r–r--] delete_all.php
│ ├── [-rw-r–r--] delete_statistiques.php
│ ├── [-rw-r–r--] demande_mise_a_jour.php
│ ├── [-rw-r–r--] discuter.php
│ ├── [-rw-r–r--] documenter.php
│ ├── [-rw-r–r--] documents_colonne.php
│ ├── [-rw-r–r--] documents_liste.php
│ ├── [-rw-r–r--] editer_auteurs.php
│ ├── [-rw-r–r--] editer_mots.php
│ ├── [-rw-r–r--] export_all.php
│ ├── [-rw-r–r--] fond.php
│ ├── [-rw-r–r--] forum_admin.php
│ ├── [-rw-r–r--] forum.php
│ ├── [-rw-r–r--] grouper_mots.php
│ ├── [-rw-r–r--] iconifier.php
│ ├── [-rw-r–r--] import_all.php
│ ├── [-rw-r–r--] index.php
│ ├── [-rw-r–r--] info_plugin_distant.php
│ ├── [-rw-r–r--] info_plugin.php
│ ├── [-rw-r–r--] informer_auteur.php
│ ├── [-rw-r–r--] informer.php
│ ├── [-rw-r–r--] install.php
│ ├── [-rw-r–r--] instituer_auteur.php
│ ├── [-rw-r–r--] lang_raccourcis.php
│ ├── [-rw-r–r--] legender.php
│ ├── [-rw-r–r--] meme_rubrique.php
│ ├── [-rw-r–r--] memoriser.php
│ ├── [-rw-r–r--] menu_agenda.php
│ ├── [-rw-r–r--] menu_navigation.php
│ ├── [-rw-r–r--] menu_rubriques.php
│ ├── [-rw-r–r--] message_edit.php
│ ├── [-rw-r–r--] message.php
│ ├── [-rw-r–r--] messagerie.php
│ ├── [-rw-r–r--] mots_edit.php
│ ├── [-rw-r–r--] mots_tous.php
│ ├── [-rw-r–r--] mots_type.php
│ ├── [-rw-r–r--] naviguer.php
│ ├── [-rw-r–r--] petitionner.php
│ ├── [-rw-r–r--] plonger.php
│ ├── [-rw-r–r--] poster_forum_prive.php
│ ├── [-rw-r–r--] puce_statut.php
│ ├── [-rw-r–r--] recherche.php
│ ├── [-rw-r–r--] rechercher_auteur.php
│ ├── [-rw-r–r--] rechercher.php
│ ├── [-rw-r–r--] referencer_traduction.php
│ ├── [-rw-r–r--] regler_moderation.php
│ ├── [-rw-r–r--] rubriques_edit.php
│ ├── [-rw-r–r--] selectionner_auteur.php
│ ├── [-rw-r–r--] selectionner.php
│ ├── [-rw-r–r--] sites_edit.php
│ ├── [-rw-r–r--] sites.php
│ ├── [-rw-r–r--] sites_tous.php
│ ├── [-rw-r–r--] statistiques_lang.php
│ ├── [-rw-r–r--] statistiques_referers.php
│ ├── [-rw-r–r--] statistiques_repartition.php
│ ├── [-rw-r–r--] statistiques_visites.php
│ ├── [-rw-r–r--] suivi_revisions.php
│ ├── [-rw-r–r--] synchro.php
│ ├── [-rw-r–r--] tourner.php
│ ├── [-rw-r–r--] upgrade.php
│ ├── [-rw-r–r--] valider_xml.php
│ └── [-rw-r–r--] virtualiser.php
├── [drwxr-xr-x] genie
│ ├── [-rw-r–r--] mail.php
│ ├── [-rw-r–r--] maintenance.php
│ ├── [-rw-r–r--] mise_a_jour.php
│ ├── [-rw-r–r--] optimiser.php
│ ├── [-rw-r–r--] popularites.php
│ ├── [-rw-r–r--] syndic.php
│ └── [-rw-r–r--] visites.php
├── [-rw-r–r--] gnu_lgpl_fr.txt
├── [-rw-r–r--] gpl_fr.txt
├── [drwxr-xr-x] inc
│ ├── [-rw-r–r--] acces.php
│ ├── [-rw-r–r--] actions.php
│ ├── [-rw-r–r--] admin.php
│ ├── [-rw-r–r--] afficher_objets.php
│ ├── [-rw-r–r--] agenda.php
│ ├── [-rw-r–r--] aider.php
│ ├── [-rw-r–r--] ajouter_documents.php
│ ├── [-rw-r–r--] article_select.php
│ ├── [-rw-r–r--] auteur_infos.php
│ ├── [-rw-r–r--] auth.php
│ ├── [-rw-r–r--] autoriser.php
│ ├── [-rw-r–r--] bandeau.php
│ ├── [-rw-r–r--] boutons.php
│ ├── [-rw-r–r--] charger_php_extension.php
│ ├── [-rw-r–r--] charger_plugin.php
│ ├── [-rw-r–r--] charsets.php
│ ├── [-rw-r–r--] chercher_logo.php
│ ├── [-rw-r–r--] chercher_rubrique.php
│ ├── [-rw-r–r--] commencer_page.php
│ ├── [-rw-r–r--] config.php
│ ├── [-rw-r–r--] cookie.php
│ ├── [-rw-r–r--] couleurs.php
│ ├── [-rw-r–r--] date.php
│ ├── [-rw-r–r--] dater.php
│ ├── [-rw-r–r--] diff.php
│ ├── [-rw-r–r--] discuter.php
│ ├── [-rw-r–r--] distant.php
│ ├── [-rw-r–r--] documenter_objet.php
│ ├── [-rw-r–r--] documenter.php
│ ├── [-rw-r–r--] documents.php
│ ├── [-rw-r–r--] drapeau_edition.php
│ ├── [-rw-r–r--] editer_auteurs.php
│ ├── [-rw-r–r--] editer_mots.php
│ ├── [-rw-r–r--] editer.php
│ ├── [-rw-r–r--] envoyer_mail.php
│ ├── [-rw-r–r--] export.php
│ ├── [-rw-r–r--] feedfinder.php
│ ├── [-rw-r–r--] filtres_images_lib_mini.php
│ ├── [-rw-r–r--] filtres_images_mini.php
│ ├── [-rw-r–r--] filtres_mime.php
│ ├── [-rw-r–r--] filtres_mini.php
│ ├── [-rw-r–r--] filtres.php
│ ├── [-rw-r–r--] flock.php
│ ├── [-rw-r–r--] formater_article.php
│ ├── [-rw-r–r--] formater_auteur.php
│ ├── [-rw-r–r--] forum_envoi.php
│ ├── [-rw-r–r--] forum_insert.php
│ ├── [-rw-r–r--] forum.php
│ ├── [-rw-r–r--] gadgets.php
│ ├── [-rw-r–r--] genie.php
│ ├── [-rw-r–r--] getdocument.php
│ ├── [-rw-r–r--] grouper_mots.php
│ ├── [-rw-r–r--] headers.php
│ ├── [-rw-r–r--] iconifier.php
│ ├── [-rw-r–r--] import_0_0.php
│ ├── [-rw-r–r--] import_1_2.php
│ ├── [-rw-r–r--] import_1_3.php
│ ├── [-rw-r–r--] import_insere.php
│ ├── [-rw-r–r--] import.php
│ ├── [-rw-r–r--] index.php
│ ├── [-rw-r–r--] informer_auteur.php
│ ├── [-rw-r–r--] informer.php
│ ├── [-rw-r–r--] install.php
│ ├── [-rw-r–r--] instituer_article.php
│ ├── [-rw-r–r--] instituer_auteur.php
│ ├── [-rw-r–r--] instituer_breve.php
│ ├── [-rw-r–r--] instituer_site.php
│ ├── [-rw-r–r--] invalideur.php
│ ├── [-rw-r–r--] joindre.php
│ ├── [-rw-r–r--] json.php
│ ├── [-rw-r–r--] lang_liste.php
│ ├── [-rw-r–r--] lang.php
│ ├── [-rw-r–r--] layer.php
│ ├── [-rw-r–r--] legender.php
│ ├── [-rw-r–r--] lien_court.php
│ ├── [-rw-r–r--] lien.php
│ ├── [-rw-r–r--] log.php
│ ├── [-rw-r–r--] mail.php
│ ├── [-rw-r–r--] math.php
│ ├── [-rw-r–r--] meme_rubrique.php
│ ├── [-rw-r–r--] message_select.php
│ ├── [-rw-r–r--] meta.php
│ ├── [-rw-r–r--] minipres.php
│ ├── [-rw-r–r--] modifier.php
│ ├── [-rw-r–r--] mots.php
│ ├── [-rw-r–r--] nfslock.php
│ ├── [-rw-r–r--] notes.php
│ ├── [-rw-r–r--] notifications.php
│ ├── [-rw-r–r--] pclzip.php
│ ├── [-rw-r–r--] petitionner.php
│ ├── [-rw-r–r--] php3.php
│ ├── [-rw-r–r--] plonger.php
│ ├── [-rw-r–r--] plugin.php
│ ├── [-rw-r–r--] prepare_recherche.php
│ ├── [-rw-r–r--] presentation.php
│ ├── [-rw-r–r--] presenter_enfants.php
│ ├── [-rw-r–r--] presenter_liste.php
│ ├── [-rw-r–r--] puce_statut.php
│ ├── [-rw-r–r--] rechercher.php
│ ├── [-rw-r–r--] referencer_traduction.php
│ ├── [-rw-r–r--] referenceurs.php
│ ├── [-rw-r–r--] regler_moderation.php
│ ├── [-rw-r–r--] revisions.php
│ ├── [-rw-r–r--] rubriques.php
│ ├── [-rw-r–r--] securiser_action.php
│ ├── [-rw-r–r--] selectionner_auteur.php
│ ├── [-rw-r–r--] selectionner.php
│ ├── [-rw-r–r--] session.php
│ ├── [-rw-r–r--] signatures.php
│ ├── [-rw-r–r--] site.php
│ ├── [-rw-r–r--] statistiques.php
│ ├── [-rw-r–r--] suivi_versions.php
│ ├── [-rw-r–r--] surligne.php
│ ├── [-rw-r–r--] syndic.php
│ ├── [-rw-r–r--] texte.php
│ ├── [-rw-r–r--] tourner.php
│ ├── [-rw-r–r--] traduire.php
│ ├── [-rw-r–r--] urls.php
│ ├── [-rw-r–r--] utils.php
│ ├── [-rw-r–r--] vieilles_defs.php
│ ├── [-rw-r–r--] vignette.php
│ ├── [-rw-r–r--] virtualiser.php
│ └── [-rw-r–r--] xml.php
├── [-rw-r–r--] inc_version.php
├── [-rw-r–r--] index.php
├── [drwxr-xr-x] lang
│ ├── [-rw-r–r--] ecrire_ar.php
│ ├── [-rw-r–r--] ecrire_ast.php
│ ├── [-rw-r–r--] ecrire_bg.php
│ ├── [-rw-r–r--] ecrire_br.php
│ ├── [-rw-r–r--] ecrire_bs.php
│ ├── [-rw-r–r--] ecrire_ca.php
│ ├── [-rw-r–r--] ecrire_cpf_hat.php
│ ├── [-rw-r–r--] ecrire_cpf.php
│ ├── [-rw-r–r--] ecrire_cs.php
│ ├── [-rw-r–r--] ecrire_da.php
│ ├── [-rw-r–r--] ecrire_de.php
│ ├── [-rw-r–r--] ecrire_en.php
│ ├── [-rw-r–r--] ecrire_eo.php
│ ├── [-rw-r–r--] ecrire_es.php
│ ├── [-rw-r–r--] ecrire_eu.php
│ ├── [-rw-r–r--] ecrire_fa.php
│ ├── [-rw-r–r--] ecrire_fon.php
│ ├── [-rw-r–r--] ecrire_fr.php
│ ├── [-rw-r–r--] ecrire_gl.php
│ ├── [-rw-r–r--] ecrire_hu.php
│ ├── [-rw-r–r--] ecrire_id.php
│ ├── [-rw-r–r--] ecrire_it_fem.php
│ ├── [-rw-r–r--] ecrire_it.php
│ ├── [-rw-r–r--] ecrire_ja.php
│ ├── [-rw-r–r--] ecrire_km.php
│ ├── [-rw-r–r--] ecrire_lb.php
│ ├── [-rw-r–r--] ecrire_my.php
│ ├── [-rw-r–r--] ecrire_nl.php
│ ├── [-rw-r–r--] ecrire_oc_auv.php
│ ├── [-rw-r–r--] ecrire_oc_gsc.php
│ ├── [-rw-r–r--] ecrire_oc_lms.php
│ ├── [-rw-r–r--] ecrire_oc_lnc.php
│ ├── [-rw-r–r--] ecrire_oc_ni_la.php
│ ├── [-rw-r–r--] ecrire_oc_ni.php
│ ├── [-rw-r–r--] ecrire_oc_prv.php
│ ├── [-rw-r–r--] ecrire_oc_va.php
│ ├── [-rw-r–r--] ecrire_pl.php
│ ├── [-rw-r–r--] ecrire_pt_br.php
│ ├── [-rw-r–r--] ecrire_pt.php
│ ├── [-rw-r–r--] ecrire_ro.php
│ ├── [-rw-r–r--] ecrire_ru.php
│ ├── [-rw-r–r--] ecrire_sv.php
│ ├── [-rw-r–r--] ecrire_tr.php
│ ├── [-rw-r–r--] ecrire_vi.php
│ ├── [-rw-r–r--] ecrire_zh.php
│ ├── [-rw-r–r--] index.php
│ ├── [-rw-r–r--] public_ar.php
│ ├── [-rw-r–r--] public_ast.php
│ ├── [-rw-r–r--] public_bg.php
│ ├── [-rwxr-xr-x] public_br.php
│ ├── [-rw-r–r--] public_bs.php
│ ├── [-rw-r–r--] public_ca.php
│ ├── [-rw-r–r--] public_cpf_hat.php
│ ├── [-rw-r–r--] public_cpf.php
│ ├── [-rw-r–r--] public_cs.php
│ ├── [-rw-r–r--] public_da.php
│ ├── [-rw-r–r--] public_de.php
│ ├── [-rw-r–r--] public_en.php
│ ├── [-rw-r–r--] public_eo.php
│ ├── [-rw-r–r--] public_es.php
│ ├── [-rw-r–r--] public_eu.php
│ ├── [-rw-r–r--] public_fa.php
│ ├── [-rw-r–r--] public_fon.php
│ ├── [-rw-r–r--] public_fr.php
│ ├── [-rw-r–r--] public_gl.php
│ ├── [-rw-r–r--] public_hu.php
│ ├── [-rw-r–r--] public_id.php
│ ├── [-rw-r–r--] public_it_fem.php
│ ├── [-rw-r–r--] public_it.php
│ ├── [-rw-r–r--] public_ja.php
│ ├── [-rw-r–r--] public_km.php
│ ├── [-rw-r–r--] public_lb.php
│ ├── [-rw-r–r--] public_my.php
│ ├── [-rw-r–r--] public_nl.php
│ ├── [-rw-r–r--] public_oc_auv.php
│ ├── [-rw-r–r--] public_oc_gsc.php
│ ├── [-rw-r–r--] public_oc_lms.php
│ ├── [-rw-r–r--] public_oc_lnc.php
│ ├── [-rw-r–r--] public_oc_ni_la.php
│ ├── [-rw-r–r--] public_oc_ni.php
│ ├── [-rw-r–r--] public_oc_prv.php
│ ├── [-rw-r–r--] public_oc_va.php
│ ├── [-rw-r–r--] public_pl.php
│ ├── [-rw-r–r--] public_pt_br.php
│ ├── [-rw-r–r--] public_pt.php
│ ├── [-rw-r–r--] public_ro.php
│ ├── [-rw-r–r--] public_ru.php
│ ├── [-rw-r–r--] public_sv.php
│ ├── [-rw-r–r--] public_tr.php
│ ├── [-rw-r–r--] public_vi.php
│ ├── [-rw-r–r--] public_zh.php
│ ├── [-rw-r–r--] spip_ar.php
│ ├── [-rw-r–r--] spip_ast.php
│ ├── [-rw-r–r--] spip_bg.php
│ ├── [-rw-r–r--] spip_br.php
│ ├── [-rw-r–r--] spip_bs.php
│ ├── [-rw-r–r--] spip_ca.php
│ ├── [-rw-r–r--] spip_cpf_hat.php
│ ├── [-rw-r–r--] spip_cpf.php
│ ├── [-rw-r–r--] spip_cs.php
│ ├── [-rw-r–r--] spip_da.php
│ ├── [-rw-r–r--] spip_de.php
│ ├── [-rw-r–r--] spip_en.php
│ ├── [-rw-r–r--] spip_eo.php
│ ├── [-rw-r–r--] spip_es.php
│ ├── [-rw-r–r--] spip_eu.php
│ ├── [-rw-r–r--] spip_fa.php
│ ├── [-rw-r–r--] spip_fon.php
│ ├── [-rw-r–r--] spip_fr.php
│ ├── [-rw-r–r--] spip_gl.php
│ ├── [-rw-r–r--] spip_hu.php
│ ├── [-rw-r–r--] spip_id.php
│ ├── [-rw-r–r--] spip_it_fem.php
│ ├── [-rw-r–r--] spip_it.php
│ ├── [-rw-r–r--] spip_ja.php
│ ├── [-rw-r–r--] spip_km.php
│ ├── [-rw-r–r--] spip_lb.php
│ ├── [-rw-r–r--] spip_my.php
│ ├── [-rw-r–r--] spip_nl.php
│ ├── [-rw-r–r--] spip_oc_auv.php
│ ├── [-rw-r–r--] spip_oc_gsc.php
│ ├── [-rw-r–r--] spip_oc_lms.php
│ ├── [-rw-r–r--] spip_oc_lnc.php
│ ├── [-rw-r–r--] spip_oc_ni_la.php
│ ├── [-rw-r–r--] spip_oc_ni.php
│ ├── [-rw-r–r--] spip_oc_prv.php
│ ├── [-rw-r–r--] spip_oc_va.php
│ ├── [-rw-r–r--] spip_pl.php
│ ├── [-rw-r–r--] spip_pt_br.php
│ ├── [-rw-r–r--] spip_pt.php
│ ├── [-rw-r–r--] spip_ro.php
│ ├── [-rw-r–r--] spip_ru.php
│ ├── [-rw-r–r--] spip_sv.php
│ ├── [-rw-r–r--] spip_tr.php
│ ├── [-rw-r–r--] spip_vi.php
│ └── [-rw-r–r--] spip_zh.php
├── [drwxr-xr-x] maj
│ ├── [-rw-r–r--] svn10000.php
│ ├── [-rw-r–r--] v009.php
│ ├── [-rw-r–r--] v010.php
│ ├── [-rw-r–r--] v011.php
│ ├── [-rw-r–r--] v012.php
│ ├── [-rw-r–r--] v013.php
│ ├── [-rw-r–r--] v014.php
│ ├── [-rw-r–r--] v015.php
│ ├── [-rw-r–r--] v016.php
│ ├── [-rw-r–r--] v017.php
│ ├── [-rw-r–r--] v018.php
│ ├── [-rw-r–r--] v019.php
│ ├── [-rw-r–r--] v019_pre193.php
│ └── [drwxr-xr-x] vieille_base
│ ├── [drwxr-xr-x] 10000
│ │ ├── [-rw-r–r--] auxiliaires.php
│ │ ├── [-rw-r–r--] create.php
│ │ ├── [-rw-r–r--] serial.php
│ │ └── [-rw-r–r--] typedoc.php
│ ├── [drwxr-xr-x] 13000
│ │ ├── [-rw-r–r--] auxiliaires.php
│ │ ├── [-rw-r–r--] create.php
│ │ ├── [-rw-r–r--] serial.php
│ │ └── [-rw-r–r--] typedoc.php
│ ├── [drwxr-xr-x] 1813
│ │ ├── [-rw-r–r--] create.php
│ │ ├── [-rw-r–r--] inc_auxbase.php
│ │ ├── [-rw-r–r--] inc_serialbase.php
│ │ └── [-rw-r–r--] inc_typebase.php
│ ├── [drwxr-xr-x] 1821
│ │ ├── [-rw-r–r--] create.php
│ │ ├── [-rw-r–r--] inc_auxbase.php
│ │ ├── [-rw-r–r--] inc_serialbase.php
│ │ └── [-rw-r–r--] inc_typebase.php
│ ├── [drwxr-xr-x] 1915
│ │ ├── [-rw-r–r--] auxiliaires.php
│ │ ├── [-rw-r–r--] create.php
│ │ ├── [-rw-r–r--] serial.php
│ │ └── [-rw-r–r--] typedoc.php
│ ├── [drwxr-xr-x] 1917
│ │ ├── [-rw-r–r--] auxiliaires.php
│ │ ├── [-rw-r–r--] create.php
│ │ ├── [-rw-r–r--] serial.php
│ │ └── [-rw-r–r--] typedoc.php
│ ├── [drwxr-xr-x] 1927
│ │ ├── [-rw-r–r--] auxiliaires.php
│ │ ├── [-rw-r–r--] create.php
│ │ ├── [-rw-r–r--] serial.php
│ │ └── [-rw-r–r--] typedoc.php
│ ├── [-rw-r–r--] charger.php
│ └── [-rw-r–r--] create.php
├── [drwxr-xr-x] notifications
│ ├── [-rw-r–r--] article_propose.html
│ ├── [-rw-r–r--] article_publie.html
│ ├── [-rw-r–r--] article_valide.html
│ ├── [-rw-r–r--] forum_poste.html
│ ├── [-rw-r–r--] forumposte.php
│ ├── [-rw-r–r--] forumvalide.php
│ └── [-rw-r–r--] instituerarticle.php
├── [drwxr-xr-x] oo
│ └── [-rw-r–r--] index.php
├── [drwxr-xr-x] plugins
│ ├── [-rw-r–r--] afficher_liste.php
│ ├── [-rw-r–r--] afficher_nom_plugin.php
│ ├── [-rw-r–r--] afficher_plugin_distant.php
│ ├── [-rw-r–r--] afficher_plugin.php
│ ├── [-rw-r–r--] afficher_repertoires.php
│ ├── [-rw-r–r--] extraire_boutons.php
│ ├── [-rw-r–r--] extraire_pipelines.php
│ ├── [-rw-r–r--] get_infos.php
│ └── [-rw-r–r--] verifie_conformite.php
├── [-rw-r–r--] prive.php
├── [drwxr-xr-x] public
│ ├── [-rw-r–r--] admin.php
│ ├── [-rw-r–r--] aiguiller.php
│ ├── [-rw-r–r--] assembler.php
│ ├── [-rw-r–r--] balises.php
│ ├── [-rw-r–r--] boucles.php
│ ├── [-rw-r–r--] cacher.php
│ ├── [-rw-r–r--] compiler.php
│ ├── [-rw-r–r--] composer.php
│ ├── [-rw-r–r--] criteres.php
│ ├── [-rw-r–r--] debusquer.php
│ ├── [-rw-r–r--] decompiler.php
│ ├── [-rw-r–r--] format_html.php
│ ├── [-rw-r–r--] index.php
│ ├── [-rw-r–r--] interfaces.php
│ ├── [-rw-r–r--] jointures.php
│ ├── [-rw-r–r--] normaliser.php
│ ├── [-rw-r–r--] parametrer.php
│ ├── [-rw-r–r--] phraser_html.php
│ ├── [-rw-r–r--] quete.php
│ ├── [-rw-r–r--] references.php
│ ├── [-rw-r–r--] stats.php
│ ├── [-rw-r–r--] styliser.php
│ ├── [-rw-r–r--] tracer.php
│ └── [-rwxr-xr-x] vertebrer.php
├── [-rw-r–r--] public.php
├── [drwxr-xr-x] req
│ ├── [-rw-r–r--] mysql.php
│ ├── [-rw-r–r--] pg.php
│ ├── [-rw-r–r--] sqlite2.php
│ ├── [-rw-r–r--] sqlite3.php
│ ├── [-rw-r–r--] sqlite_fonctions.php
│ └── [-rw-r–r--] sqlite_generique.php
├── [-rw-r–r--] rien.gif
├── [drwxr-xr-x] typographie
│ ├── [-rw-r–r--] en.php
│ ├── [-rw-r–r--] fr.php
│ └── [-rw-r–r--] index.php
├── [drwxr-xr-x] urls
│ ├── [-rw-r–r--] arbo.php
│ ├── [-rw-r–r--] generer_url_forum.php
│ ├── [-rw-r–r--] html.php
│ ├── [-rw-r–r--] index.php
│ ├── [-rw-r–r--] libres.php
│ ├── [-rw-r–r--] page.php
│ ├── [-rw-r–r--] propres2.php
│ ├── [-rw-r–r--] propres.php
│ ├── [-rw-r–r--] propres_qs.php
│ └── [-rw-r–r--] standard.php
└── [drwxr-xr-x] xml
├── [-rw-r–r--] analyser_dtd.php
├── [-rw-r–r--] indenter.php
├── [-rw-r–r--] index.php
├── [-rw-r–r--] interfaces.php
├── [-rw-r–r--] sax.php
└── [-rw-r–r--] valider.php

28 directories, 637 files
:/var/www/mon_domaine.com/ecrire#
[/code]

Une idée, une piste, un os … ? :083

Salut,
Ce ne serait pas un problème SPIP plutôt qu’apache ?

Car effectivement, comme apache, je ne vois pas ces fichiers dans ce que tu donnes:
/var/www/mon_domaine.com/ecrire/'http:
/var/www/mon_domaine.com/notfound

Tout ce que je vois, c’est:
/var/www/notfound

Ça ne sert à rien de donner toute l’arborescence de SPIP, ça fait d’énormes pavés un peu chiant à lire… :wink:

Salut,

Affaire soldé! :whistle:

En fait, si j’ai bien tout compris, c’est dû à une histoire d’urls qui n’aboutissent pas là ou elles devraient. :mrgreen:

[quote=“lol”]Salut,
Ce ne serait pas un problème SPIP plutôt qu’apache ?

Car effectivement, comme apache, je ne vois pas ces fichiers dans ce que tu donnes:
/var/www/mon_domaine.com/ecrire/'http:
[/quote]

C’était bel et bien un problème Spip. :083

Concernant cette résolution, voir les détails en suivant le lien ci-dessous, un post que j’ai ouvert sur le site Spip forum.

forum.spip.org/fr_244093.html

Merci lol.

Merci Gilles Vincent!

Je vous en serre cinq … :wink:

loreleil, alias jean michemuche … :laughing:

* edit * :033

Correction du titre, Apache n’étant pas en cause … :wink: