Changes between Version 10 and Version 11 of FAQ
- Timestamp:
- 03/05/09 16:10:38 (14 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
FAQ
v10 v11 31 31 You can start IWS from the /etc/init.d directory, currently we don't support automatic startup. 32 32 33 Manually start the webserver: 34 /etc/init.d/dsm_om_connsvc start 33 Now the web interface should work (tested on Lenny/etch release). Start it with 34 {{{ 35 /etc/init.d/dsm_om_connsvc start 36 }}} 37 or have it started automatically on system startup with 38 {{{ 39 update-rc.d dsm_om_connsvc defaults 40 }}} 35 41 36 To automatically start the webser on boot: 37 /usr/sbin/update-rc.d dsm_om_connsvc start 20 2 3 4 5 . stop 19 0 1 6 . >/dev/null 42 To access the web interface, surf to 43 {{{ 44 https://localhost:1311 45 }}} 46 . You might have to add an exception for the security certificate, depending on your browser settings. 38 47 39 You can login to the webserver using a local account on port 1311, for example:40 https://your-machine.net:131141 48 42 49 == Note for amd64 ==