XAMPP on CentOS

Tony 提交于
内容

XAMPP是一个Apache+PHP+ProFTP+MySQL的WEB服务环境包。

在单台128VPS上我使用XAMPP来提供http+php+ftp+mysql(或者BuyVM上的MySQL以节约内存)服务。

以下是安装和配置的方法:

  1. 系统选择:CentOS 6.0 32bit (minimal)
  2. 更新所有系统组件:
    • yum -y update && yum upgrade
  3. 下载并解压XAMPP:
    • wget http://www.apachefriends.org/download.php?xampp-linux-1.8.1.tar.gz && tar xvfz xampp-linux-1.8.1.tar.gz -C /opt
  4. 启动XAMPP:
    • /opt/lampp/lampp start
  5. 设置XAMPP安全信息(例如FTP的密码):
    • /opt/lampp/lampp security
  6. 把XAMPP作为系统服务启动
    • vi /etc/rc.local
    • 然后在最后面加入代码:
    • /opt/lampp/lampp start > /dev/null 2>&1 &
  7. 完成。

虚拟主机的设置需要手动修改/ops/lampp/extra/xampp-vhosts.conf,修改好后重启xampp:

    • /opt/lampp/lampp stop > /dev/null 2>&1 && /opt/lampp/lampp start > /dev/null 2>&1

 

XAMPP常见FAQ http://www.apachefriends.org/en/faq-xampp-linux.html#start

文章标签

添加新评论

此字段内容将保密,不会被其他人看见。

Filtered HTML

  • 网页和电子邮件地址自动转换为链接。
  • 允许的HTML标签:<a href hreflang> <em> <strong> <cite> <blockquote cite> <code> <ul type> <ol start type> <li> <dl> <dt> <dd> <drupal-entity data-*>
  • 自动断行和分段。
有时候,快乐的经历留在心里就行了,不要留下证据,但我想可以和你一起快乐。

📚 页面/专题/手册

🏷️ 标签云

猜你喜欢