当前位置:网站首页>Apache服务器的配置[通俗易懂]
Apache服务器的配置[通俗易懂]
2022-08-04 19:56:00 【全栈程序员站长】
大家好,又见面了,我是你们的朋友全栈君。
修改Apache服务器的配置文件
Apache配置文件路径 : /etc/httpd/conf.d
映射域名配置文件: vim /etc/httpd/conf.d/vhosts.conf
<Virtualhost *:80>
ServerName www.ahzy.top
DocumentRoot /var/www/html
</Virtualhost>
其中:
ServerName 为域名 DocumentRoot 为html主页的路径
Apache 操作命令行
- 启动apahce的命令:
/usr/local/apache2/bin/apachectl start apache
- 停止apache的命令:
/usr/local/apache2/bin/apachectl stop
- 重启apache的命令:
/usr/local/apache2/bin/apachectl restart
要在重启 Apache 服务器时不中断当前的连接,则应运行:
/usr/local/sbin/apachectl graceful
如果当前用户的apache已经安装为linux的服务的话,可以使用以下命令进行以上操作。
- 启动apache
service httpd start
- 停止服务apache
service httpd stop
- 重新启动apache
service httpd restart
发布者:全栈程序员栈长,转载请注明出处:https://javaforall.cn/106428.html原文链接:https://javaforall.cn
边栏推荐
- 【ASP.NET Core】 中间件
- getBoundingClientRect
- 使用 Allatori 进行 Jar 包混淆
- In July 2022, domestic database memorabilia
- 奥拉时钟芯片生成配置文件脚本
- 刷题-洛谷-P1304 哥德巴赫猜想
- 取证程序分类
- How to manually download and install SAP Fiori tools - Extension Pack for Visual Studio Code
- 华为企业组网实例:VRRP+MSTP典型组网配置
- Jmeter - Heap配置原因报错Invalid initial heap size: -Xms1024m -Xmx2048mError
猜你喜欢
PG网络传输安全SSL介绍及使用示例
Jmeter - Heap配置原因报错Invalid initial heap size: -Xms1024m -Xmx2048mError
Quantitative trading robot system development
【Attention 演变史】RNN的产生、架构、推广、问题(第一弹)
Go study notes (Part 1) Configuring the Go development environment
The list of Kubernetes - watch mechanism
WIN10系统如何开启终端
ASP.NET商贸进销存管理系统源码(带数据库文档)源码免费分享
小软件大作用 | 如何省时省力进行Gerber图层快速对比?
多用户同时远程登录连接到一台服务器
随机推荐
zynq records
Embrace the Cmake child is simple and practical, but inflexible
PriorityQueue类的使用及底层原理
Chrome 开发者工具 performance 标签页的用法
使用 Allatori 进行 Jar 包混淆
微信小程序云开发 | 赠、删、改城市名称信息的应用实现
蚂蚁集团时序数据库CeresDB正式开源
IIC驱动OLED
vehemently condemn
If it is test axi dma catch a few words here
二叉树的前序遍历
Go学习笔记(篇一)配置Go开发环境
搭建MyCat2双主双从的MySQL读写分离
笔记本WIFI无法上网(无Internet访问权限)
PostgreSQL的 SPI_接口函数
用“绿色计算“技术推动算力可持续发展
Differences in the working mechanism between SAP E-commerce Cloud Accelerator and Spartacus UI
[Awards for Essays] Autumn recruitment special training to create your exclusive product experience
QCustomPlot 坐标轴间隔显示刻度标签
阿里的arthas使用,入门报错:Unable to attach to 32-bit process running under WOW64