共计 1463 个字符,预计需要花费 4 分钟才能阅读完成。
关于 Froxlor
Froxlor 是一款服务器管理面板用于管理多用户服务器。可以被用来管理域名服务、电子邮件帐户或 Web 服务器等,这是一款除 cPanel 或 webmin 以外的一个很好的选择。
功能:
- Enable customers to store ssl certificates per domain and determine which port should use ssl.
- You can choose which IP address and which port should be used per domain.
- Comes with an added layer of customer management, allow customers to create support tickets and enable them to reply within froxlor with online/offline indicator.
- Comes with customizable themes, you can create your own themes.
- Save diffrent php configuration and choose which php.ini should be used.
- All http, mail and ftp traffic logs are stored and could be monitored with via interactive graphs.
- Users can upload or download theirs files directory via browser with the help of web-ftp.
安装 Froxlor
本安装教程安装系统环境为 Ubuntu 15.04。你必须安装如 MySQL、Apache、或 Python 包等所有先决条件。
添加 froxlor 库、更新及安装命令:
sudo add-apt-repository “deb http://debian.froxlor.org wheezy main”
sudo apt-get update
sudo apt-key adv –keyserver pool.sks-keyservers.net –recv-key FD88018B6F2D5390D051343FF6B4A8704F9E9BBC
sudo apt-get install froxlor php5-curl
在安装过程中,你会被要求输入一些细节。首先,提供了 MySQL 的密码:
如下界面输入 yes 并回车:
选择 Internet Site(默认),回车:
设置 mail 名:
保持 ProFTPD 的默认选项,默认情况下。
重启 apache 服务:sudo /etc/init.d/apache2 restart
打开浏览器并输入:http://IP 地址 /froxlor
重要提示:到了这一步,出现 Web 服务器的 404 错误,我只需要移动 froxlor 目录,froxlor 包默认安装在 /var/WWW 移动到 /var/www/html,然后打开浏览器继续,点击安装按钮。
验证所有要求是否满足与否然后点击继续。
提供所需的 Mysql,FQDN,管理等凭证,点击下一步。
确保所有的服务都是功能性的,点击下一步。
登录的用户名是:admin,密码安装时指定由你。
仪表板将类似于下面。
OK,安装完毕,现在你可以看看里面的具体功能了。
更多 Ubuntu 相关信息见 Ubuntu 专题页面 http://www.linuxidc.com/topicnews.aspx?tid=2
本文永久更新链接地址 :http://www.linuxidc.com/Linux/2015-10/124052.htm