标题:[实践OK]整合freeBSD下nginx+php+mysql安装方案(ports安装) 出处:向东博客 专注WEB应用 构架之美 --- 构架之美,在于尽态极妍 | 应用之美,在于药到病除 时间:Wed, 27 Jan 2016 11:19:28 +0000 作者:jackxiang 地址:http://jackxiang.com/post/8462/ 内容: 安装Nginx: wget --no-check-certificate http://ftp.exim.llorien.org/pcre/pcre-8.39.tar.bz2 wget --no-check-certificate http://nginx.org/download/nginx-1.11.6.tar.gz tar xf pcre-8.39.tar.bz2 tar xf nginx-1.11.6.tar.gz cd nginx-1.11.6/ vi auto/lib/openssl/conf # 将下面的内容修改 CORE_INCS="$CORE_INCS $OPENSSL/.openssl/include" CORE_DEPS="$CORE_DEPS $OPENSSL/.openssl/include/openssl/ssl.h" CORE_LIBS="$CORE_LIBS $OPENSSL/.openssl/lib/libssl.a" CORE_LIBS="$CORE_LIBS $OPENSSL/.openssl/lib/libcrypto.a" CORE_LIBS="$CORE_LIBS $NGX_LIBDL" # 为 CORE_INCS="$CORE_INCS $OPENSSL/include" CORE_DEPS="$CORE_DEPS $OPENSSL/ssl.h" CORE_LIBS="$CORE_LIBS /usr/local/lib/libssl.a" CORE_LIBS="$CORE_LIBS /usr/local/lib/libcrypto.a" CORE_LIBS="$CORE_LIBS $NGX_LIBDL" pkg install google-perftools ./configure --prefix=/usr/local/nginx --user=www --group=www --with-http_gzip_static_module --with-http_v2_module --with-http_realip_module --with-google_perftools_module --with-http_stub_status_module --with-http_sub_module --with-http_flv_module --with-http_ssl_module --with-openssl=/usr/local/include/openssl --with-pcre=../pcre-8.39 --with-pcre-jit gmake -j `sysctl hw.ncpu | wc -w` gmake install -j `sysctl hw.ncpu | wc -w` =========================From:https://my.oschina.net/ericliu77/blog/801539================================= php5.6.17是最后一个php5版本,后来就到php7了。 FreeBSD 10系统编译安装Nginx, PHP, MariaDB环境 可惜的是 FreeBSD 10 用 Clang 替代 gcc 为默认编译器,这让用惯了 gcc 的同学们很不爽: http://www.php1.cn/article/62718.html 整合freeBSD下nginx+php+mysql安装方案(ports安装): http://blog.csdn.net/shaobingj126/article/details/5620702 freebsd+nginx+php+mysql+zend+phpmyadmin+系统优化+防止ddos +傻瓜式ports安装法: http://blog.163.com/023_dns/blog/static/11872736620091029306126/ http://blog.163.com/dyc_888@126/blog/static/100443351201021910057781/ FreeBSD下NGINX 1.8+PHP5.6 +PERL 5.20 +Mysql 5.6+FTP 环境搭建与优化: http://www.douban.com/note/524153021/ 在FreeBSD上配置Apache+SSL: http://wenku.baidu.com/link?url=Wp51oiSGtk7yQF2x_fqI7g9vDWylT218Rs2q2rRWs-WJJwSbyMepcmclmuKCu9QZ4UVkiXCAkemZfj4CIQNT7OU9L3uvEuQgeNngeqfJ78e This post will describe how to install and configure Apache, MySQL, PHP and phpMyAdmin on FreeBSD for basic local web development: https://www.iceflatline.com/2011/11/how-to-install-apache-mysql-php-and-phpmyadmin-on-freebsd/ FreeBSD下Nginx配置ssl-自建CA给网站签发SSL证书 [原创]: http://www.92csz.com/42/494.html FreeBSD下防火墙设置: http://blog.163.com/caizhongyi@126/blog/static/3391683920102594249139/ X3.2针对PHP7的兼容版本-测试ing: https://github.com/branchzero/discuz-x32-php7/releases FreeBSD+Rsync文件同步 : http://blog.chinaunix.net/uid-20496698-id-1664047.html http://blog.chinaunix.net/uid-20496698-id-1664047.html How to Install Official PHP 7 release on FreeBSD 10.2: http://rasyid.net/2015/12/05/install-official-php-7-release-on-freebsd-10-2/ http://rasyid.net/2015/01/23/how-to-install-phpng-aka-php7-on-freebsd-10/ 内容管理框架 ThinkCMFX 2.0.0 发布,支持 PHP7: http://www.oschina.net/news/68813/thinkcmfx-2-0-0 http://demo.thinkcmf.com/ Generated by Jackxiang's Bo-blog 2.1.1 Release