哪里是我的httpd.conf文件位于阿帕奇

编程入门 行业动态 更新时间:2024-10-27 14:27:17
本文介绍了哪里是我的httpd.conf文件位于阿帕奇的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧! 问题描述

我是新来的Apache,我想问问,哪里是我的httpd.conf文件在什么位置?我从运行在Amazon EC2服务器(弹性计算云),我找不到我的Apache的配置。是否有人可以告诉我,它位于何处?谢谢!

I am new to Apache and I wanted to ask, where is my httpd.conf file located? I am running a server from the amazon ec2 (elastic compute cloud) and I can't find my apache config. Can someone please tell me where it is located? Thanks!

推荐答案

获取运行Apache的路径

Get the path of running Apache

$ ps -ef | grep apache apache 12846 14590 0 Oct20 ? 00:00:00 /usr/sbin/apache2

追加 -V 参数的路径

$ /usr/sbin/apache2 -V | grep SERVER_CONFIG_FILE -D SERVER_CONFIG_FILE="/etc/apache2/apache2.conf"

参考: commanigy/blog/2011/6/8/finding-apache-configuration-file-httpd-conf-location

Reference: commanigy/blog/2011/6/8/finding-apache-configuration-file-httpd-conf-location

更多推荐

哪里是我的httpd.conf文件位于阿帕奇

本文发布于:2023-07-16 04:00:19,感谢您对本站的认可!
本文链接:https://www.elefans.com/category/jswz/34/1117631.html
版权声明:本站内容均来自互联网,仅供演示用,请勿用于商业和其他非法用途。如果侵犯了您的权益请与我们联系,我们将在24小时内删除。
本文标签:阿帕奇   文件   httpd   conf

发布评论

评论列表 (有 0 条评论)
草根站长

>www.elefans.com

编程频道|电子爱好者 - 技术资讯及电子产品介绍!