Apache
- Apache 重写规则的常见应用
- 一:目的
本文旨在提供如何用Apache重写规则来解决一些常见的URL重写方法的问题,通过常见的
实例给用户一些使用重写规则的基本方法和线索。
二:为什么需要用重写规则?
一个网站,如果是长期需要放在internet上提供服务,必定会有不断地更新和维护,如临
时转移到其它服务器进行维护,重新组织目录结构,变换URL
- 分类:Apache 查阅全文
- Apache 模式
-
按照Apache模式来建立PHP3,对问题“Build as an Apache module?”(按照Apache 模式建立?)应该回答“yes”(是)(设置—with-apache=DIR)然后详细的说明Apache分配的基本目录。如果您已经在“/usr/local/www/apache_1.2.4”中解压缩了了您的Apache配给包,那么这就是您的Apache分配的
- 分类:Apache 查阅全文
- Apache Web让JSP"动"起来
-
闫鹏
---- Apache是目前Internet上应用最为广泛的一种Web应用服务,它不仅可以完全免费得到,而且性能十分可靠,其各种功能模块可以根据需要灵活地组合使用。同时,技术人员还可以在它现有的基础上进行二次开发,因此备受使用者青睐。
---- JSP是一种较为常用的动态网页制作技术,但Apache本身只支持静态网页,因
- 分类:Apache 查阅全文
- Apache Web让JSP""动""起来
- 闫鹏
---- Apache是目前Internet上应用最为广泛的一种Web应用服务,它不仅可以完全免费得到,而且性能十分可靠,其各种功能模块可以根据需要灵活地组合使用。同时,技术人员还可以在它现有的基础上进行二次开发,因此备受使用者青睐。
---- JSP是一种较为常用的动态网页制作技术,但Apache本身只支持静态网页,因此需要与其他特定的应用服务结合使用。本文要介绍的是一种将Ap
- 分类:Apache 查阅全文
- Apache Server的httpd.conf文件注释及配置指导
- 我们把httpdconf文件进行了简单的注释,这里只是把其中注释了的提出来,便于浏览
如果您想对照原文浏览,我们也为您准备了
这里是httpdconf文件zip,本页面上的注释里面都有
为了朋友们不至于把文件搞混,我给它另外命了一个名phpstarhttpdconf
如果您还有什么问题,请看想细信息:http://wwwapacheorg/docs/。
以下
- 分类:Apache 查阅全文
- Apache Server设置虚拟WEB
-
unix 平台与NT平台使用apache server的设置相同。以下重点以unix平台为例说明apache server的设置。另外值得注意的是,虚拟web的成功设置,有大约50 %的工作量是在域名的注册与解析方面。所以一般先注册好域名然后再做虚拟WEB设置。
一 、IP型虚拟主机
IP型虚拟主机指每一虚拟主机对应唯一
- 分类:Apache 查阅全文
- Apache Server 服务器端包含(SSI)设置
-
要想使 SSI 支持 Apache,需要进行下面的几步操作:
1.为 SSI 页面添加新的句柄。
2.为 SSI 页面添加新的文件扩展名。
3.对某个目录启动 SSI 解析。
详细的步骤:
一、添加 SSI 页面的新句柄
缺省情况下,Apache 即使在需要时也不对 HTML 文件进行解析。假如将 .shtml
- 分类:Apache 查阅全文
- Apache Reference Manual (8)
-
MaxRequestsPerChild directive
Syntax: MaxRequestsPerChild number
Default: MaxRequestsPerChild 0
Context: server config
Status: core
The MaxRequestsPerChild directive sets the limit on the
- 分类:Apache 查阅全文
- Apache Reference Manual (7)
-
<Location> directive
Syntax: <Location URL> ... </Location>
Context: server config, virtual host
Status: core
Compatibility: Location is only available in Apache 1.1 and
- 分类:Apache 查阅全文
- Apache Reference Manual (6)
-
KeepAliveTimeout directive
Syntax: KeepAliveTimeout seconds
Default: KeepAliveTimeout 15
Context: server config
Status: Core
Compatibility: KeepAliveTimeout is only available in Apache 1.
- 分类:Apache 查阅全文
- Apache Reference Manual (5)
-
<FilesMatch>
Syntax: <FilesMatch regex> ... </FilesMatch>
Context: server config, virtual host, .htaccess
Status: core
Compatibility: only available in Apache 1.3 and ab
- 分类:Apache 查阅全文
- Apache Reference Manual (3)
-
ContentDigest directive
Syntax: ContentDigest on|off
Default: ContentDigest off
Context: server config, virtual host, directory, .htaccess
Override: Options
Status: experimental
Compatibi
- 分类:Apache 查阅全文
- Apache Reference Manual (2)
-
AuthName directive
Syntax: AuthName auth-domain
Context: directory, .htaccess
Override: AuthConfig
Status: core
This directive sets the name of the authorization realm for a directory. Th
- 分类:Apache 查阅全文
- Apache Reference Manual (12)
-
UseCanonicalName directive
Syntax: UseCanonicalName on|off|dns
Default: UseCanonicalName on
Context: server config, virtual host, directory
Override: Options
Compatibility: UseCanonicalNa
- 分类:Apache 查阅全文
- Apache Reference Manual (11)
-
ServerRoot directive
Syntax: ServerRoot directory-filename
Default: ServerRoot /usr/local/apache
Context: server config
Status: core
The ServerRoot directive sets the directory in which t
- 分类:Apache 查阅全文
- Apache Reference Manual (10)
-
Satisfy directive
Syntax: Satisfy 'any' or 'all'
Default: Satisfy all
Context: directory, .htaccess
Status: core
Compatibility: Satisfy is only available in Apache 1.2 and later
Access po
- 分类:Apache 查阅全文
- Apache Reference Manual (1)
-
Apache Core Features
These configuration parameters control the core Apache features, and are always available.
AccessConfig directive
Syntax: AccessConfig filename
Default: AccessConfig
- 分类:Apache 查阅全文
- Apache mod_gzip 模块安装手记
-
说明
Apache 的 mod_gzip 号称互连网内容加速模块,可以将网络传输速度压缩到未压缩时的 1/4。
在mod_gzip出现之前,是怎麽状况?
我们知道,HTTP 1.1 已经支持 content encoding,就是可以将 html 的内容压缩传输。而在服务器端有两种方式对应,一种是pre-compressing,先压缩好,再提供传输,静态网页多的话可以这麽做,
- 分类:Apache 查阅全文
- Apache 系统管理实用技巧集(1)--序言
- 返回首页 | Linux动态 | 好书推荐 | 软件 | 知识库 | 项目 | 论坛
您的位置:首页>>知识库>>技术文档>>linux初学入门
用户登陆
用户:
密码:
去首页
去论坛
去My Home
忘记密码|注册
- 分类:Apache 查阅全文
- Apache HTTP server存在严重漏洞危及web安全/蠕虫出现
- 本文出自:http://www.cnns.net 作者:
涉及程序:
Apache 1.x
描述:
Apache HTTP server存在严重漏洞危及web安全/蠕虫出现(更新)
详细:
注:很多商业的web服务器包括Oracle 9i、IBM Websphere都使用Apache HTTP server。Apache是目前使用得最多的web server软
- 分类:Apache 查阅全文