Upstream tarball 20080304
[amule.git] / docs / man / amuleweb.1
blob38e87523086308f1394e455e2e631238aec1ea43
1 .TH AMULEWEB 1 "January 2007" "aMule webserver v2.2.0" "aMule utilities"
2 .SH NAME
3 amuleweb \- aMule web server
4 .SH SYNOPSIS
5 .B amuleweb
6 .RB [ \-h " " \fI<host> ]
7 .RB [ \-p " " \fI<port> ]
8 .RB [ \-P " " \fI<pass> ]
9 .RB [ \-f " " \fI<path> ]
10 .RB [ \-q ]
11 .RB [ \-v ]
12 .RB [ \-l " " \fI<lang> ]
13 .RB [ \-w ]
14 .RB [ \-t " " \fI<name> ]
15 .RB [ \-s " " \fI<port> ]
16 .RB [ \-z ]
17 .RB [ \-Z ]
18 .RB [ \-A " " \fI<pass> ]
19 .RB [ \-G " " \fI<pass> ]
20 .RB [ \-a ]
21 .RB [ \-d ]
22 .RB [ \-L ]
23 .RB [ \-N ]
24 .PP
25 .B amuleweb
26 .RB [ \-f " " \fI<path> ]
27 .B \-\-create-config-from=\fI<path>
28 .PP
29 .B amuleweb
30 .RB [ \-\-help ]
31 .RB [ \-\-version ]
32 .PP
33 .B amuleweb \-\-amule\-config\-file=\fI<path>
34 .PP
35 .B amuleweb \-\-no\-php
36 .SH DESCRIPTION
37 \fBamuleweb\fR manages your access to amule through a webbrowser.
38 You can start amuleweb together with \fBamule\fR(1), or separately, any time later.
39 Options can be specified via command-line or via config-file.
40 Command-line options take precedence over config-file options.
41 .TP
42 \fB\-h\fR, \fB\-\-host\fR=\fI<host>\fR
43 Host where aMule is running (default: \fIlocalhost\fR).
44 \fI<host>\fR might be an IP address or a DNS name
45 .TP
46 \fB\-p\fR, \fB\-\-port\fR=\fI<port>\fR
47 aMule's port for External Connections, as set in Preferences->Remote Controls (default: \fI4712\fR)
48 .TP
49 \fB\-P\fR, \fB\-\-password\fR=\fI<passwd>\fR
50 External Connections password
51 .TP
52 \fB\-f\fR, \fB\-\-config\-file\fR=\fI<path>\fR
53 Use the given configuration file.
54 Default configuration file is \fI~/.aMule/remote.conf\fR
55 .TP
56 \fB\-q\fR, \fB\-\-quiet\fR
57 Do not print any output to stdout.
58 You may want to use \fB\-q\fR to daemonize the webserver, i.e. running as '\fBamuleweb \-q &\fR'
59 .TP
60 \fB\-v\fR, \fB\-\-verbose\fR
61 Be verbose \- show also debug messages
62 .TP
63 \fB\-l\fR, \fB\-\-locale\fR=\fI<lang>\fR
64 Sets program locale (language).
65 See section \fBLANGUAGES\fR for the description of the \fI<lang>\fR parameter.
66 .TP
67 \fB\-w\fR, \fB\-\-write\-config\fR
68 Write command line options to config file and exit
69 .TP
70 \fB\-\-create\-config\-from\fR=\fI<path>\fR
71 Create config file based upon \fI<path>\fR, which must point to a valid aMule config file, and then exit
72 .TP
73 \fB\-t\fR, \fB\-\-template\fR=\fI<name>\fR
74 Loads the template named \fI<name>\fR. See also the section
75 .B SKIN SUPPORT
76 .TP
77 \fB\-s\fR, \fB\-\-server\-port\fR=\fI<port>\fR
78 Webserver's HTTP port. This is the port you can point your browser to (default: \fI4711\fR)
79 .TP
80 \fB\-z\fR, \fB\-\-enable\-gzip\fR
81 Enable using gzip compression in HTTP traffic to save bandwidth
82 .TP
83 \fB\-Z\fR, \fB\-\-disable\-gzip\fR
84 Disable using gzip compression (this is the default)
85 .TP
86 \fB\-A\fR, \fB\-\-admin\-pass\fR=\fI<passwd>\fR
87 Full access password for webserver
88 .TP
89 \fB\-G\fR, \fB\-\-guest\-pass\fR=\fI<passwd>\fR
90 Guest password for webserver
91 .TP
92 \fB\-a\fR, \fB\-\-allow\-guest\fR
93 Allow guest access
94 .TP
95 \fB\-d\fR, \fB\-\-deny\-guest\fR
96 Deny guest access (default)
97 .TP
98 \fB\-L\fR, \fB\-\-load\-settings\fR
99 Load/save webserver settings from/to remote aMule.
100 This causes amuleweb to ignore command-line and config-file settings, and load them from aMule.
101 When saving preferences none will be written to the config file, but to aMule.
102 (Of course, this works only for those settings, that can be set in aMule's Preferences->Remote Controls)
104 \fB\-N\fR, \fB\-\-no\-script\-cache\fR
105 Recompile PHP pages on each request
107 \fB\-\-amule\-config\-file\fR=\fI<path>\fR
108 aMule config file path.
109 .B DO NOT USE DIRECTLY!
110 aMule uses this option when starting amuleweb at aMule startup.
111 This option causes all other command-line and config-file settings to be ignored, preferences to be read from the given config file, and also implies the \fB\-q \-L\fR options.
113 \fB\-\-help\fR
114 Prints a short usage description.
116 \fB\-\-version\fR
117 Displays the current version number.
118 .SH NOTES
119 .SS Paths
120 For all options which take a \fI<path>\fR value, if the \fIpath\fR contains no
121 directory part (i.e. just a plain filename), then it is considered to be under
122 the aMule configuration directory, \fI~/.aMule\fR.
123 .SS LANGUAGES
124 The \fI<lang>\fR parameter for the \fB\-l\fR option has the following form: \fIlang\fR[\fB_\fILANG\fR][\fB.\fIencoding\fR][\fB@\fImodifier\fR]
125 where \fIlang\fR is the primary language, \fILANG\fR is a sublanguage/territory,
126 \fIencoding\fR is the character set to use and \fImodifier\fR
127 "allows the user to select a specific instance of localization data within a
128 single category".
130 For example, the following strings are valid:
134 de_DE
136 de_DE.iso88591
138 de_DE@euro
140 de_DE.iso88591@euro
142 Though all the above strings are accepted as valid language definitions,
143 \fIencoding\fR and \fImodifier\fR are yet unused.
145 In addition to the format above, you can also specify full language names in
146 English - so \fB\-l german\fR is also valid and is equal to \fB-l de_DE\fR.
148 When no locale is defined, either on command-line or in config file, system
149 default language will be used.
150 .SH SKIN SUPPORT
151 \fBamuleweb\fR is capable of displaying information in different skins.
152 These skins are called templates, and you can make amuleweb load a specific template via the \fB\-t\fR command line option.
153 Templates are searched in two places: first in \fI~/.aMule/webserver/\fR and then in \fI$(pkgdatadir)/webserver/\fR 
154 (\fI$(pkgdatadir)\fR is the install location of architecture independent data, most likely something like /usr/share/amule).
155 Each template must be in a subdirectory of the template name, and this directory must contain all files the template needs.
156 The actual template filename must be aMule.tmpl.
158 For example, the default template (named 'default') is in webserver/default/, and this directory contains aMule.tmpl amongst a lot of image files.
159 .SH FILES
160 ~/.aMule/remote.conf
162 ~/.aMule/webserver/
164 \fI$(pkgdatadir)\fR/webserver/
165 .SH EXAMPLE
166 Typically amuleweb will be first run as:
168 \fBamuleweb\fR \fB\-h\fR \fIhostname\fR \fB\-p\fR \fIECport\fR \fB\-P\fR \fIECpassword\fR \fB\-s\fR \fIHTTPport\fR \fB\-A\fR \fIAdminPassword\fR \fB\-w\fR
172 \fBamuleweb\fR \fB\-\-create-config-from\fR=\fI/home/username/.aMule/amule.conf\fR
174 These will save settings to \fI$HOME/.aMule/remote.conf\fR, and later you only need to type:
176 .B amuleweb
178 Of course, you may specify any more or less options on the first example line, and you may also totally omit it.
179 .SH REPORTING BUGS
180 Please report bugs either on our forum (\fIhttp://forum.amule.org/\fR), or in our bugtracker (\fIhttp://bugs.amule.org/\fR).
181 Please do not report bugs in e-mail, neither to our mailing list nor directly to any team member.
182 .SH COPYRIGHT
183 aMule and all of its related utilities are distributed under the GNU General Public License.
184 .SH SEE ALSO
185 \fBamule\fR(1), \fBamulecmd\fR(1)