Installation SPIP

To: spip@rezo.net
From: spipcarto@gmail.com
Date: Fri, 8 Jun 2007 11:40:13 +0200
Subject: Re: [Spip] Installation SPIP

yann dangé a écrit :

J’ai identifié le problème, j’ai fait qq changement dans le fichier
inc_version.php

???
heu, ben non, il n’y a rien à changer.
Par contre, le message initial disait qu’il n’y avait PAS de fichier
index.php

Si il est la, ca peut etre un .htaccess qui fait un truc louche

J’ai remis la bonne version mais celà ne fonctionne toujours pas.

Tu devrais remettre un /ecrire propre de 1.9.2b

Voici l’URL et la page que ça donne :

http://10.109.6.34/spip/ecrire/index.php?exec=install

ca repond pas (firewall ?)

@++

Pour l’histoire du message comme quoi il ne trouve pas le fichier index.php, le fichier était bien là, mais ce problème a >disparu en remettant le fichier inc_version.php d’origine.

Une fois celà changé, le problème est devenu un HTTP 404 et celà pour le site que je veux reconfigurer comme pour >le testspip que je veux installer.

En gros le problème de l’HTTP 404 apparait depuis que j’ai restart apache, je l’ai fait un peu bizarement, en effet je ne pouvais pas le redémarer, il a fallu que je kill httpd pour pouvoir le redémarrer.

Je viens de remettre httpd et apache en route, mais ça ne change rien je tombe toujours sur la pas http 404, et quand je vais sur le localhost je tombe sur la belle page apache :

Red Hat Enterprise Linux Test PageThis page is used to test the proper operation of the Apache HTTP server after it has been installed. If you can read this page, it means that the Apache HTTP server installed at this site is working properly.


If you are a member of the general public:The fact that you are seeing this page indicates that the website you just visited is either experiencing problems, or is undergoing routine maintenance.

If you would like to let the administrators of this website know that you’ve seen this page instead of the page you expected, you should send them e-mail. In general, mail sent to the name « webmaster » and directed to the website’s domain should reach the appropriate person.
For example, if you experienced problems while visiting www.example.com, you should send e-mail to « webmaster@example.com ».
For information on Red Hat Enterprise Linux, please visit the Red Hat, Inc. website. The documentation for Red Hat Enterprise Linux is available on the Red Hat, Inc. website.


If you are the website administrator:

You may now add content to the directory /var/www/html/. Note that until you do so, people visiting your website will see this page, and not your content. To prevent this page from ever being used, follow the instructions in the file /etc/httpd/conf.d/welcome.conf.

You are free to use the image below on web sites powered by the Apache HTTP Server:

[ Powered by Apache ]

Je ne tombe pas sur le It WORKS


Play free games, earn tickets, get cool prizes! Join Live Search Club. Join Live Search Club!

    En gros le problème de l'HTTP 404 apparait depuis que j'ai restart
    apache, je l'ai fait un peu bizarement, en effet je ne pouvais pas
    le redémarer, il a fallu que je kill httpd pour pouvoir le redémarrer.
         Je viens de remettre httpd et apache en route, mais ça ne change
    rien je tombe toujours sur la pas http 404, et quand je vais sur
    le localhost je tombe sur la belle page apache :
     
    Je ne tombe pas sur le It WORKS

alors regarde la config de ton apache , apparement c'est qu'il ne te permet de lire de n'importe quelle adresse ...
NameVirtualHost * ou mieux encore ton ip du serveur : 10.109.6.34
et

Allow from 127.0.0.0/255.0.0.0 //mets ici ton sous-réseau d'entreprise en apparence ce serait : 10.109.0.0/255.255.0.0
sinon essaie le Allow from all ... au cas ou

as-tu un .htaccess à la racine du site ou dans ton repertoire /spip ?

tu as remis ton httpd.conf d'origine ?

est-ce que le documentRoot de apache pointe bien vers le bon repertoire ?

As-tu des virtualHost déclarés ?