138sg双赢系统信用平台源码搭建配置Linux(详细教程)

来源:这里教程网 时间:2026-03-01 18:25:13 作者:

Linux搭建:信用盘程序搭建电报(pk888000)2024双赢win138安装包 安装: # yum -y install build-essential Q654799086 安装:更多依赖包 # yum -y install gcc automake autoconf libtool make 安装:g++ # yum -y install gcc gcc-c++ 安装Nginx cd /usr/local/src wget tar -zxvf nginx-1.16.1.tar.gz cd nginx-1.16.1 groupadd -r nginx useradd -r -g nginx nginx ./configure \ --prefix=/usr/local/nginx \ --http-uwsgi-temp-path=/var/tmp/nginx/uwsgi \ --http-scgi-temp-path=/var/tmp/nginx/scgi \ --with-pcre=/usr/local/src/pcre-8.42 \ --with-zlib=/usr/local/src/zlib-1.2.11 \ --with-openssl=/usr/local/src/openssl-1.1.0k \ [注:当前所在目录一定要是/usr/local/src/nginx-1.16.1 --sbin-path=/usr/local/nginx/sbin/nginx \ --conf-path=/usr/local/nginx/nginx.conf \ --pid-path=/usr/local/nginx/nginx.pid \ --user=nginx \ --group=nginx \ --with-http_ssl_module \ --with-http_flv_module \ --with-http_mp4_module \ --with-http_stub_status_module \ --with-http_gzip_static_module \ --http-client-body-temp-path=/var/tmp/nginx/client/ \ --http-proxy-temp-path=/var/tmp/nginx/proxy/ \ --http-fastcgi-temp-path=/var/tmp/nginx/fcgi/ \ 安装PCRE库 选定源码目录 > ftp下载PCRE库 > 安装PCRE库 ---

相关推荐