Apache/2.x.xx(Unix) PHP/5.3.15 with Suhosin-Patch mod_wsgi/3.x Python/2.x.x mod_fastcgi/2.x.x mod_ssl/2.x.xOpenSSL/0.x.x DAV/2 Server at example.com Port 80
とりあえずやってみた。
Note—(有線)—Gbit-Hub —(有線)— Desktop という構成でどちらのPCのポートはGbitである。
Note as a client—Desktop as a server としてクライアントから実施すると 100Mbps
逆に
Desktop as a client—Note as a Server としてクライアントから実施すると 1000Mbps
なんじゃこりゃ?しかもUDPしか通らなかった。TCP は通らない。両方のあるいはどちらかのPCのFirewallのせいか?
Note—(無線 a/n 兼ルータ:Gbit)—Gbit-Hub —(有線)— Desktop ( 無線APの表示は150Mbps )では
Note as a client—Desktop as a server としてクライアントから実施すると 70Mbps
逆に
Desktop as a client---Note as a server としてクライアントから実施すると 1070Mbps
ま、無線のほうはこんなもんだろ。
クロスUTPケーブルで試すのが最初かな?
Mの更新(Mountain Lion OSX10.8サーバ) その21 apache2スタート・停止
Server.app からWebサービスの停止・開始スイッチで切り替えればいいけど;
apache のコマンド
再起動: $ /usr/sbin/apachectl restart
停止: $ /usr/sbin/apachectl stop
起動: $ /usr/sbin/apachectl start
Usage: /usr/sbin/httpd [-D name] [-d directory] [-f file]
[-C “directive”] [-c “directive”]
[-k start|restart|graceful|graceful-stop|stop]
[-v] [-V] [-h] [-l] [-L] [-t] [-T] [-S]
Options:
-D name : define a name for use in directives
-d directory : specify an alternate initial ServerRoot
-f file : specify an alternate ServerConfigFile
-C “directive” : process directive before reading config files
-c “directive” : process directive after reading config files
-e level : show startup errors of level (see LogLevel)
-E file : log startup errors to file
-v : show version number
-V : show compile settings
-h : list available command line options (this page)
-l : list compiled in modules
-L : list available configuration directives
-t -D DUMP_VHOSTS : show parsed settings (currently only vhost settings)
-S : a synonym for -t -D DUMP_VHOSTS
-t -D DUMP_MODULES : show all loaded modules
-M : a synonym for -t -D DUMP_MODULES
-t : run syntax check for config files
-T : start without DocumentRoot(s) check
Mの更新(Mountain Lion OSX10.8サーバ) その19 ユーザの追加
サーバ.app で追加したユーザはワークグループマネージャで認識されない。逆もそうだ。サーバ.appで追加したユーザをワークグループマネージャで強引に作成しようとすると、もうそのユーザ名は使われているからだめだといってくる。
ーバ.appで追加したユーザのdirectoryは自動的につくられるわけではない。以前はワークグループマネージャで追加すると自動的にできていたけど。
サーバ.appで追加したユーザのdirectoryに自動的にSitesができるが、何かの操作をする必要があるようだ。なんかをやったため自動的にできている。
ようするに、あとからダウンロードして追加したワークグループマネージャとサーバ.appは連携がとれていないのだ。どうしたもんかな。 OS X Server: Workgroup Manager not included.によれば;
Workgroup Manager is not included with OS X Server.
A legacy version of Workgroup Manager is available from Apple Support Downloads for use on Mountain Lion.
とあるから、使えることは使える。10.8用のも用意されている、がサーバ,appと連携してないと混乱するだけだ。