flagflag  If you want to see English page, please click "English" Button at Left.
3: 2009-11-18 (水) 22:37:47 iseki ソース 4: 2010-04-28 (水) 00:51:29 admin ソース
Line 13: Line 13:
- ''sl_relay'' is part of ''[[sl_proxy>sl_proxy (E)]]''. - ''sl_relay'' is part of ''[[sl_proxy>sl_proxy (E)]]''.
-- The current version is ''1.7.1'' (12 Nov. '09)+- The current version is ''1.8.0'' (28 Apr. '10) 
 +#br
***''Outline of Functions.'' [#b28df040] ***''Outline of Functions.'' [#b28df040]
Line 47: Line 48:
- Because the configuration file is read before ''sl_relay'' does the switch to the effective user, exec user should be able to be read. - Because the configuration file is read before ''sl_relay'' does the switch to the effective user, exec user should be able to be read.
- The setting of each item is described in the configuration file. Empty lines or lines starting with # are not read. - The setting of each item is described in the configuration file. Empty lines or lines starting with # are not read.
 +#br
*** Items [#mdd29c33] *** Items [#mdd29c33]
-Communication port with SIM Server+**** Communication port with SIM Server [#p93e3cae]
-[[MinUdpExPort>./MinUdpExPort]] -[[MinUdpExPort>./MinUdpExPort]]
-[[MaxUdpExPort>./MaxUdpExPort]] -[[MaxUdpExPort>./MaxUdpExPort]]
Line 56: Line 57:
-[[MaxTcpExPort>./MaxTcpExPort]] -[[MaxTcpExPort>./MaxTcpExPort]]
-Communication port with Viewer+**** Communication port with Viewer [#k3e77800]
-[[MinUdpImPort>./MinUdpImPort]] -[[MinUdpImPort>./MinUdpImPort]]
-[[MaxUdpImPort>./MaxUdpImPort]] -[[MaxUdpImPort>./MaxUdpImPort]]
Line 62: Line 63:
-[[MaxTcpImPort>./MaxTcpImPort]] -[[MaxTcpImPort>./MaxTcpImPort]]
-Control port of Relay Controller+**** Control port of Relay Controller [#veb796bb]
-[[MinControlPort>./MinControlPort]] -[[MinControlPort>./MinControlPort]]
-[[MaxControlPort>./MaxControlPort]] -[[MaxControlPort>./MaxControlPort]]
-HTTPS(SSL)+**** HTTPS(SSL) [#c3106ca2]
-[[CERT_PEM_File>./CERT_PEM_File]] -[[CERT_PEM_File>./CERT_PEM_File]]
-[[SKEY_PEM_File>./SKEY_PEM_File]] -[[SKEY_PEM_File>./SKEY_PEM_File]]
-[[CA_PEM_File>./CA_PEM_File]] -[[CA_PEM_File>./CA_PEM_File]]
-Access control+**** Access control [#rf8a9f3c]
-[[Hosts_Allow_File>/sl_proxy (E)/Hosts_Allow_File]] -[[Hosts_Allow_File>/sl_proxy (E)/Hosts_Allow_File]]
-[[ExternalWebProxy>./ExternalWebProxy]]​ -[[ExternalWebProxy>./ExternalWebProxy]]​
-[[Proxy_Allow_File>./Proxy_Allow_File]]​ -[[Proxy_Allow_File>./Proxy_Allow_File]]​
-Etc. etc.+**** Etc. etc. [#s663b4ba]
-[[Temp_File_Dir>/sl_proxy (E)/Temp_File_Dir]] -[[Temp_File_Dir>/sl_proxy (E)/Temp_File_Dir]]
-[[MaxIdleTime>/sl_proxy (E)/MaxIdleTime]] -[[MaxIdleTime>/sl_proxy (E)/MaxIdleTime]]
 +#br
**Execute Options [#p28613aa] **Execute Options [#p28613aa]
- sl_relay  [-s server_name[:port]] [-p port] [-u user_name] [-f config_file+ sl_relay  [-s server_name[:port]] [-p port] [-f config_file] [-u user_name
-           [-v syslog_level] [-i interface_address] [-pid pid_file+           [-i interface_address] 
-           [-as] [-aca] [-ano] +           [-pid pid_file] [-l [log_file]] [-v syslog_level]
-           [-is [info_server:port]]+
           [-cs [cache_server:port]] [-cg] [-cp]            [-cs [cache_server:port]] [-cg] [-cp]
-           [-xp web_proxy_server:port] [-p [port]] [-mm+           [-is [info_server:port]] [-wf
-           [-wf+           [-vs [voice_relay_server:port]
-           [-d] [-x] [-xt] [-xu] [-xuf]+           [-as] [-aca] [-ano] 
 +           [-xp [web_proxy_server:porti]] [-ip [port]] [-ipx [port]] [-mm]
           [-ver version]            [-ver version]
 +           [-d] [-x] [-xt] [-xu] [-xuf]
 +           [--version] [--help] [-h]
 +
 + -s  : specify login server of Second Life. default is login.agni.lindenlab.com:443
 + -p  : port number that Viewer connects. default is 8100.
 + -f  : configuration file. default is /usr/local/etc/sl_proxy/sl_relay.conf
 + -u  : specify effective user.
 + -i  : specify Viewer side network interface IP address.
 +       if your server has two or more network interfaces,
 +       you need to use this option.
 + -pid : specify pid file.
 + -l  : specify log file. default is /var/sl_proxy/sl_relay.log
 + -v  : level of syslog. default is LOG_INFO (7).
 +
 + -cs  : specify sl_cache cache server. default is localhost:8200
 + -cg  : only get cache data. do not save data.
 + -cp  : only save cache data. do not get data.
 +
 + -is  : specify sl_info infomation server. default is localhost:8086
 + -wf  : The access limitation to SIM by the white list is done in cooperation with sl_info.
-  -s : specify login server of Second Life. default is login.agni.lindenlab.com:443 + -vs : specify sl_voice_relay server. default is localhost:8088
-  -p  : port number that Viewer connects. default is 8100. +
-  -u  : effective user. +
-  -f  : configuration file. default is /usr/local/etc/sl_proxy/sl_relay.conf +
-  -l  : log file. not implemented yet. +
-  -v  : level of syslog. default is LOG_INFO (7). +
-  -i  : specify Viewer side network interface IP address. You need to use this option if your server has two or more network interfaces. +
-  -pid: pid file.+
-  -as : use HTTPS between Viewer and Relay Server. + -as : use HTTPS between Viewer and Relay Server. 
-  -aca: confirms Second Life Server by using C:\Program Files\SecondLife\app_settings\CA.pem + -aca : confirms Second Life Server by using C:\Program Files\SecondLife\app_settings\CA.pem 
-  -ano: no HTTPS communication. Not usually used - it is for OpenSim only. (Experimental option)+ -ano : no HTTPS communication. Do not use, usually. It is for OpenSim olny. (Experimental option)
-  -is : specify sl_info information server. default is localhost:8086 + -xp  : specify external web proxy server. 
-  -cs : specify sl_cache cache server. default is localhost:8200 + -ip  : use internal web proxy function with full access mode. 
-  -cg : only get cache data. Do not save data+       excute internal web proxy process. port number can be specified
-  -cp : only save cache data. Do not get data.+ -ipx : use internal web proxy function with restricted mode. 
 +       excute internal web proxy process.  port number can be specified
 + -mm  : relay MusicURL and MediaURL(High 23). If it is possible, to use web proxy function of viewer.
-  -ip : use internal web proxy function with full access mode. Start internal web proxy + -ver : rewrite Viewer version
-      process (port number can be specified.) +        Please use this temporarily only when you cannot immediately install new Viewer
-  -ipx: use internal web proxy function with restricted mode. Start internal web proxy +        It is dangerous to use this lasting long, and never do it!!
-      process (port number can be specified.) +
-  -xp : specify external web proxy server. +
-  -mm : relay MusicURL and MediaURL(High 23). It is preferable to use the web proxy function +
-       of viewer.+
-  -wf : Limit access to SIMs using the white list (done in cooperation with sl_info.)+ -: debug mode. display debug information 
 + -x  : TCP(HTTP/HTTPS) packets are saved at working directory and UDP packet headers are printed. 
 + -xt  : TCP(HTTP/HTTPS) packets are saved at working directory. 
 + -xu  : UDP packet headers are printed. 
 + -xuf : UDP packet is full dumped.
-  -d  : debug mode + --version : display Version information
-  -x : TCP(HTTP/HTTPS) packets are saved in the working directory and UDP packets are printed+ --help, -h : display this Help messages.
-  -xt : TCP(HTTP/HTTPS) packets are saved in the working directory. +
-  -xu : UDP packet headers are printed. +
-  -xuf: full UDP packet is dumped. +
-  -ver: change the Viewer version. Please only use this as a temporary measure if you cannot +
-       install a new Viewer. It is dangerous to keep using this, never do it!!+
**Processes [#f13647f7] **Processes [#f13647f7]


トップ   新規 ページ一覧 単語検索 最終更新   ヘルプ   最終更新のRSS 1.0 最終更新のRSS 2.0 最終更新のRSS Atom

サイト内 検索

ログイン

ユーザー名:

パスワード:


パスワード紛失
新規登録

サブ メニュー

ミニカレンダー

前月2024年 5月翌月
1 2 3 4
5 6 7 8 9 10 11
12 13 14 15 16 17 18
19 20 21 22 23 24 25
26 27 28 29 30 31
<今日>

オンライン状況

88 人のユーザが現在オンラインです。 (15 人のユーザが xpwiki を参照しています。)

登録ユーザ: 0
ゲスト: 88

もっと...

アクセスカウンタ

今日 : 9770977097709770
昨日 : 7722772277227722
総計 : 2344125123441251234412512344125123441251234412512344125123441251
Powered by XOOPS Cube 2.1© 2001-2006 XOOPS Cube Project
Design by XoopsDesign.com