Apache_2.0.46软件怎么安装
方法/步骤
1
Apache下载:
在百度搜索 Apache下载,进入官网下载地址
多图
2
打开ApacheH***s之后你会发现这里有许多的windows版的Apache版本
这里简单的介绍一下:x86代表32位,x64代表64位。根据自己安装的系统选择
关于vc9与vc11,这里的选择要跟PHP对应才能稳定的运行。(按照PHP官方提供的资源来看,PHP 5.5以后的版本官方只提供了VC11版本的产品程序,PHP5.3/5.4版还有VC9版本的产品程序)
3
注意建立好自己的文件存放方式,方便以后管理
下载完毕后解压,将解压的 Apache24文件夹复制到自己的项目目录里面。你的项目根目录为E:/wamp/Apache24/htdocs即documentRoot的定义。如果想放到其他目录下,需要修改httpd.conf,包括ServerRoot、documentRoot、Directories,scriptAlias。需要改为你的Apache目录的地址。
4
因为这里我们下载的是官方源码包,所以需要把Apache服务安装到我们的计算机上面
开启控制台:win+R 输入cmd
命令行下进入到apache下面的bin目录,输入
httpd -k install 把apache安装成windows后台服务。
5
所有基本的命令都可以在Apache官网上找到,下面是一些常用的命令
6
最后使用ApacheMonitor来管理apache服务器
访问测试是否成功
Centos 下Apache(httpd) 安装过程
其实,网上这块的部署文章非常多 。随便搜索,都有 。
这篇文章,老徐帮大家挑选几个比较重点的过程 命令 。
1. 有些 linux 版本中已经预置了有Apache,并且已经是服务了,所有首先检查系统中是否已经存在httpd的服务
1)先检查 服务器 上是否已经启动了此服务 。
命令如下
ps -ef|grep httpd
2)查看linux系统服务中有没有httpd
chkconfig --list | grep httpd
3)如果有服务存在,那么需要先关闭httpd服务自启动
命令 chkconfig httpd off
4)停止httpd服务
命令 service httpd stop
5)再次查看,是否有进程存在
命令 ps -ef|grep httpd
6)如果有进程存在,关闭进程
命令 kill -9 pid
1)先检查 安装包 的名字
命令 rpm -qa|grep httpd
preCourier New", monospace; font-size: 12px; white-space: pre-wrap; displ***: block; padding: 9.5px; margin: 0px 0px 10px; line-height: 1.38462; color: rgb(51, 51, 51); word-break: break-all; overflow-wrap: break-word; background-color: rgb(245, 245, 245); border: 1px solid rgb(204, 204, 204); border-radius: 4px; font-style: normal; font-variant-ligatures: normal; font-variant-caps: normal; font-weight: 400; letter-spacing: normal; orphans: 2; text-align: start; text-indent: 0px; text-transform: none; widows: 2; word-spacing: 0px; -webkit-text-stroke-width: 0px; text-decoration-thickness: initial; text-decoration-style: initial; text-decoration-color: initial;"[root@istester]~# rpm -qa|grep httpd
httpd-2.2.15-69.el6.centos.x86_64
httpd-tools-2.2.15-69.el6.centos.x86_64/pre
2)根据安装包名字删除包
rpm -e httpd-tools-2.2.15-69.el6.centos.x86_64
rpm -e httpd-2.2.15-69.el6.centos.x86_64
3)删除httpd.conf文件
preCourier New", monospace; font-size: 12px; white-space: pre-wrap; displ***: block; padding: 9.5px; margin: 0px 0px 10px; line-height: 1.38462; color: rgb(51, 51, 51); word-break: break-all; overflow-wrap: break-word; background-color: rgb(245, 245, 245); border: 1px solid rgb(204, 204, 204); border-radius: 4px; font-style: normal; font-variant-ligatures: normal; font-variant-caps: normal; font-weight: 400; letter-spacing: normal; orphans: 2; text-align: start; text-indent: 0px; text-transform: none; widows: 2; word-spacing: 0px; -webkit-text-stroke-width: 0px; text-decoration-thickness: initial; text-decoration-style: initial; text-decoration-color: initial;"#先检查文件在哪
find / -name httpd.conf
rm /xxx/xxx/httpd.conf/pre
3. 准备事项已完成,剩下的就是常规安装了 。
注:我们通过yum的方式,在线安装,非常简单 。
1)检查是否存在httpd包
preCourier New", monospace; font-size: 12px; white-space: pre-wrap; displ***: block; padding: 9.5px; margin: 0px 0px 10px; line-height: 1.38462; color: rgb(51, 51, 51); word-break: break-all; overflow-wrap: break-word; background-color: rgb(245, 245, 245); border: 1px solid rgb(204, 204, 204); border-radius: 4px; font-style: normal; font-variant-ligatures: normal; font-variant-caps: normal; font-weight: 400; letter-spacing: normal; orphans: 2; text-align: start; text-indent: 0px; text-transform: none; widows: 2; word-spacing: 0px; -webkit-text-stroke-width: 0px; text-decoration-thickness: initial; text-decoration-style: initial; text-decoration-color: initial;"[www@istester ~]$ yum list httpd
Loaded plugins: security
base | 3.7 kB 00:00
epel | 4.7 kB 00:00
epel/primary_db | 6.0 MB 00:00
extras | 3.4 kB 00:00
extras/primary_db | 28 kB 00:00
updates | 3.4 kB 00:00
updates/primary_db | 3.2 MB 00:00
Available Packages
httpd.x86_64 2.2.15-69.el6.centos base/pre
2、安装Apache
yum install httpd
preCourier New", monospace; font-size: 12px; white-space: pre-wrap; displ***: block; padding: 9.5px; margin: 0px 0px 10px; line-height: 1.38462; color: rgb(51, 51, 51); word-break: break-all; overflow-wrap: break-word; background-color: rgb(245, 245, 245); border: 1px solid rgb(204, 204, 204); border-radius: 4px; font-style: normal; font-variant-ligatures: normal; font-variant-caps: normal; font-weight: 400; letter-spacing: normal; orphans: 2; text-align: start; text-indent: 0px; text-transform: none; widows: 2; word-spacing: 0px; -webkit-text-stroke-width: 0px; text-decoration-thickness: initial; text-decoration-style: initial; text-decoration-color: initial;"Total 20 MB/s | 932 kB 00:00
Running rpm_check_debug
Running Transaction Test
Transaction Test Succeeded
Running Transaction
Installing : apr-util-ldap-1.3.9-3.el6_0.1.x86_64 1/4
Updating : httpd-tools-2.2.15-69.el6.centos.x86_64 2/4
Installing : httpd-2.2.15-69.el6.centos.x86_64 3/4
Cleanup : httpd-tools-2.2.15-53.el6.centos.x86_64 4/4
Verifying : httpd-tools-2.2.15-69.el6.centos.x86_64 1/4
Verifying : httpd-2.2.15-69.el6.centos.x86_64 2/4
Verifying : apr-util-ldap-1.3.9-3.el6_0.1.x86_64 3/4
Verifying : httpd-tools-2.2.15-53.el6.centos.x86_64 4/4
Installed:
httpd.x86_64 0:2.2.15-69.el6.centos
Dependency Installed:
apr-util-ldap.x86_64 0:1.3.9-3.el6_0.1
Dependency Updated:
httpd-tools.x86_64 0:2.2.15-69.el6.centos
Complete!/pre
安装过程,不用理会,如果看到如上提示,说明安装成功了。
3、设置Apache服务的启动级别
chkconfig --levels 235 httpd on
Apache是一个服务,所以,可以通过设置服务的启动级别来让它启动。
4、启动服务
两种方式,
1)如下 /etc/init.d/httpd start
2)如下
service httpd start
5、查看服务是否正常启动
两种方式,
1)查看服务状态
preCourier New", monospace; font-size: 12px; white-space: pre-wrap; displ***: block; padding: 9.5px; margin: 0px 0px 10px; line-height: 1.38462; color: rgb(51, 51, 51); word-break: break-all; overflow-wrap: break-word; background-color: rgb(245, 245, 245); border: 1px solid rgb(204, 204, 204); border-radius: 4px; font-style: normal; font-variant-ligatures: normal; font-variant-caps: normal; font-weight: 400; letter-spacing: normal; orphans: 2; text-align: start; text-indent: 0px; text-transform: none; widows: 2; word-spacing: 0px; -webkit-text-stroke-width: 0px; text-decoration-thickness: initial; text-decoration-style: initial; text-decoration-color: initial;"[root@istester www]# service httpd status
httpd (pid 10339) is running.../pre
2)查看进程
preCourier New", monospace; font-size: 12px; white-space: pre-wrap; displ***: block; padding: 9.5px; margin: 0px 0px 10px; line-height: 1.38462; color: rgb(51, 51, 51); word-break: break-all; overflow-wrap: break-word; background-color: rgb(245, 245, 245); border: 1px solid rgb(204, 204, 204); border-radius: 4px; font-style: normal; font-variant-ligatures: normal; font-variant-caps: normal; font-weight: 400; letter-spacing: normal; orphans: 2; text-align: start; text-indent: 0px; text-transform: none; widows: 2; word-spacing: 0px; -webkit-text-stroke-width: 0px; text-decoration-thickness: initial; text-decoration-style: initial; text-decoration-color: initial;"[root@istester www]# ps -ef|grep httpd | grep -v grep
root 10339 1 0 23:15 ? 00:00:00 /usr/***in/httpd
apache 10341 10339 0 23:15 ? 00:00:00 /usr/***in/httpd
apache 10342 10339 0 23:15 ? 00:00:00 /usr/***in/httpd
apache 10343 10339 0 23:15 ? 00:00:00 /usr/***in/httpd
apache 10344 10339 0 23:15 ? 00:00:00 /usr/***in/httpd
apache 10345 10339 0 23:15 ? 00:00:00 /usr/***in/httpd
apache 10346 10339 0 23:15 ? 00:00:00 /usr/***in/httpd
apache 10347 10339 0 23:15 ? 00:00:00 /usr/***in/httpd
apache 10348 10339 0 23:15 ? 00:00:00 /usr/***in/httpd/pre
补充,
1)停止服务
service httpd stop
2)重启服务
service httpd restart
6、安装之后的说明:
1)验证是否安装成功
现在打开 地址,看看有没有Apache的默认页面出来了?如果有就对了。
2)安装目录说明
Apache默认将网站的根目录指向 /var/www/html
默认的主配置文件是 /etc/httpd/conf/httpd.conf
配置存储在的/etc/httpd/conf.d/目录
End
文 / IDO老徐
如何在Debian 10上安装Apache并设置虚拟主机
Apache HTTP Server 是目前应用最多的 web server 服务软件之一,Apache提供了许多强大的功能,而且可以通过其他模块进行扩展。Apache HTTP Server是一个开源的跨平台的服务器软件,目前大部分网站都采用Apache作为网站HTTP服务器。
在本教程中,我们将向你介绍如何在Debian 10中安装Apache并配置虚拟主机。
首先你得有一台安装了Debian的服务器,这样便于你在上面进行演练操作。如果你没有可以考虑自己在虚拟机中安装一个Debian 10。当然,我也推荐您购买一台 阿里云VPS 或者 腾讯云VPS 虚拟主机,如果你更喜欢国外服务器,推荐你尝试 Vultr上的VPS ,注册即送$50美元体验,性价比非常高。
当然有主机了,为安全考虑不建议使用root账号,建议创建一个具有 sudo权限的用户 。
同时,你的Debian已经安装了PHP,如果没有安装可以参考「 如何在Debian 10安装PHP 」教程。
Apache的安装包在Debian的默认源中提供了,所以只需要执行安装命令即可安装。执行安装Apache命令之前我们需要先更新一下系统,命令如下:
安装完成后,apache将默认自动运行,我们通过以下命令查看apache服务状态。
输出命令类似如下:
开启防火墙可以加强服务器的安全性,我们通过防火墙只开放需要访问的端口。可以通过防火墙管理软件 ufw 或者 nftables 进行管理。
如果系统没有安装 ufw 或者 nftables ,可以通过如下命令直接安装。
UFW 如果需要开启 (HTTP)80 或者 (HTTPS)443 端口,可以通过执行如下命令开启:
nftables 如果需要开启 (HTTP)80 或者 (HTTPS)443 端口,可以通过执行如下命令开启:
这个更建议使用 UFW 作为防火墙管理软件,相对来说操作更简单。
Apache安装完成后,需要校验一下Apache是否正常工作。校验方法是打开浏览器,在地址栏中输入 ,如果能正常显示类似如下界面,说明Apache安装成功运行正常。
Apache安装完成后,默认的安装配置文件路径如下:
我们在 /var/www 目录中创建一个网站目录,例如 example.com 。默认情况,目录结构如下:
可以通过以下命令创建:
在该目录下我们创建一个 index.php 文件,文件内容如下:
首先,进入 /etc/apache2/sites-available 目录,创建配置文件 example.com.conf 文件,并在其中添加如下内容。
您可以根据需要命名虚拟主机配置文件,但是建议使用域名作为配置文件的名称。
要启用新的虚拟主机文件,请创建一个从虚拟主机文件到启用站点的目录的符号链接,该链接在启动过程中由Apache读取。
在Debian系统中,您可以使用名为 a2ensite 的帮助程序脚本来启用虚拟主机,命令如下:
当然你也可以选择手动创建符号链接,如下所示:
启用配置后,通过键入以下命令测试语法是否正确:
如果一切正常,会输出如下内容:
重启服务,使配置生效,命令如下:
在浏览器地址栏中输入 ,正常情况下你将看到如下输出:
至此,本教程交接完毕。
通过本教程,你将学会如何在Debian 10上安装Apache并设置虚拟主机,如果你有自己的的Debian 10主机不妨按照教程进行安装尝试,如果没有自己的Debian自己建议可以安装一台Debian10虚拟主机或者去 阿里云 或者 腾讯云 或者 Vultr 购买一台自己的VPS服务器。
Win10平台下安装并配置Apache服务器
资源链接:
提取码:5x02
首先确定自己的安装位置,将文件解压到自己的安装位置,解压出来的文件可以重新命名。打开解压后的文件找到Apache24文件夹;Apache24文件夹的路径就是我们的安装路径我的是 G:/AndroidWeb/ApachePackage/Apache/Apache24
无法打开的可以修改后缀为txt修改,改完之后再回来。
1.安装目录不在C盘,比如我是G盘,那么输入 G: 回车
2.进入Apache24文件夹下面的bin目录,我的输入 cd G:/AndroidWeb/ApachePackage/Apache/Apache24/bin
3.安装Apache: httpd.exe -k install -n “localhost”
4.如果出问题需要卸载:(上述问题是我们的修改没有保存,所以说目录不合法) httpd.exe -k uninstall -n "localhost"
5.开启服务: httpd.exe -k start -n "localhost"
6.关闭服务: httpd.exe -k stop -n "localhost"
7.测试是否成功:终端进入进入Apache24文件夹下面的bin目录 cd G:/AndroidWeb/ApachePackage/Apache/Apache24/bin ,开启服务 httpd.exe -k start -n "localhost" ,打开浏览器,地址栏输入 并回车,显示It works!,表明Apache配置成功。
8.对应的进程。
9.快速开启服务,重启,关闭:
apache安装的介绍就聊到这里吧,感谢你花时间阅读本站内容,更多关于apache安装与配置、apache安装的信息别忘了在本站进行查找喔。