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
~