Einzelnen Beitrag anzeigen
Alt 25.10.2004, 16:35   #16
käptn
Inventar
 
Registriert seit: 04.11.2001
Alter: 45
Beiträge: 2.150


Standard

Code:
s1-iw:~$ apt-file list phppgadmin | grep index
phppgadmin: usr/share/phppgadmin/index.php
phppgadmin: usr/share/phppgadmin/indexes.js
phppgadmin: usr/share/phppgadmin/indexes.php
Nicht vergessen zu konfigurieren:
Code:
s1-iw:~$ apt-file list phppgadmin | grep conf
phppgadmin: etc/phppgadmin/apache.conf
phppgadmin: etc/phppgadmin/config.inc.php
phppgadmin: usr/share/phppgadmin/conf/config.inc.php

In die httpd.conf (oder bei debian möglicherweise besser /etc/apache2/conf.d/phppgadmin) gehört soetwas ähnliches wie - siehe auch vorige Dateien, da is' eine apache Beispiel-Config dabei:

Code:
Alias /phppgadmin /usr/share/phppgadmin
<Directory /usr/share/phppgadmin>
  Order deny,allow
  Deny from All
  Allow from my.domain
</Directory>
Vielleicht auch die README lese, ist bei Debian of sehr nützlich, wegen Konfiguration, wo die Dateien rumliegen etc...:
Code:
s1-iw:~$ apt-file list phppgadmin | grep -i readme
phppgadmin: usr/share/doc/phppgadmin/README.Debian
phppgadmin: usr/share/phppgadmin/lang/recoded/README
http://server/phppgadmin



~
____________________________________
LOL - Mein erstes Post im Programmier Forum

MACINTOSH - Most Applications Crash, If Not The Operating System Hangs
käptn ist offline   Mit Zitat antworten