APACHE6
5.1.2 AuthDBMUserFile 语法: AuthDBMUserFile 文件名称 用於: directory, .htaccess 需求: AuthConfig 状态: 扩充 模组: mod_auth_dbm AuthDBMUserFile 这个文件设定作为验认之用的 DBM 文件名称,其中 包含使用者与密码的列表。文件名称是该使用者文件的绝对路径。 这个文件是以使用者名称作为关键。使用者後的值是 crypt() 加密过 的密码,其後可以加上选择性的冒号以及随意的资料。服务器将会忽略 这些冒号跟资料。 安全: 确定 AuthDBMUserFile 存放在服务器的文件树之外;不要把它 放在它所要保护的目录里。否则客户端将能下载 AuthDBMUserFile 。 参阅 AuthName, AuthType 以及 AuthDBMGroupFile 。 5.2 mod_cookies 模组 这个模组包含在 mod_cookies.c 这个文件里,而且依预设不会编译进 去。它提供 Netscape(TM) cookies 。这个模组没有说明文件。 5.2.1 CookieLog 语法: CookieLog 文件名称 用於: server config, virtual host 状态: 实验 模组: mod_cookies CookieLog 这个指令设定记录 cookies 用的文件名称。这个文件名称 是 ServerRoot 的相对目录。 5.3 mod_dld 模组 这个模组包含在 mod_dld.c 这个文件里,而且依预设不会编译进去。 它提供在启动时载入可执行文件及模组到服务器里去的功能,使用 GNU dld 程序库。 5.3.1 摘要 这个选用性的 dld 模组是一段作为观念证明(proof-of-concept)用的 程序码,它如同配置自己一般载入其它模组到服务器里去(只有第一次 ;目前为止,重新读取配置档无法影响到已经载入的模组),使用 GNU 的动态连结程序库(DLD) 。它没有预设编译进去,因为不是每个人都有 DLD ,但是我在试的时候可以。(注意最後几个字)。 注意因为某些缘故,LoadFile /lib/libc.a 看来似乎是必须的。 注意: 当服务器起动时 DLD 需要读取在服务器程序之外的符号表格; 如果服务器在起动时不能找到它自己的程序码那麽这些指令就会失败。 5.3.2 LoadFile 语法: LoadFile 文件名称 文件名称 ... 用於: server config 状态: 实验 模组: mod_dld LoadFile 这个指令在服务器起动时链结其所指名的目的档或程序库; 这是用来载入某些模组运作时也许需要的额外程序码。文件名称是相对 於 ServerRoot 的。 5.3.3 LoadModule 语法: LoadModule 模组 文件名称 用於: server config 状态: 实验 模组: mod_dld LoaddModule 这个指令链结目的档或程序库的文件名称并且把所指名的 模组加入使用中模组的列表。模组是文件中型态为 module 的外部参数 。例如: LoadModule ai_backcompat_module modules/mod_ai_backcompat.o LoadFile /lib/libc.a 载入 ServerRoot 里的 modules 子目录下的模组。 5.4 mod_log_agent 模组 这个模组包含在 mod_log_agent.c 这个文件里,而且依预设不会编译 进去。它提供客户端使用者程序的记录功能。 5.4.1 AgentLog 语法: AgentLog 文件-管线 预设: AgentLog logs/agent_log 用於: server config, virtual host 状态: 扩充 模组: mod_log_agent AgentLog 这个指令设定服务器记录进入之请求的文件名称,其内容为 UserAgent 此标头。文件-管线是这些其中之一: 一个文件名称 一个相对於 ServerRoot 的文件名称 `| 跟随著一个指令 从标准输入接收参考记录资讯的程序。注意如果虚拟主机从主要 服务器继承 RefererLog 设定的话不会起动新的程序。 安全: 如果在此使用程序,它将会以起动 httpd 的使用者身分执行。 如果服务器由 root 起动那麽此程序就是由 root 执行;所以要确定次 程序的安全性。 这个指令是为了与 NCSA 1.4 相容而提供的。 5.5 mod_log_config 模组 这个模组包含在 mod_log_config.c 这个文件里,而且依预设不会编译 进去。它提供记录对服务器之请求的功能,使用由使用者指定的格式。 5.5.1 摘要 这是个实验性质的模组,它实作 TransferLog 这个指令(与一般记录 模组相同),以及另一个指令,LogFormat 。有错误也不会让我惊讶。 LogFormat 的参数是个字串,可以包含要复制到记录档里的文字,以及 如下所列的 `% 指令: %...h: 远端主机 %...l: 远端的签入名称(从 identd 得知,如果对方 有支援) %...u: 远端使用者(从 auth 得知,如果回传的状态 (%S)为 401 的话那这有假造的可能) %...t: 时间,一般的时间记录格式 %...r: 请求的第一行 %...s: 状态。用於遇到内部重导的请求,这是 {f original}请求的状态 --- %...>s 是 最後的。 %...b: 送出的位元组 %...{foobar}i: Foobar 的内容: 要送往客户端之请求里面的 标头行。 %...{foobar}o: Foobar 的内容: 在回覆(reply) 里的标头行 `... 这个部份可以完全不要(e.g. "%h %u %r %s %b") ,或者它可以 表示要包含某项目的条件(如果不符合该条件那麽它会被 `- 取代) 。要注意的是,在字串上的 %r, %...i 以及 %...o 没有脱离的实作 (no escaping performed); 有些记性很好的人可能记得我认为这不是 个好主意,直到现在,我仍然对它很感冒,但是要看出如何以 `%...i ‘做正确的事’是很困难的,除非我们 URL-escape 每一件事并以 CLF 打断它们。 条件的形式是一份 HTTP 状态码的列表,可能有也可能没有 `! 前导 。因此 `%400,501{User-agent}i 记录 User-agent: 只对错误状态 400 及 501(错误请求,没有实作)作用;`%!200,304,302{Referer}i 记录 Referer: 对所有没回传正常状态的请求作用。 预设的 LogFormat 重现 CFL; 如下。 配合虚拟主机使用的想法如下: 虚拟主机可以拥有它自己的 LogFormat ,或是它自己的 TransferLog。如果它没有自己的 LogFormat,它就从 主要服务器继承。如果它没有自己的 TransferLog,他就写到相同的描 述子(descriptor)去(意指相同的 `|... 程序)。 以上摘自PHPUSER。COM

Hot AI Tools

Undresser.AI Undress
AI-powered app for creating realistic nude photos

AI Clothes Remover
Online AI tool for removing clothes from photos.

Undress AI Tool
Undress images for free

Clothoff.io
AI clothes remover

AI Hentai Generator
Generate AI Hentai for free.

Hot Article

Hot Tools

Notepad++7.3.1
Easy-to-use and free code editor

SublimeText3 Chinese version
Chinese version, very easy to use

Zend Studio 13.0.1
Powerful PHP integrated development environment

Dreamweaver CS6
Visual web development tools

SublimeText3 Mac version
God-level code editing software (SublimeText3)

Hot Topics

Open WeChat, select Settings in Me, select General and then select Storage Space, select Management in Storage Space, select the conversation in which you want to restore files and select the exclamation mark icon. Tutorial Applicable Model: iPhone13 System: iOS15.3 Version: WeChat 8.0.24 Analysis 1 First open WeChat and click the Settings option on the My page. 2 Then find and click General Options on the settings page. 3Then click Storage Space on the general page. 4 Next, click Manage on the storage space page. 5Finally, select the conversation in which you want to recover files and click the exclamation mark icon on the right. Supplement: WeChat files generally expire in a few days. If the file received by WeChat has not been clicked, the WeChat system will clear it after 72 hours. If the WeChat file has been viewed,

In Windows, the Photos app is a convenient way to view and manage photos and videos. Through this application, users can easily access their multimedia files without installing additional software. However, sometimes users may encounter some problems, such as encountering a "This file cannot be opened because the format is not supported" error message when using the Photos app, or file corruption when trying to open photos or videos. This situation can be confusing and inconvenient for users, requiring some investigation and fixes to resolve the issues. Users see the following error when they try to open photos or videos on the Photos app. Sorry, Photos cannot open this file because the format is not currently supported, or the file

Many Mac users tend to keep the default name of their device and may never consider changing it. Many people choose to stick with the name from the initial setup, such as "Johnny's MacBook Air" or simply "iMac." Learning how to change the name of your Mac is a very useful skill, especially when you have multiple devices, as it can help you quickly distinguish and manage them. Next, we will teach you step by step how to change the computer name, host name and Bonjour name (local host name) in macOS system. Why should you change your Mac name? Changing the name of your Mac can not only show your personality, but also help improve the user experience: Personalize your Mac: The default name may not be to your taste, change it to a name you like.

Tmp format files are a temporary file format usually generated by a computer system or program during execution. The purpose of these files is to store temporary data to help the program run properly or improve performance. Once the program execution is completed or the computer is restarted, these tmp files are often no longer necessary. Therefore, for Tmp format files, they are essentially deletable. Moreover, deleting these tmp files can free up hard disk space and ensure the normal operation of the computer. However, before deleting Tmp format files, we need to

Quark Netdisk and Baidu Netdisk are currently the most commonly used Netdisk software for storing files. If you want to save the files in Quark Netdisk to Baidu Netdisk, how do you do it? In this issue, the editor has compiled the tutorial steps for transferring files from Quark Network Disk computer to Baidu Network Disk. Let’s take a look at how to operate it. How to save Quark network disk files to Baidu network disk? To transfer files from Quark Network Disk to Baidu Network Disk, you first need to download the required files from Quark Network Disk, then select the target folder in the Baidu Network Disk client and open it. Then, drag and drop the files downloaded from Quark Cloud Disk into the folder opened by the Baidu Cloud Disk client, or use the upload function to add the files to Baidu Cloud Disk. Make sure to check whether the file was successfully transferred in Baidu Cloud Disk after the upload is completed. That's it

When deleting or decompressing a folder on your computer, sometimes a prompt dialog box "Error 0x80004005: Unspecified Error" will pop up. How should you solve this situation? There are actually many reasons why the error code 0x80004005 is prompted, but most of them are caused by viruses. We can re-register the dll to solve the problem. Below, the editor will explain to you the experience of handling the 0x80004005 error code. Some users are prompted with error code 0X80004005 when using their computers. The 0x80004005 error is mainly caused by the computer not correctly registering certain dynamic link library files, or by a firewall that does not allow HTTPS connections between the computer and the Internet. So how about

Recently, many netizens have asked the editor, what is the file hiberfil.sys? Can hiberfil.sys take up a lot of C drive space and be deleted? The editor can tell you that the hiberfil.sys file can be deleted. Let’s take a look at the details below. hiberfil.sys is a hidden file in the Windows system and also a system hibernation file. It is usually stored in the root directory of the C drive, and its size is equivalent to the size of the system's installed memory. This file is used when the computer is hibernated and contains the memory data of the current system so that it can be quickly restored to the previous state during recovery. Since its size is equal to the memory capacity, it may take up a larger amount of hard drive space. hiber

A file path is a string used by the operating system to identify and locate a file or folder. In file paths, there are two common symbols separating paths, namely forward slash (/) and backslash (). These two symbols have different uses and meanings in different operating systems. The forward slash (/) is a commonly used path separator in Unix and Linux systems. On these systems, file paths start from the root directory (/) and are separated by forward slashes between each directory. For example, the path /home/user/Docume
