apache

  • Apache Reference Manual (5)

    <FilesMatch> Syntax: <FilesMatch regex> ... </FilesMatch> Context: server config, virtual host, .htaccess Status: core Compatibility: only available in Ap...2016-11-25 15:17
  • Apache Reference Manual (4)

    <DirectoryMatch> Syntax: <DirectoryMatch regex> ... </DirectoryMatch> Context: server config, virtual host Status: Core. Compatibility: Available in Apac...2016-11-25 15:17
  • RedHat6.2 + apache1.3.12 + gd1.8.3 + php4.04 + tom

    在RedHat6.2上安装apache1.3.12+gd1.8.3+php4.04+tomcat+sybase11.9.2+oracle8.1.6+mysql全攻略 <br> <br> 看了网上众多网友对php、jsp、sybase、oracle、apache等方...2016-11-25 15:17
  • Apache Reference Manual (10)

    Satisfy directive Syntax: Satisfy 'any' or 'all' Default: Satisfy all Context: directory, .htaccess Status: core Compatibility: Satisfy is only available...2016-11-25 15:17
  • Apache Reference Manual (3)

    ContentDigest directive Syntax: ContentDigest on|off Default: ContentDigest off Context: server config, virtual host, directory, .htaccess Override: Optio...2016-11-25 15:17
  • 关于APACHE的配置文件httpd.conf[转](二)

    #ExtendedStatus On <br>   Apache服务器可以通过特殊的HTTP请求,来报告自身的运行状态,打开这个 <br> ExtendedStatus 参数可以让服务器报告更全面的运行状态信息。......2016-11-25 15:17
  • Apache Reference Manual (6)

    KeepAliveTimeout directive Syntax: KeepAliveTimeout seconds Default: KeepAliveTimeout 15 Context: server config Status: Core Compatibility: KeepAliveTimeo...2016-11-25 15:18
  • Apache Reference Manual (2)

    AuthName directive Syntax: AuthName auth-domain Context: directory, .htaccess Override: AuthConfig Status: core This directive sets the name of the author...2016-11-25 15:18
  • Win32下Apache 2.0.35 php 4.2.0安装扎记

    Win32下Apache 2.0.35 php 4.2.0安装扎记 1、安装界面比较有好,分别添入ServerAdmin、ServerName、post即可 如果你起用了DNS,会将DNS的设置作为默认配置,这点要注......2016-11-25 15:17
  • Apache Reference Manual (7)

    <Location> directive Syntax: <Location URL> ... </Location> Context: server config, virtual host Status: core Compatibility: Location is only available in...2016-11-25 15:17
  • Apache Reference Manual (8)

    MaxRequestsPerChild directive Syntax: MaxRequestsPerChild number Default: MaxRequestsPerChild 0 Context: server config Status: core The MaxRequestsPerChil...2016-11-25 15:17
  • Apache Reference Manual (11)

    ServerRoot directive Syntax: ServerRoot directory-filename Default: ServerRoot /usr/local/apache Context: server config Status: core The ServerRoot direct...2016-11-25 15:17
  • Windows下PHP5+Apache2+Mysql5安装与设置

    与JSP相比,PHP具学习简单、运行更新快、安全性高等特点,所以在编写动态网页时,PHP是首选。大家都知道,PHP边学的程序只能在服务器端运行,所以要运行你编写的程序,除了下载PHP......2016-11-25 15:17
  • PHP5+APACHE2.2方法

    PHP5+APACHE2.2方法 我先来看看为静态的配置方法吧。 RewriteEngine On RewriteRule /rent/d-(d+).html$ /rent/detail.php?id=$1 RewriteRule /newhous...2016-11-25 15:13
  • 301重定向代码(php apache)

    使用 HTACCESS 文件 添加吧,这是代码 Options +FollowSymLinks RewriteEngine on RewriteCond %{HTTP_HOST} ^domain.com[NC] RewriteRule ^(.*)$ http://www.111cn.ne...2016-11-25 15:07
  • PHP检测服务器环境是APACHE还是IIS

    如果你使用的确php代码我们可以使用$_SERVER[HTTP_X_REWRITE_URL]与ORIG_PATH_INFO来判断你所使用的环境是iis还是apache了 例 if(isset($_SERVER['HTTP_X_REWRIT...2016-11-25 14:59
  • 系统找不到指定的文件 No installed service named \"Apache2\"

    我们有时会发现apache会出现,系统找不到指定的文件 No installed service named "Apache2" 安装Apache问题:系统找不到指定的文件 No installed service named "Apa......2016-09-14 14:17
  • apache配置黑名单和白名单及账户权限控制

    本文我们将分享apache配置黑名单和白名单,apache层的账户权限控制,以及apache黑名单白名单过滤功能,apache rewrite规则实现白名单。 apache配置黑名单和白名单的两......2016-09-14 14:16
  • Apache开启SSI(shtml)配置使html支持include的步骤

    有时我们希望html页面也能有include包含的功能,这样可以在html页面调用共用的部分,那么apachen支持这样子的配置吗?本文就来告诉你。 举个简单的例子,比如有如下的 ht......2016-09-14 14:16
  • Apache不支持$_SERVER[‘REDIRECT_QUERY_STRING’]的解决办法

    Apache不支持$_SERVER[‘REDIRECT_QUERY_STRING’]是在linux系统中不能获取了,但在windows中是可以获取的,下面我们来看一下为什么在linux中Apache不支持$_SERVER[‘RED......2016-09-14 14:16