Apache Reference Manual (5)_PHP教程
程序员文章站
2024-01-13 22:54:52
...
Syntax:
Context: server config, virtual host, .htaccess
Status: core
Compatibility: only available in Apache 1.3 and above.
The
would match most common Internet graphics formats.
See also: How Directory, Location and Files sections work for an explanation of how these different sections are combined when a request is received
--------------------------------------------------------------------------------
Group directive
Syntax: Group unix-group
Default: Group #-1
Context: server config, virtual host
Status: core
The Group directive sets the group under which the server will answer requests. In order to use this directive, the stand-alone server must be run initially as root. Unix-group is one of:
A group name
Refers to the given group by name.
# followed by a group number.
Refers to a group by its number.
It is recommended that you set up a new group specifically for running the server. Some admins use user nobody, but this is not always possible or desirable.
Note: if you start the server as a non-root user, it will fail to change to the specified group, and will instead continue to run as the group of the original user.
Special note: Use of this directive in
SECURITY: See User for a discussion of the security considerations.
--------------------------------------------------------------------------------
推荐阅读
-
Apache Reference Manual (5)_PHP教程
-
php环境配置 php5 mysql5 apache2 phpmyadmin安装与配置
-
Apache2 httpd.conf 中文版_PHP教程
-
腾讯云ubuntu下安装php5 apache2 mysql的命令分享
-
PHP5+APACHE2.2配置_MySQL
-
IIS环境下安装PHP5手记_PHP教程
-
Windows 环境下的PHP5 与 Apache 服务器的配置_PHP教程
-
浅谈apache和nginx的rewrite的区别_PHP教程
-
cakephp 配置Apache22+PHP5+CakePHP12+MySQL5运行环境
-
apache tomcat Windows PHP5和Apache的安装与配置