Changeset 1833

Show
Ignore:
Timestamp:
08/14/08 20:26:36 (3 months ago)
Author:
taher
Message:

--

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • cherokee/branches/0.8/doc/bundle_cherokee-admin.txt

    r1819 r1833  
    1212 
    1313If you want to access the administration interface from the same 
    14 computer that you installed cherokee on simply start the 
     14computer that you installed cherokee on, simply start the 
    1515administration interface by running: 
    1616 
     
    2020---- 
    2121 
    22 Then redirect your web browser to 127.0.0.1:9090 this is the default 
    23 port for the administration interface. 
     22Then redirect your web browser to 127.0.0.1:9090, which is the default 
     23address and port for the administration interface. 
    2424 
    2525image::media/images/admin_launch.png[Cherokee admin interface] 
    2626 
    2727If 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  
     28computer, the easiest solution is to bind the cherokee administration 
     29interface to all network interfaces: 
    3130 
    3231---- 
     
    3736everyone that can access the computer can alter your cherokee 
    3837configuration. 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: 
     38better to use 'ssh -L' in these cases. 
     39 
     40Instead of binding it to every interface, we encourage you to use an 
     41SSH tunnel. This is the recommended way. In order to do so you must 
     42issue the following command: 
    4243 
    4344---- 
     
    4546---- 
    4647 
    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  
     48After that you can access the remote interface through 
     49http://localhost:9090 and every request will be forwarded to the 
     50remote IP running cherokee-admin. 
    5151 
    5252Of course these options can be combined to your heart's contempt. 
  • cherokee/branches/0.8/doc/media/css/cherokee_doc.css

    r1832 r1833  
    258258} 
    259259 
    260 div.imageblock div.content { text-align:center; padding-left: 0; margin-left:100px; } 
     260div.imageblock div.content { text-align:center; padding-left: 0; //margin-left:100px; } 
    261261div.imageblock img { border: 1px solid silver; } 
    262262span.image img { border-style: none; }