亚洲激情专区-91九色丨porny丨老师-久久久久久久女国产乱让韩-国产精品午夜小视频观看

溫馨提示×

溫馨提示×

您好,登錄后才能下訂單哦!

密碼登錄×
登錄注冊×
其他方式登錄
點擊 登錄注冊 即表示同意《億速云用戶服務條款》

fedora如何開啟apache并開啟目錄瀏覽模式

發布時間:2021-08-21 11:43:52 來源:億速云 閱讀:159 作者:小新 欄目:服務器

這篇文章主要為大家展示了“fedora如何開啟apache并開啟目錄瀏覽模式”,內容簡而易懂,條理清晰,希望能夠幫助大家解決疑惑,下面讓小編帶領大家一起研究并學習一下“fedora如何開啟apache并開啟目錄瀏覽模式”這篇文章吧。

在內網中 暫時需要一臺 文件 服務器,所以準備安裝一臺 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.html

httpd 文件配置如下所示:

<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并開啟目錄瀏覽模式

以上是“fedora如何開啟apache并開啟目錄瀏覽模式”這篇文章的所有內容,感謝各位的閱讀!相信大家都有了一定的了解,希望分享的內容對大家有所幫助,如果還想學習更多知識,歡迎關注億速云行業資訊頻道!

向AI問一下細節

免責聲明:本站發布的內容(圖片、視頻和文字)以原創、轉載和分享為主,文章觀點不代表本網站立場,如果涉及侵權請聯系站長郵箱:is@yisu.com進行舉報,并提供相關證據,一經查實,將立刻刪除涉嫌侵權內容。

AI

马公市| 晴隆县| 新疆| 赣榆县| 夹江县| 临泉县| 喀什市| 酒泉市| 盐池县| 南川市| 桐庐县| 伊宁县| 封开县| 南安市| 若羌县| 福建省| 图片| 宜都市| 阿克苏市| 浪卡子县| 贵港市| 梨树县| 芜湖市| 堆龙德庆县| 江陵县| 兴业县| 得荣县| 阜康市| 留坝县| 客服| 定兴县| 延庆县| 棋牌| 太白县| 贺州市| 临沭县| 五原县| 静安区| 南木林县| 京山县| 逊克县|