E-COM-NET
首页
在线工具
Layui镜像站
SUI文档
联系我们
推荐频道
Java
PHP
C++
C
C#
Python
Ruby
go语言
Scala
Servlet
Vue
MySQL
NoSQL
Redis
CSS
Oracle
SQL Server
DB2
HBase
Http
HTML5
Spring
Ajax
Jquery
JavaScript
Json
XML
NodeJs
mybatis
Hibernate
算法
设计模式
shell
数据结构
大数据
JS
消息中间件
正则表达式
Tomcat
SQL
Nginx
Shiro
Maven
Linux
autoindex
服务器---nginx/apache 目录浏览功能
1、如需此功能,打开nginx.conf文件,在locationserver或http段中加入
autoindex
on;2、另外两个参数(显示文件大小和时间)最好也加上去:
autoindex
_exact_sizeoff
hellolovelife
·
2018-07-12 15:01
10
nginx 搭建文件服务器
配置server{listen8090;server_name_;#indexindex.htmlindex.htm;root/Users/lican/github/dist;location/{
autoindex
on
candyleer
·
2018-06-02 00:39
nginx 搭建文件服务器
配置server{listen8090;server_name_;#indexindex.htmlindex.htm;root/Users/lican/github/dist;location/{
autoindex
on
candyleer
·
2018-06-02 00:39
Nginx添加ngx-fancyindex模块的方法
为了安全起见,Nginx默认是不允许列出整个目录的,即当访问一个不包含首页的目录时会返回403错误,当我们需要将服务器某一目录列出索引以便下载,我们可以使用
autoindex
来实现,但是
autoindex
Alliot
·
2018-06-01 09:08
Nginx启用目录浏览功能
haitianisgood原博客网址:https://blog.csdn.net/haitianisgood/article/details/80453541开启目录浏览功能主要参数root/data/image/;
autoindex
on
HaiTian-Jackie
·
2018-05-25 16:27
Nginx
Nginx开启目录浏览功能
,是禁止目录浏览功能的如果开启目录浏览功能,请进行以下操作:vi/usr/local/nginx/conf/nginx.conf#编辑nginx配置文件nginx.conf在http下方加入一下内容:
autoindex
on
歪脖子先生
·
2018-05-17 17:11
Linux
mongodb学习心得(三)集合
false
autoIndex
Idboolean如
偶像来了
·
2018-04-13 16:54
mongodb
自建Yum源并与科大开源镜像站进行同步
80; server_name yum.gogen.cn; location / { root /usr/share/nginx/yum;
autoindex
蓝色_风暴
·
2018-04-11 17:11
yum
镜像站
阿里云
Linux日常运维
nginx 用户访问添加密码;
autoindex
模块详解;传送client IP
nginx基于用户的访问控制htpasswd命令是Apache的Web服务器内置工具,用于创建和更新储存用户名、域和用户基本认证的密码文件。1.建立口令文件——创建密码文件一般口令文件最好创建在/usr/local/nginx/下,这样是为了方便管理。下面是命令:mkdir/usr/local/nginxhtpasswd-cm/usr//local/nginx/passwduser01//-c:创
birdy44
·
2018-04-04 20:30
nginx
用户
访问
Nginx详解(四)模块
服务五、Nginx之fastCGI模块一、配置Nginx提供目录浏览功能1.修改nginx配置文件server{listen80;server_namewww.nginx.com;location/{
autoindex
on
MT_IT
·
2018-03-13 22:32
nginx
https
fastcgi
Web
nginx作为反向代理访问静态资源出现404问题
我的xxx.conf配置(win10)server{listen80;
autoindex
off;server_nameimage.imooc.com;access_logc:/access.logcombined
Calo_missile
·
2018-02-21 17:22
web开发
nginx本地反向代理访问目录时出现403错误
nginx配置本地反向代理时,若
autoindex
为off,则不会自动创建索引,此时直接输入域名则会报403错误,但是仍能通过URL访问里面的资源。
ryan_lau
·
2018-02-11 22:12
用nginx搭建简单的文件下载服务器的方法
server_namelocalhost;#服务名charsetutf-8;#避免中文乱码rootE:\Download\java;#显示的根索引目录,注意这里要改成你自己的,目录要存在location/{
autoindex
on
boundlessSky
·
2018-01-19 10:28
nginx reload 二级目录地址重写,正向负查
location/{
autoindex
on;if(!-e$request_filename){rewrite^/(.*?)
daojibruce
·
2017-12-11 23:07
工作笔记-All
工作笔记-Linux
解决nginx搭建图片服务器访问图片404
404的问题cd/usr/local/nginxvimnginx.confnginx.conf博主的错误是local刚开始写的是location/images/{root/home/gx/images/;
autoindex
on
杨园亮
·
2017-12-09 10:05
异常相关
nginx如何禁止显示目录列表
vimnginx.confserver{listen80;server_namecgzg.net;#在这里添加一句
autoindex
off如果要想显示列表功能的话只需要把off修改成on即可。
chenxun1522
·
2017-11-06 14:00
运维
操作系统
dedecms织梦arclist实现序号排序
直奔主题了,很多碰到想要做这样的效果,比如某处的arclist标签里想要做出来如图所示效果:代码如下:{dede:arclistrow=10typeid=1}[field:globalname=
autoindex
php新手小白
·
2017-10-27 15:31
织梦dedecms标签dede:productimagelist每张图片不同样式输出
可是实用
autoindex
索引来控制。但是dede:productimagelist标签默认时没有
autoindex
。
织梦岛
·
2017-08-23 12:39
织梦二次开发
Ngnix配置
Nginx中关于root与alias的区别server{listen80;
autoindex
off;server_nameimage.test.com;access_logc:/access.logcombined
dingll8685
·
2017-07-30 15:05
Ngnix
Nginx+Tomcat无法正确获取的域名和ip地址
ngxin设置:proxy_set_headerHost$http_host;代码片段如下:server{listen80;server_namewww.aso.ren;
autoindex
off;location
asoren
·
2017-05-18 00:00
ip
java
tomcat
nginx
一个奇葩常见的问题 nginx 403 forbidden错误
2.访问禁止目录浏览的目录,例:设置
autoindex
off后访问目录。以上几种常见的需要返回403Forbidden的场景。
胡壮壮
·
2017-04-26 09:07
forbidden
搭建本地yum源
yuminstall-ynginxcd/etc/nginxvimconf.d/virtual.confserver{listen80;server_namemirrors.xdbigdata.com;
autoindex
on
chenshifei
·
2017-03-29 17:35
本地yum仓库
Apache目录别名
1.打开主配置文件/usr/local/apache2/conf/httpd.conf,去掉注释Includeconf/extra/httpd-
autoindex
.conf2.编辑httpd-
autoindex
.conf
huangzp168
·
2017-03-15 15:48
目录别名
Apache
用nginx搭建简单的文件下载服务器
server_namelocalhost;#服务名charsetutf-8;#避免中文乱码root/dev/shm/update;#显示的根索引目录,注意这里要改成你自己的,目录要存在location/{
autoindex
on
guang11cheng
·
2017-03-09 18:29
linux
nginx 403 forbidden
2.访问禁止目录浏览的目录,例:设置
autoindex
off后访问目录。3.用户访问只能被内网访问的文件。以上几种常
SnowRomance
·
2017-01-11 17:45
nginx
nginx配置与常见错误解决方法
2、配置:打开nginx.conf,修改相关位置如下,location/{roothtml;#网站根目录indexindex.htmlindex.htmindex.php;
autoindex
on;#当网站没有默认文件时
DY_csdn
·
2016-12-29 21:11
PHP
建站
Linux
如何实现访问apache时的目录浏览功能(apache file list view)
有的朋友看到了奇怪问这是怎么做到的,这其实只是一些appche服务器的基本功能,搞前端的coder也要了解一下服务器才好;下面来说具体的操作:很简单1.实现原理通过apache的一个模块:mod_
autoindex
MrCG
·
2016-12-02 18:50
apache
服务器
前端
Web前端
apache控制是否显示站点目录
加载mod_
autoindex
模块apache2.4版本,如果要控制站点目录是否显示,需要mod_
autoindex
模块。如果没有该模块,显示站点目录的指令无效。
刚刚悟道
·
2016-11-24 00:03
LAMP
Apache
nginx常用配置文件模块
https://regex101.com/1开启
autoindex
功能,当需要提供ftphttp协议的下载文件功能的时候比较有作用Modulengx_http_
autoindex
_module参考:http
cuizhiliang
·
2016-11-20 13:46
配置
常用
nginx
【linux】
nginx 使用rewrite 地址重写功能
一、首先是网站跳到另一个页面中server{listen80;server_namewww.qq.com;root/var/www/www.qq.com;
autoindex
on;access_log/var
a120518129
·
2016-10-31 01:50
nginx
rewrite
应用服务系统搭建
DEDECMS开发之一 如何实现文章推荐排行榜
{dede:arclistflag='h'typeid='2'row='10'titlelen=60orderby=pubdate} [field:globalrunphp='yes'name=
autoindex
心存善念
·
2016-05-13 18:00
在Windows环境下搭建Nginx文件服务器(简单实用版)
nginx.org/download/nginx-1.9.15.zip解压缩修改配置文件nginx.conf,在server部分添加以下内容location/tools{aliasE:\Tools;allowall;
autoindex
on
小Alpha
·
2016-04-22 13:24
nginx
Windows
Others
Wamp apache目录浏览时icons图标不显示解决方法
这时候我们需要打开apache安装目录(wamp\bin\apache\Apache2.2.17\conf\extra)下的httpd-
autoindex
.conf文件进行配置,更改以下两段代码:
单线程生物
·
2016-04-06 11:00
Nginx开启关闭文件目录显示方法
,阿帕奇默认是开启文件目录列表的,nginx默认是关闭的,开启nginx文件目录列表的方法,在nginx.conf文件(/usr/local/nginx/conf/)里的http{}里面加入如下代码:
autoindex
on
yejinxiong001
·
2016-03-16 14:00
NGINX服务器打开目录浏览功能
autoindex
on;
autoindex
_exact_sizeoff;//显示文件大小默认为on,显示出文件的确切大小,单位是bytes。
二傻闯江湖
·
2016-03-15 14:00
wamp3.0 apache vhost 设置之后,目录正确,却提示404
后来测试目录下边写了一个index.php或者index.html是可以打开的;但是去掉index文件就是报404错.但是不能项目的浏览文件目录.解决方法:修改apche配置文件:LoadModule
autoindex
_modulemodules
山里大人
·
2016-02-26 14:53
apache环境
php
设置nginx,访问根目录
搜索了下,只要加上
autoindex
on;就ok!location/{root/usr/share/nginx/html/;indexindex.phpindex.htmlindex.htm;if(!
真实的曼巴
·
2016-02-24 21:27
DEDECMS自动编号(序号)
autoindex
属性
让织梦dedecms
autoindex
,itemindex 从0到1开始的办法!
Jweib
·
2016-02-24 15:00
global.
autoindex
dede:global.itemindex 获取子栏目自动排序序号
{dede:channel row='6'typeid=7} [field:global.
autoindex
runphp='yes'] if
Jweib
·
2016-02-24 14:00
nginx 配置文件夹浏览
server{ listen 81; server_name localhost; location/{
autoindex
on;
autoindex
_exact_sizeoff
刘燕阳
·
2016-02-17 17:00
Nginx 开启 path_info功能
host.access.logmain; root"E:/phpStudy/WWW"; location/{ indexindex.htmlindex.htmindex.phpl.php;
autoindex
off
思如雨
·
2016-02-11 16:00
Apache HTTP Server 常用模块之 mod_
autoindex
阅读更多mod_
autoindex
模块是直接将一个没有默认页面的目录中中的文件夹和文件以列表的方式呈现给用户的模块。
gogo1217
·
2016-01-22 15:00
apache
mod_autoindex
Apache HTTP Server 常用模块之 mod_
autoindex
mod_
autoindex
模块是直接将一个没有默认页面的目录中中的文件夹和文件以列表的方式呈现给用户的模块。
gogo1217
·
2016-01-22 15:00
apache
mod_autoindex
dedecms教程:文章列表背景隔行换色的实现方法
具体代码如下,大家可以根据自己的需要进行修改:{dede:arclistorderby=pubdatetitlelen='30'row='20'}[field:globalrunphp='yes'name=
autoindex
buzhang1314
·
2016-01-21 13:00
Windows下无法使用Nginx作为一个http文件服务器(权限问题?)
nginx.conf:server{ listen8000; server_namechenzxaliaschenzx.localhost; location/{ rootf:/;
autoindex
on
cteng
·
2016-01-10 17:00
nginx
windows
linux
server
服务器
channelartlist中
autoindex
无效的解决方法
{dede:channelartlist}中有使用
autoindex
无效的解决方法 在设计频道首页的时候,使用{dede:channelartlist}标签时,有很多朋友想做一些高级的开发,让重复的频道文章列表有一些特别的效果
·
2015-11-13 11:12
channel
nginx开启目录浏览
使用nginx作为下载站点,开启目录浏览的功能 在/etc/nginx/sites-enabled/default中添加:
autoindex
·
2015-11-13 10:51
nginx
wamp目录索引图片不显示
在wampserver安装目录下 \bin\apache\Apache2.2.21\conf\extra\httpd-
autoindex
.conf Alias /icons/
·
2015-11-12 09:39
索引
Dede 列表文章 自增
在{dede:arclist/}这个标签中有个[field:global.
autoindex
/],是从0开始自增,如果我们想自定义一个数值,比如自定义从2开始。
·
2015-11-11 17:19
DEDE
dede列表标签递增数字生成
今天给人家调试程序,用到[field:global name=
autoindex
/ ] 调用指定频道.而频道前面需要加CSS代码,CSS代码正好是按序号排列的 忽然发现,是从0开始.
·
2015-11-11 09:49
DEDE
上一页
3
4
5
6
7
8
9
10
下一页
按字母分类:
A
B
C
D
E
F
G
H
I
J
K
L
M
N
O
P
Q
R
S
T
U
V
W
X
Y
Z
其他