[Webapp-config-users] 1st question: path to old phppgadmin borked
Brought to you by:
rl03
From: Simon J. <tan...@li...> - 2007-12-26 18:56:28
|
Ok, hopefully there's an easy answer to this one... Why is the phppgadmin installation borked (I don't use it though, so really just want to remove it). It somehow got installed in: /var/www/localhost/htdocs/phppgadmin (note no trailing htdocs directory) myhost ~ # webapp-config --li /var/www/localhost/htdocs/phppgadmin /var/www/webmail2.mydomain.com/htdocs /var/www/webmail.mydomain.com/htdocs/. /var/www/webmail.mydomain.com/htdocs But when I try to confirm the install with: myhost ~ # webapp-config --si -h phppgadmin or any combination of the path to the install, it just gives me: * Fatal error: No .webapp file in /var/www/localhost/htdocs/phppgadmin/htdocs; unable to continue * Fatal error(s) - aborting A directory listing shows: myhost ~ # ls -al /var/www/localhost/htdocs/phppgadmin/ total 531 drwxr-xr-x 10 root root 1704 Nov 1 2005 . drwxr-xr-x 7 root root 384 Sep 24 18:55 .. -rw------- 1 root root 325 Nov 1 2005 .webapp -rw-r--r-- 1 root root 19103 Nov 1 2005 .webapp-phppgadmin-3.5.4 ... all of the other files are listed... Obviously it is always looking in an htdocs subdirectory, and I don't know how to specify the path to be able to --si, and I don't want to attempt to remove it until I'm certain about how to specify the path. Many tia for your help! Simon |