欢迎光临IT网Linux学习频道

当前位置: > Linux服务器 >
  • [nginx] nginx中的超时设置 日期:2014-12-11 23:16:04 点击:82 好评:0

    nginx使用proxy模块时,默认的读取超时时间是60s。 1. send_timeout syntax: send_timeout the time default: send_timeout 60 context: http, server, location Directive assigns response timeout to client. Timeout is established not on entire trans...

  • [ftp] vsftpd如何将用户限制在特定目录中 日期:2014-12-11 03:31:41 点击:193 好评:0

    vsftpd将用户限制在特定目录中的配置方法,以及vsftpd配置中的一些问题与解决方法,vsftp 出现500 OOPS: could not bind listening IPv4 socket 的解决方法,一起来了解下。 用户配置目录:/etc/vsftpd/user.d 为每个用户建立配置文件 比如: #/etc/vsftpd/user...

  • [VNC] Centos_Install VNC-Server 日期:2014-12-11 01:15:40 点击:52 好评:0

    01.YUM 安装 centos @ aping ~ # yum -y install vnc vnc-server 02. 配置 VNC centos @ aping ~ # vncserver 提示输入 vnc 密码或 vncpasswd 设置密码 centos @ aping ~ #vi /etc/sysconfig/vncservers 解注释或添加 VNCSERVERS = 10:root #10 是桌面号 roo...

  • [VNC] Ubuntu_Install VNC-Server 日期:2014-12-11 01:14:25 点击:81 好评:0

    ubuntu@itnetcn:~$ sudo apt-get install vnc4server ubuntu@itnetcn:~$ sudo vncserver You will require a password to access your desktops. Password:#输入VNC访问密码 Verify:#输入VNC访问密码 Password too long - only the first 8 characters will...

  • [DNS] Ubuntu.Install.DNS.Server 日期:2014-12-11 01:11:48 点击:126 好评:0

    Ubuntu.Install.DNS.Server bind: DNS服务器软件 port: 53 01. 安装 bind9 ( DNS ) ubunru @ Monitoring : ~ $ sudo apt - get install bind9c #主程序 ubunru @ Monitoring : ~ $ sudo apt - get install bind9 - doc #文档 1 2 3 4 5 6 02. 服务启用 ubunr...

  • [DNS] CentOS安装配置dnsmasq域名拦截服务应用 日期:2014-12-11 01:10:24 点击:208 好评:0

    CentOS 安装配置 dnsmasq 域名拦截服务应用 yum install dnsmasq cp / etc / dnsmasq .conf / etc / dnsmasq .conf - old #主配置文件 sudo vim / etc / dnsmasq .conf address = / www .test01 .com / 192.168.0.12 address = / www .test02 .com / 192.168...

  • [nginx] Nginx添加HttpGzip模块 日期:2014-12-11 00:45:01 点击:139 好评:0

    Nginx启用HttpGzip模块 参考Nginx重新编译添加模块 1.编译模块 cd nginx-1.4.1/ sudo ./configure --with-http_gzip_static_module --with-http_sub_module --prefix=/opt/nginx sudo make #编译 #不要make install,否则就是覆盖安装 #启用HttpGzip模块,在...

  • [nginx] Nginx文件下载服务器 日期:2014-12-11 00:43:08 点击:156 好评:0

    Nginx文件下载服务器,页面中列出文件和目录,点击即可下载 1.下载文件配置参数 it@ubuntu:~$ sudo vim /home/it/app/nginx/conf/down.it.net.cn.conf server { listen 80; server_name down.it.net.cn; root /home/it/app/nginx/html/down; autoindex on; au...

  • [nginx] Nginx基本检查维护 日期:2014-12-11 00:42:04 点击:131 好评:0

    Nginx基本检查维护 # /opt/nginx/ 为编译安装路径 sudo /opt/nginx/sbin/nginx #开启服务 ps -ef |grep nginx #查看进程 sudo killall nginx #杀进程 sudo kill -HUP `cat /opt/nginx/logs/nginx.pid` #不影响服务 重启Nginx ps -ef | grep nginx: master pr...

  • [nginx] Nginx启动停止系统服务脚本 日期:2014-12-11 00:41:10 点击:64 好评:0

    #!/bin/sh #Nginx添加为系统服务 #将本脚本重命名拷贝到/etc/init.d/nginx #chmod +x /etc/init.d/nginx #chkconfig --add nginx #chkconfig --level 345 nginx on ### BEGIN INIT INFO # Provides: nginx # Required-Start: $all # Required-Stop: $all # D...

  • 首页
  • 上一页
  • 325
  • 326
  • 327
  • 328
  • 329
  • 330
  • 331
  • 332
  • 333
  • 334
  • 335
  • 下一页
  • 末页
  • 5405398
栏目列表
推荐内容