File: CONFIG

package info (click to toggle)
suphp 0.5.2-3
  • links: PTS
  • area: main
  • in suites: sarge
  • size: 636 kB
  • ctags: 171
  • sloc: ansic: 1,764; sh: 824; makefile: 204
file content (43 lines) | stat: -rw-r--r-- 1,230 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
===========================
== suPHP Apache module   ==
===========================

Configuration
-------------

mod_suphp knows two configuration directives:

suPHP_Engine (can either be turned "on" or "off")

This option tells mod_suphp if a PHP-script requested on this server (or
VirtualHost) should be run with the PHP-interpreter or returned to the
browser "as it is".

This directive can be used in the global context or in a
"<VirtualHost>"-directive.


suPHP_ConfigPath (expects a path name)

This option tells mod_suphp which path to pass on to the PHP-interpreter
(by setting the PHPRC environment variable).
Do *NOT* refer to a file but to the directory the file resists in.

E.g.: If you want to use "/path/to/server/config/php.ini", use "suPHP_Config
/path/to/server/config".

If you don't use this option, PHP will use its compiled in default path.


suPHP_UserGroup (expects user- and groupname)

* Only supported when compiled with setid-mode "force" or "paranoid" *
Specify the user- and groupname to run PHP-scripts with.
Example: suPHP_UserGroup foouser bargroup


===================================
(c)2002-2004 by Sebastian Marsching
<sebastian@marsching.com>
Please see LICENSE for
additional information