用户登录
用户注册

分享至

apache flink安装

  • 作者: 晗風袭来
  • 来源: 51数据库
  • 2020-09-23
apache/httpd安装

下载地址:http://httpd.apache.org/

1.安装httpd:

# tar zxvf httpd-2.4.10.tar.gz

# cd httpd-2.2.11

# ./configure --prefix=/usr/local/apache --enable-so

//编译时加上加载模块参数--enable-so

# make

# make install

可能回缺失的包:

2. 安装apr

wget http://mirrors.cnnic.cn/apache//apr/apr-1.5.1.tar.gz

#
cd srclib/apr
#
./configure --prefix=/usr/local/apr
#
make
#
make install

3.安装apr-util

wget http://mirrors.cnnic.cn/apache//apr/apr-util-1.5.4.tar.gz

4.配置

更新配置:

vi
/usr/local/apache/conf/httpd.conf

5.启动

/usr/local/apache/bin/apachectl
start

6.访问:

http://192.168.2.137:8081/



  你用的是windows系统吧,下载错文件了。。。貌似官网上没有支持windows环境的了,你去其他网站下载一个吧,,如果你是一个初学者,可以尝试集成开发环境
软件
前端设计
程序设计
Java相关