Stella981 Stella981
3年前
Linux(CenterOS)OpenSSL升级
相关软件下载地址Apache:http://httpd.apache(https://www.oschina.net/action/GoToLink?urlhttp%3A%2F%2Fwww.111cn.net%2Flist121%2F).org/Nginx:http://nginx(https://www.oschina.net/ac
Stella981 Stella981
3年前
Apache设置反向代理转发端口
场景:这个是将8080端口转发到80端口,使用场景如:1.给Django服务设置域名或者IP访问;2.给node服务设置域名或者IP访问。具体文档参考:http://httpd.apache.org/docs/2.0/mod/mod\_proxy.html(https://www.oschina.net/action/GoToLin
Stella981 Stella981
3年前
CentOS7编译安装LAMP(CentOS7、httpd
安装环境说明:(软件下载地址在文末附录)1.Linux:CentOSLinuxrelease7.4.1708(Core)(最小化安装)2.Apache:httpd2.4.33.tar.bz23.MariaDB:mariadb10.2.14linuxx86\_64.tar.gz4.PHP
Stella981 Stella981
3年前
Apache服务器的配置——httpd.conf
1、配置根目录DocumentRoot"C:/www/apache2/htdocs"2、配置访问的路径 ServerName127.0.0.13、加载PHP54的模块LoadModulephp5\_module"c:/www/php54/php5apache2\_2.dll"4、设置解析php文件等 AddTypeap
Wesley13 Wesley13
3年前
1.2 Apache编译安装
一、下载cd/usr/local/src/wgethttp://mirrors.sohu.com/apache/httpd2.2.31.tar.bz2(https://www.oschina.net/action/GoToLink?urlhttp%3A%2F%2Fmirrors.sohu.com%2Fapache%2Fhttpd2.
Stella981 Stella981
3年前
CentOS6.x下yum安装svnmanager管理httpd代理的svn仓库
关于yum的镜像配置省略,使用国内镜像能显著加快安装。不同于编译安装,预编译的包能节省大量时间。svnmanager运行需要mysql的数据库,这里省略。安装软件安装svn$yuminstallsubversion安装httpd$yuminstallhttpd安装s
Stella981 Stella981
3年前
CentOS6编译安装LAMP(CentOS6、httpd
安装环境说明:(软件下载地址在文末附录)1.Linux:CentOSrelease6.9(最小化安装)2.Apache:httpd2.4.33.tar.bz23.MariaDB:mariadb10.2.14linuxx86\_64.tar.gz4.PHP:php7.1.17.tar
Easter79 Easter79
3年前
Tomcat,apache负载均衡
tomcat负载均衡配置:1:安装apache和tomcat2:修改apache下的http.conf,修改监听端口:Listen8080把mod\_jk1.2.28httpd2.2.3.so拷贝到apache下的modules目录下.在http.conf加入:LoadModulejk\_modulemodules/mod\_
Stella981 Stella981
3年前
PHP+Apache+MySQL 在配置环境时遇到的问题
每次坏境都不是自己动手搭建的今天自己来...遇到了那么多问题也是好事...软件版本php5.2.17Apache2.2.22MySQL5.1.56操作系统WIN7旗舰X64 start....step1Apache安装1,运行 httpd2.2.22win32x86openss
Stella981 Stella981
3年前
Apache2.4开启虚拟机配置及伪静态规则
  学习记录,配置Apache2.4版本支持虚拟机并启用伪静态规则。    1、开启虚拟机     先编辑Apache的conf目录下的httpd.conf文件。      去除LoadModulerewrite\_modulemodules/mod\_rewrite.so的注释,开启mod\_rewrite.so模块支持