[svn-inject] Applying Debian modifications to trunk
[manu/suphp.git] / debian / suphp-common.manpage.sgml
1 <!doctype refentry PUBLIC "-//OASIS//DTD DocBook V4.1//EN" [
2
3 <!-- Process this file with docbook-to-man to generate an nroff manual
4      page: `docbook-to-man manpage.sgml > manpage.1'.  You may view
5      the manual page with: `docbook-to-man manpage.sgml | nroff -man |
6      less'.  A typical entry in a Makefile or Makefile.am is:
7
8 manpage.1: manpage.sgml
9         docbook-to-man $< > $@
10
11     
12         The docbook-to-man binary is found in the docbook-to-man package.
13         Please remember that if you create the nroff version in one of the
14         debian/rules file targets (such as build), you will need to include
15         docbook-to-man in your Build-Depends control field.
16
17   -->
18
19   <!-- Fill in your name for FIRSTNAME and SURNAME. -->
20   <!ENTITY dhfirstname "<firstname>Emmanuel</firstname>">
21   <!ENTITY dhsurname   "<surname>Lacour</surname>">
22   <!-- Please adjust the date whenever revising the manpage. -->
23   <!ENTITY dhdate      "<date>September 20, 2004</date>">
24   <!-- SECTION should be 1-8, maybe w/ subsection other parameters are
25        allowed: see man(7), man(1). -->
26   <!ENTITY dhsection   "<manvolnum>8</manvolnum>">
27   <!ENTITY dhemail     "<email>elacour@home-dn.net</email>">
28   <!ENTITY dhusername  "Emmanuel Lacour">
29   <!ENTITY dhucpackage "<refentrytitle>suphp</refentrytitle>">
30   <!ENTITY dhpackage   "suphp">
31
32   <!ENTITY debian      "<productname>Debian</productname>">
33   <!ENTITY gnu         "<acronym>GNU</acronym>">
34   <!ENTITY gpl         "&gnu; <acronym>GPL</acronym>">
35 ]>
36
37 <refentry>
38   <refentryinfo>
39     <address>
40       &dhemail;
41     </address>
42     <author>
43       &dhfirstname;
44       &dhsurname;
45     </author>
46     <copyright>
47       <year>2004</year>
48       <holder>&dhusername;</holder>
49     </copyright>
50     &dhdate;
51   </refentryinfo>
52   <refmeta>
53     &dhucpackage;
54
55     &dhsection;
56   </refmeta>
57   <refnamediv>
58     <refname>&dhpackage;</refname>
59
60     <refpurpose>run php scripts with the owner permissions</refpurpose>
61   </refnamediv>
62   <refsynopsisdiv>
63     <cmdsynopsis>
64       <command>&dhpackage;</command>
65       <arg><replaceable>php script</replaceable></arg>
66
67
68     </cmdsynopsis>
69   </refsynopsisdiv>
70   <refsect1>
71     <title>DESCRIPTION</title>
72
73     <para><command>&dhpackage;</command> is a suid root binary used by apache
74     mod_suphp to run php scripts with the owner permissions. It isn't intended
75     to be run manually and needs some environment variables to be set, such as
76     SCRIPT_FILENAME and DOCUMENT_ROOT.</para>
77
78   </refsect1>
79   <refsect1>
80     <title>AUTHOR</title>
81
82     <para>This manual page was written by &dhusername; &dhemail; for
83       the &debian; system (but may be used by others).  Permission is
84       granted to copy, distribute and/or modify this document under
85       the terms of the &gnu; General Public License, Version 2 any 
86           later version published by the Free Software Foundation.
87     </para>
88         <para>
89           On Debian systems, the complete text of the GNU General Public
90           License can be found in /usr/share/common-licenses/GPL.
91         </para>
92
93   </refsect1>
94 </refentry>
95
96 <!-- Keep this comment at the end of the file
97 Local variables:
98 mode: sgml
99 sgml-omittag:t
100 sgml-shorttag:t
101 sgml-minimize-attributes:nil
102 sgml-always-quote-attributes:t
103 sgml-indent-step:2
104 sgml-indent-data:t
105 sgml-parent-document:nil
106 sgml-default-dtd-file:nil
107 sgml-exposed-tags:nil
108 sgml-local-catalogs:nil
109 sgml-local-ecat-files:nil
110 End:
111 -->
112
113