Changeset 1833
- Timestamp:
- 08/14/08 20:26:36 (3 months ago)
- Files:
-
- cherokee/branches/0.8/doc/bundle_cherokee-admin.txt (modified) (4 diffs)
- cherokee/branches/0.8/doc/media/css/cherokee_doc.css (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
cherokee/branches/0.8/doc/bundle_cherokee-admin.txt
r1819 r1833 12 12 13 13 If you want to access the administration interface from the same 14 computer that you installed cherokee on simply start the14 computer that you installed cherokee on, simply start the 15 15 administration interface by running: 16 16 … … 20 20 ---- 21 21 22 Then redirect your web browser to 127.0.0.1:9090 thisis the default23 port for the administration interface.22 Then redirect your web browser to 127.0.0.1:9090, which is the default 23 address and port for the administration interface. 24 24 25 25 image::media/images/admin_launch.png[Cherokee admin interface] 26 26 27 27 If you want to access the administration interface from another 28 computer, you need to bind the cherokee administration interface to 29 all network interfaces: 30 28 computer, the easiest solution is to bind the cherokee administration 29 interface to all network interfaces: 31 30 32 31 ---- … … 37 36 everyone that can access the computer can alter your cherokee 38 37 configuration. Don't use this in a production environment! It is much 39 better to use 'ssh -L' in these cases. These are the necessary steps 40 to be taken to create an SSH tunnel. This is the recommended way. In 41 order to do so you must issue the following command: 38 better to use 'ssh -L' in these cases. 39 40 Instead of binding it to every interface, we encourage you to use an 41 SSH tunnel. This is the recommended way. In order to do so you must 42 issue the following command: 42 43 43 44 ---- … … 45 46 ---- 46 47 47 After that you can access the remote interface through 48 http://localhost:9090 and every request will be forwarded to the 49 remote IP running cherokee-admin. 50 48 After that you can access the remote interface through 49 http://localhost:9090 and every request will be forwarded to the 50 remote IP running cherokee-admin. 51 51 52 52 Of course these options can be combined to your heart's contempt. cherokee/branches/0.8/doc/media/css/cherokee_doc.css
r1832 r1833 258 258 } 259 259 260 div.imageblock div.content { text-align:center; padding-left: 0; margin-left:100px; }260 div.imageblock div.content { text-align:center; padding-left: 0; //margin-left:100px; } 261 261 div.imageblock img { border: 1px solid silver; } 262 262 span.image img { border-style: none; }