时间:2021-05-19
在内网中 暂时需要一台 文件 服务器,所以准备安装一台 http服务器并开启目录访问权限。这次使用 apache 在 fedora 28 机器上:
因为 fedora 28 已经包含 httpd 软件,使用systemctl start httpd 就能进行启动。
启动时 默认开启 目录访问权限,但是首次访问网站根目录的时候,会显示test page.
进入如下文件夹:
[root@dhcp-65-15 conf.d]# pwd/etc/httpd/conf.d[root@dhcp-65-15 conf.d]# cat welcome.conf## This configuration file enables the default "Welcome" page if there# is no default index page present for the root URL. To disable the# Welcome page, comment out all the lines below.## NOTE: if this file is removed, it will be restored on upgrades.#<LocationMatch "^/+$"> Options -Indexes ErrorDocument 403 /.noindex.html</LocationMatch><Directory /usr/share/httpd/noindex> AllowOverride None Require all granted</Directory>进行注释上述文件:
[root@dhcp-65-15 conf.d]# cat welcome.conf## This configuration file enables the default "Welcome" page if there# is no default index page present for the root URL. To disable the# Welcome page, comment out all the lines below.## NOTE: if this file is removed, it will be restored on upgrades.##<LocationMatch "^/+$"># Options -Indexes# ErrorDocument 403 /.noindex.html#</LocationMatch>#<Directory /usr/share/httpd/noindex># AllowOverride None# Require all granted#</Directory>#Alias /.noindex.html /usr/share/httpd/noindex/index.htmlhttpd 文件配置如下所示:
<Directory "/var/www/html"> # # Possible values for the Options directive are "None", "All", # or any combination of: # Indexes Includes FollowSymLinks SymLinksifOwnerMatch ExecCGI MultiViews # # Note that "MultiViews" must be named *explicitly* --- "Options All" # doesn't give it to you. # # The Options directive is both complicated and important. Please see # http://httpd.apache.org/docs/2.4/mod/core.html#options # for more information. # Options indexes FollowSymLinks # # AllowOverride controls what directives may be placed in .htaccess files. # It can be "All", "None", or any combination of the keywords: # Options FileInfo AuthConfig Limit # AllowOverride None # # Controls who can get stuff from this server. # Require all granted</Directory>Options indexes FollowSymLinks
这个配置表明为 开启目录权限
结束后,你会看到如下所示画面:
总结
以上所述是小编给大家介绍的fedora 开启 apache 并 开启目录浏览模式,希望对大家有所帮助,如果大家有任何疑问请给我留言,小编会及时回复大家的。在此也非常感谢大家对网站的支持!
声明:本页内容来源网络,仅供用户参考;我单位不保证亦不表示资料全面及准确无误,也不保证亦不表示这些资料为最新信息,如因任何原因,本网内容或者用户因倚赖本网内容造成任何损失或损害,我单位将不会负任何法律责任。如涉及版权问题,请提交至online#300.cn邮箱联系删除。
百度浏览器开启无图模式的方法如下: 1、首先手机下载并安装手机百度浏览器,打开手机找到浏览器; 2、点击右下角的,我的; 3、点击开启无图模式; 4、弹
第一步:开启apache重写模块重启apacheLoadModulerewrite_modulemodules/mod_rewrite.so第二步:在项目根目录
苹果MacSafari浏览器怎么开启无痕浏览模式?无痕浏览模式在很多浏览器中都有这一功能,Mac自带的Safari浏览器也拥有这个功能,在公用电脑上开启无痕浏览
UC浏览器开启智能无图教程。在手机上很多浏览器上都会有无图模式的功能,最近很多小伙伴问我在UC浏览器上怎么开启无图模式呢?今天小编就带来UC浏览器开启智能无图教
(1)开启Apache(因为mac自带了Apache,所以只需要开启即可)——在终端输入,提示输入密码即可。sudoapachectl-