以下是网站 huanhuanba.cn 在 2018-11 的历史页面存档,小提示:CTRL+U 查看源码
本站和 huanhuanba.cn 的作者无关,不对其内容负责。本历史页面谨为网络历史索引,不代表被查询网站的即时页面。 *号[x]表示已屏蔽显示的敏感字。
原网页标题:LAMP stack installation scripts by Teddysun
Congratulations. LAMP is installed successfully!
LAMP stack installation scripts

Check environment: PHP Probe phpinfo phpMyAdmin 中文

LAMP Usage:

  • lamp [add | del | list]: Create, Delete, List virtual website
  • LAMP Upgrade:

  • Execute script: ./upgrade.sh
  • LAMP Uninstall:

  • Execute script: ./uninstall.sh
  • Default Location:

  • Apache:/usr/local/apache
  • PHP:/usr/local/php
  • MySQL:/usr/local/mysql
  • MariaDB:/usr/local/mariadb
  • Percona:/usr/local/percona
  • Web root default location:/data/www/default
  • Process Management:

  • Apache:/etc/init.d/httpd (start|stop|restart|status)
  • MySQL:/etc/init.d/mysqld (start|stop|restart|status)
  • MariaDB:/etc/init.d/mysqld (start|stop|restart|status)
  • Percona:/etc/init.d/mysqld (start|stop|restart|status)
  • Memcached:/etc/init.d/memcached (start|stop|restart)
  • Redis-server:/etc/init.d/redis-server (start|stop|restart)
  • More details:

  • Github project
  • LAMP QA(Chinese)

  • LAMP stack installation scripts by Teddysun