1 .TH AMULEWEB 1 "January 2010" "aMule webserver v2.3.0" "aMule utilities"
3 .als RB_untranslated RB
5 amuleweb \- aMule web server
7 .B_untranslated amuleweb
8 .RB [ \-h " " \fI<host> ]
9 .RB [ \-p " " \fI<port> ]
10 .RB [ \-P " " \fI<password> ]
11 .RB [ \-f " " \fI<path> ]
12 .RB_untranslated [ \-q ]
13 .RB_untranslated [ \-v ]
14 .RB [ \-l " " \fI<lang> ]
15 .RB_untranslated [ \-w ]
16 .RB [ \-t " " \fI<name> ]
17 .RB [ \-s " " \fI<port> ]
18 .RB_untranslated [ \-u ]
19 .RB [ \-U " " \fI<port> ]
20 .RB_untranslated [ \-z ]
21 .RB_untranslated [ \-Z ]
22 .RB [ \-A " " \fI<password> ]
23 .RB [ \-G " " \fI<password> ]
24 .RB_untranslated [ \-a " " | " " \-d ]
25 .RB_untranslated [ \-L ]
26 .RB_untranslated [ \-\-no\-php ]
27 .RB_untranslated [ \-N ]
29 .B_untranslated amuleweb
30 .RB [ \-\-create-config-from = \fI<path> ]
32 .B_untranslated amuleweb
33 .RB_untranslated [ \-\-help ]
35 .B_untranslated amuleweb
36 .RB_untranslated [ \-\-version ]
38 .B_untranslated amuleweb
39 .RB [ \-\-amule\-config\-file = \fI<path> ]
42 \fBamuleweb\fR manages your access to amule through a web browser.
43 You can start amuleweb together with \fBamule\fR(1), or separately, any time later.
44 Options can be specified via command-line or via config-file.
45 Command-line options take precedence over config-file options.
47 \fB[ \-h\fR \fI<host>\fR, \fB\-\-host\fR=\fI<host>\fR \fB]\fR
48 Host where aMule is running (default: \fIlocalhost\fR).
49 \fI<host>\fR might be an IP address or a DNS name
51 \fB[ \-p\fR \fI<port>\fR, \fB\-\-port\fR=\fI<port>\fR \fB]\fR
52 aMule's port for External Connections, as set in Preferences->Remote Controls (default: \fI4712\fR)
54 \fB[ \-P\fR \fI<password>\fR, \fB\-\-password\fR=\fI<password>\fR \fB]\fR
55 External Connections password.
57 \fB[ \-f\fR \fI<path>\fR, \fB\-\-config\-file\fR=\fI<path>\fR \fB]\fR
58 Use the given configuration file.
59 Default configuration file is \fI~/.aMule/remote.conf\fR
61 .B_untranslated [ \-q\fR, \fB\-\-quiet ]\fR
62 Do not print any output to stdout.
64 .B_untranslated [ \-v\fR, \fB\-\-verbose ]\fR
66 show also debug messages.
68 \fB[ \-l\fR \fI<lang>\fR, \fB\-\-locale\fR=\fI<lang>\fR \fB]\fR
69 Sets program locale (language).
70 See the \fBNOTES\fR section for the description of the \fI<lang>\fR parameter.
72 .B_untranslated [ \-w\fR, \fB\-\-write\-config ]\fR
73 Write command line options to config file and exit
75 \fB[ \-t\fR \fI<name>\fR, \fB\-\-template\fR=\fI<name>\fR \fB]\fR
76 Loads the template named \fI<name>\fR. See also the section
79 \fB[ \-s\fR \fI<port>\fR, \fB\-\-server\-port\fR=\fI<port>\fR \fB]\fR
80 Webserver's HTTP port. This is the port you can point your browser to (default: \fI4711\fR).
82 .B_untranslated [ \-u ]\fR
86 \fB[ \-U\fR \fI<port>\fR, \fB\-\-upnp\-port\fR \fI<port>\fR \fB]\fR
89 .B_untranslated [ \-z\fR, \fB\-\-enable\-gzip ]\fR
90 Enables using gzip compression in HTTP traffic to save bandwidth.
92 .B_untranslated [ \-Z\fR, \fB\-\-disable\-gzip ]\fR
93 Disables using gzip compression (this is the default).
95 \fB[ \-A\fR \fI<passwd>\fR, \fB\-\-admin\-pass\fR=\fI<passwd>\fR \fB]\fR
96 Full access password for webserver.
98 \fB[ \-G\fR \fI<passwd>\fR, \fB\-\-guest\-pass\fR=\fI<passwd>\fR \fB]\fR
99 Guest password for webserver.
101 .B_untranslated [ \-a\fR, \fB\-\-allow\-guest ]\fR
104 .B_untranslated [ \-d\fR, \fB\-\-deny\-guest ]\fR
105 Denies guest access (default).
107 .B_untranslated [ \-L\fR, \fB\-\-load\-settings ]\fR
108 Load/save webserver settings from/to remote aMule.
109 This causes amuleweb to ignore command-line and config-file settings, and load them from aMule.
110 When saving preferences none will be written to the config file, but to aMule.
111 (Of course, this works only for those settings that can be set in aMule's Preferences->Remote Controls.)
113 .B_untranslated [ \-\-no\-php ]\fR
114 Disable PHP interpreter (deprecated)
116 .B_untranslated [ \-N\fR, \fB\-\-no\-script\-cache ]\fR
117 Recompiles PHP pages on each request.
119 \fB[ \-\-create\-config\-from\fR=\fI<path>\fR \fB]\fR
120 Create config file based upon \fI<path>\fR, which must point to a valid aMule config file, and then exit.
122 .B_untranslated [ \-\-help ]\fR
123 Prints a short usage description.
125 .B_untranslated [ \-\-version ]\fR
126 Displays the current version number.
128 \fB[ \-\-amule\-config\-file\fR=\fI<path>\fR \fB]\fR
129 aMule config file path.
130 .B DO NOT USE DIRECTLY!
131 aMule uses this option when starting amuleweb at aMule startup.
132 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.
135 For all options which take a \fI<path>\fR value, if the \fIpath\fR contains no
136 directory part (i.e. just a plain filename), then it is considered to be under
137 the aMule configuration directory, \fI~/.aMule\fR.
139 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]
140 where \fIlang\fR is the primary language, \fILANG\fR is a sublanguage/territory,
141 \fIencoding\fR is the character set to use and \fImodifier\fR
142 allows the user to select a specific instance of localization data within a
145 For example, the following strings are valid:
149 .RB_untranslated de_DE
151 .RB_untranslated de_DE.iso88591
153 .RB_untranslated de_DE@euro
155 .RB_untranslated de_DE.iso88591@euro
158 Though all the above strings are accepted as valid language definitions,
159 \fIencoding\fR and \fImodifier\fR are yet unused.
161 In addition to the format above, you can also specify full language names in
162 English - so \fB\-l german\fR is also valid and is equal to \fB\-l de_DE\fR.
164 When no locale is defined, either on command-line or in config file, system
165 default language will be used.
167 \fBamuleweb\fR is capable of displaying information in different skins.
168 These skins are called templates, and you can make amuleweb load a specific template via the \fB\-t\fR command line option.
169 Templates are searched in two places: first in \fI~/.aMule/webserver/\fR and then in \fI/usr/share/amule/webserver/\fR if you installed with \-\-prefix=/usr.
171 Each template must be in a subdirectory of the template name, and this directory must contain all files the template needs.
177 \fI$(pkgdatadir)\fR/webserver/
179 Typically amuleweb will be first run as:
181 \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
185 \fBamuleweb\fR \fB\-\-create-config-from\fR=\fI/home/username/.aMule/amule.conf\fR
187 These will save settings to \fI$HOME/.aMule/remote.conf\fR, and later you only need to type:
189 .B_untranslated amuleweb
191 Of course, you may specify any more or less options on the first example line, and you may also totally omit it.
193 Please report bugs either on our forum (\fIhttp://forum.amule.org/\fR), or in our bugtracker (\fIhttp://bugs.amule.org/\fR).
194 Please do not report bugs in e-mail, neither to our mailing list nor directly to any team member.
196 aMule and all of its related utilities are distributed under the GNU General Public License.
198 .B_untranslated amule\fR(1), \fBamulecmd\fR(1)
200 This manpage was written by Vollstrecker <amule@vollstreckernet.de>