PostgreSQL La base de donnees la plus sophistiquee au monde.

Forums PostgreSQL.fr

Le forum officiel de la communauté francophone de PostgreSQL

Vous n'êtes pas identifié(e).

#1 Re : phpPgAdmin » inaccessible via localhost (mais ok via 127.0...) » 27/03/2011 22:51:28

bon, j'ai fait le tour de tout les fichier conf de wamp+pg et sans rien toucher ça marche sur local host... peut être un problème de cache qui a retarder la prise en compte de certain paramètre hmm

bref résolu.

#2 Re : phpPgAdmin » inaccessible via localhost (mais ok via 127.0...) » 27/03/2011 22:22:59

merci de ta réponse,

httpd.conf ce termine par Include "X:/SVR/wamp/alias/*" et inclue donc:

Alias /phpmyadmin "X:/SVR/wamp/apps/phpmyadmin3.3.9/"
<Directory "X:/SVR/wamp/apps/phpmyadmin3.3.9/">
    Options Indexes FollowSymLinks MultiViews
    AllowOverride all
        Order Deny,Allow
    Deny from all
    Allow from 127.0.0.1
</Directory>

Alias /phppgadmin "X:/SVR/wamp/apps/phppgadmin5.0.2/"
<Directory "X:/SVR/wamp/apps/phppgadmin5.0.2/">
    Options Indexes FollowSymLinks MultiViews
    AllowOverride all
        Order Deny,Allow
    Deny from all
    Allow from 127.0.0.1
</Directory>

j'ai fait un copier/coller de l'alias de myAdmin mais
localhost:8080/phpmyadmin    Ok
localhost:8080/phppgadmin    Ko

étrange

#3 phpPgAdmin » inaccessible via localhost (mais ok via 127.0...) » 27/03/2011 19:48:03

yavo
Réponses : 3

bonjours,

déjà le contexte: base WampServer 2.1

Windows( seven x64)
Apache 2.2.17
MySQL 5.5.8
PHP 5.3.5


Ce a quoi j'ai ajouté:

PostgreSQL 9.0.3
phpPgAdmin 5.0.2

L'integration est faite et les liens fonctionnes mais au prix d'un disgracieux bidouillage..
mettre en dur les liens dans la page 'index.php' de wamp (normalement ajouté automatiquement par une boucle php)

La raison (titre du post) est que le bouclage php crée les lien utilisant la variable 'localhost' donnant: localhost:8080/phppgadmin

hors, (et je ne comprend tjr pas pourquoi) cela plante et la page ne semble pas interpréter par php mais comme une page html hmm
cela fonctionne trés bien en utilisant //127.0.0.1:8080/phppgadmin ou //127.0.1.1:8080/phppgadmin (phpPgAdmin) et 'localhost:8080/phpmyadmin (phpMyAdmin)

auriez vous une idée de la cause possible de cette anomalie ?

Pied de page des forums

Propulsé par FluxBB