可使用 FireFox, IE Browser 來設定系統,實現 Web 2.0
1. 首先加入 YaST Web 套件庫
http://download.opensuse.org/repositori ... SUSE_11.2/2. 加入以下套件 (Software management)
加入 rubygem-rails 套件
加入 yast-webservice 套件
加入 yast-webclient 套件
3.
YaST-Web 分成兩部份組成
YaSTWC = Browser <---> YaST 溝通 (提供 html 頁面給 Browser)
YaSTWS = YaST <---> 系統溝通 (處理 xml, 內部使用)
4.
啟動(rcyastws start)
預設值 : "只"有本機才能連, 怎麼修改勒 ?
/etc/yastws/lighttpd.conf
server.bind = 0.0.0.0 外部可連
啟動(rcyastwc start)
預設值 : "只"有裝 SSL 才能連,若不裝 SSL, 怎麼修改勒 ?
/srv/www/yast/config/lighttpd.conf
ssl.engine = disable 取消 ssl
5.
http://localhost:4984 Pure data --> 連到 rcyastws
http://localhost:54984 Support html --> 連到 rcyastwc
ps: 以上改法不附安全保證
