安裝參考文件 https://www.howtoforge.com/using-roundcube-webmail-with-ispconfig-3-on-debian-wheezy-apache2
Roundcube 參數修改原文為 vi /etc/apache2/conf.d/roundcube
i應為 vi /etc/apache2/conf-available/roundcube.conf
要先安裝 apt-get install git 不然就沒辦法安裝 外掛套件
PHP open_basedir資料夾權限修改
;/mnt/storage/clouddata
PHP.INI 覆寫參數
default_charset = "UTF-8"
upload_max_filesize=2048M
post_max_size=2048M
memory_limit=512M
網站PHP 執行方式
PHP >> PHP-FPM
建立SSL證書
參考文章
http://cloudsurvivalguide.com/owncloud-ubuntu-ispconfig/
本次版本修定主要支援了 ubuntu 14.04 LTS
還有幾個重要的新增功能.
http://www.ispconfig.org/blog/1/entry-128-ispconfig-3054-final-released/
在上傳圖片檔案出現 500 Internal Server Error 這個惱人的錯誤訊息!!
試了很多方法,改權限,改執行方法都沒效
找到一篇 http://www.evilbox.ro/linux/ispconfig-internal-server-error-500/ 原來是在上傳的時候因為沒限制長度所以程式不知道要怎麼辦,所以就當機了
To resolve this edit :
etc/apache2/mods-available/fcgid.conf
and add or edit the line “MaxRequestLen 15728640″ to set the Request Limit to 15MB. The resulting file should contain these settings:
AddHandler fcgid-script .fcgi
FcgidConnectTimeout 20
MaxRequestLen 15728640Save the changes and restart apache:
/etc/init.d/apache2 restart
由於在 http://www.howtoforge.com/perfect-server-ubuntu-12.04-lts-apache2-bind-dovecot-ispconfig-3 這篇當中使用的網頁郵件系統是SquirrelMail,可是這個系統在處理中文的部份有BUG所以改換功能更強大,畫面更優的另一套網頁郵件系統。
Roundcube Webmail
這個安裝參考了
http://kurdak.eu/2012/11/instalacja-roundcube-0-8-4-na-debianie-z-ispconfig-3/
http://www.howtoforge.com/how-to-install-roundcube-0.7-for-ispconfig-3-on-debian-squeeze
這兩篇得來的...主要是上篇 不過他是波蘭文...還是看指令一步一步操作當然是沒有問題的。