Re: [Webapp-config-users] 3rd question... --si shows two directories for one install?
Brought to you by:
rl03
From: Simon J. <tan...@li...> - 2007-12-26 19:20:46
|
On 12/26/2007, Simon Jester (tan...@li...) wrote: > 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 > > Now... why the two entries for webmail.mydomain.com (one with a > trailing > '/.', and one without it)? This is where the current/active > squirrelmail > (1.4.6-r2) resides, so I don't want to mess it up. > > Webbapp-config reports the same thing for both these two entries: > > moria ~ # webapp-config --si -h webmail.mydomain.com > squirrelmail 1.4.6-r3 > > and > > moria ~ # webapp-config --si -h webmail.mydomain.com/. > squirrelmail 1.4.6-r3 Forgot to include a directory listing: myhost ~ # ls -al /var/www/webmail.mydomain.com/htdocs/ total 213 drwxr-xr-x 16 apache apache 688 Aug 10 2006 . drwxr-xr-x 3 root root 72 Aug 10 2006 .. -rw------- 1 apache apache 334 Aug 10 2006 .webapp -rw------- 1 apache apache 135720 Aug 10 2006 .webapp-squirrelmail-1.4.6-r3 -rw-r--r-- 1 apache apache 15129 Aug 10 2006 COPYING.locales -rw-r--r-- 1 apache apache 8258 Aug 10 2006 ChangeLog.locales -rw-r--r-- 1 apache apache 2560 Aug 10 2006 ReleaseNotes.locales drwxr-xr-x 5 apache apache 216 Aug 10 2006 class drwxr-xr-x 2 apache apache 208 Aug 6 10:43 config -rwxr-xr-x 1 apache apache 102 Aug 10 2006 configure drwxr-xr-x 3 apache apache 248 Aug 10 2006 contrib drwxrwxr-x 65 apache apache 17936 Dec 21 15:34 data drwxr-xr-x 4 apache apache 456 Aug 10 2006 doc drwxr-xr-x 4 apache apache 1160 Aug 10 2006 functions drwxr-xr-x 29 apache apache 728 Aug 10 2006 help drwxr-xr-x 2 apache apache 1696 Aug 10 2006 images drwxr-xr-x 3 apache apache 168 Aug 10 2006 include -rw-rw-r-- 1 apache apache 684 Aug 10 2006 index.php -rwxr-xr-x 1 apache apache 221 Aug 10 2006 install drwxr-xr-x 46 apache apache 1200 Aug 10 2006 locale drwxr-xr-x 26 apache apache 856 Aug 10 2006 plugins drwxr-xr-x 2 apache apache 272 Aug 10 2006 po drwxr-xr-x 2 apache apache 1408 Aug 10 2006 src drwxr-xr-x 3 apache apache 1760 Aug 10 2006 themes -rw-r--r-- 1 apache apache 43 Aug 10 2006 version myhost ~ # |