公告版位

Selected Category: openSUSE (3)

View Mode: Post List Post Summary

http://ftp.cs.pu.edu.tw/Linux/OpenSuse/update/12.1/

http://gnupg.cdpa.nsysu.edu.tw/Linux/OpenSuSE/update/12.1/


Posted by Arrack at 痞客邦 PIXNET 留言(0) 引用(0) 人氣()

重啟
rcapache2 restart

#網頁目錄
cd /srv/www
#apache 設定檔
cd /etc/apache2/conf.d
#系統目錄
cd /etc/sysconfig/

PHP.ini
/etc/php5/apache2/php.ini

Posted by Arrack at 痞客邦 PIXNET 留言(0) 引用(0) 人氣()

安裝後的網址 http://localhost/cgi-bin/openwebmail/openwebmail.pl

1.
yast2 -i postfix perl perl-Compress-Zlib perl-Text-Iconv
perl -MCPAN -e 'install HTML::Template' 
perl -MCPAN -e 'install Unix::SetUser' 

2. 配合apache安裝openwebmail 網頁

cd /srv/www/
wget http://openwebmail.org/openwebmail/download/current/openwebmail-current.tar.gz
tar zxvf openwebmail-current.tar.gz 
rm openwebmail-current.tar.gz 

Posted by Arrack at 痞客邦 PIXNET 留言(0) 引用(0) 人氣()