Size: px
Start display at page:

Download ""

Transcription

1

2

3

4 #100

5 ! #102

6 +

7

8 #5

9 #6

10 #7

11 ! #8

12 #9

13 #10

14 #11

15 #12

16 #13

17 #14

18 #15

19 #16

20 #17

21 # #18

22 #19

23 1: Listen 80 2: ServerRoot /var/www 3: DocumentRoot /var/www/htdocs 4: 5: User nobody 6: Group nobody 17: MaxRequestsPerChild 0 18: ErrorLog logs/error_log 19: 20: <Directory /> 21: Options FollowSymLinks 22: AllowOverride None 23: </Directory> #20

24 #21

25 #22

26 #23

27 #24

28 #25

29 <IfModule...> <IfModule proxy_module>...</ifmodule> <IfModule mod_proxy.c>...</ifmodule> Apache httpd.conf Include +

30 #26

31 ! #27

32 highperformance.conf #28

33 1: Listen 80 2: ServerRoot /var/www 3: DocumentRoot /var/www/htdocs 4: 5: User nobody 6: Group nobody 7: 8: <IfModule worker.c> 9: StartServers 2 10: MaxClients : MinSpareThreads 25 12: MaxSpareThreads 75 13: ThreadsPerChild 25 14: MaxRequestsPerChild 0 15: </IfModule> 16: 17: MaxRequestsPerChild 0 18: ErrorLog logs/error_log 19: 20: <Directory /> 21: Options FollowSymLinks 22: AllowOverride None 23: </Directory> #29

34 +

35 httpd.conf mod_access (mod_authz_host) configure LoadModule +

36 #30

37 LoadModule log_config_module modules/mod_log_config.so LogFormat %h %l %u %t \"%r\" %>s %b common CustomLog logs/access_log common #31

38 LoadModule dir_module modules/mod_dir.so DirectoryIndex index.html #32

39 LoadModule setenvif_module modules/mod_setenvif.so BrowserMatch "Mozilla/2" nokeepalive BrowserMatch "MSIE 4\.0b2;" nokeepalive downgrade-1.0 BrowserMatch "RealPlayer 4\.0" force-response-1.0 BrowserMatch "Java/1\.0" force-response-1.0 BrowserMatch "JDK/1\.0" force-response #33

40 #34

41 #35

42 #36

43 ./configure --help --disable-name... --enable-name... +

44 ./configure --disable-include./configure --enable-proxy --enable-rewrite # mod_proxy, mod_rewrite./configure --enable-mods-shared=all # #37

45 #38

46 AddHandler default.gif AddHandler cgi-script.cgi AddHandler php-script.php <Location /status> SetHandler server-status </Location> ScriptAlias /cgi-bin/ /var/www/cgi-bin/ #39

47 Alias /virtual/ /home/oyama/htdocs/ RewriteEngine On RewriteRule ^(.+).html$ $1.php #40

48 #41

49 #42

50 #43

51 #44

52 HTTP HTTP http_core.c, mod_mime.c #45

53 Mappers URI mod_alias.c, mod_dir.c, mod_negotiation.c, mod_rewrite.c, mod_userdir.c, mod_vhost_alias.c etc... #46

54 AAA Authorization And Authentication mod_access.c, mod_auth.c etc. #47

55 2.2 AAA mod_access +

56 Metadata Apache mod_env.c, mod_expires.c, mod_headers.c, mod_mime_magic.c, mod_setenvif.c, mod_unique_id.c, mod_usertrack.c etc... #48

57 Generators #49

58 Filters #50

59 Loggers #51

60 #52

61 API ap_hook_translate_name() ap_hook_map_to_storage() ap_hook_header_parser() ap_hook_access_checker() ap_hook_check_user_id() ap_hook_auth_checker() ap_hook_type_checker() ap_hook_fixups() ap_hook_handler() ap_hook_log_transaction() Apache ap_run_translate_name() ap_run_map_to_storage() ap_run_header_parser() ap_run_access_checker() ap_run_check_user_id() ap_run_auth_checker() ap_run_type_checker() ap_run_fixups() ap_run_handler() ap_run_log_transaction() +

62 module Directive Apache etc... +

63 +

64 mod_dir.c DirectoryIndex, DirectorySlash index /( ) / URL ap_hook_fixups() +

65 mod_dir.c Web DirectoryIndex +

66 mod_userdir.c UserDir /~( ) URI ap_hook_translate_name() mod_alias.c, mod_vhost_alias.c +

67 AAA mod_auth_* (Basic/Digest ) mod_authz_* (,, etc...) mod_authn_* (file,dbm etc...) +

68 mod_authn_file.c AuthUserFile mod_auth_basic/mod_auth_digest +

69 mod_authn_file.c mod_authn_dbm.c, mod_authnz_ldap.c, mod_authn_dbd.c +

70 1: static int my_access_check(request_rec *r) 2: { 3: const char *cookie; 4: 5: cookie = apr_table_get(r->headers_in, 6: Cookie ); 7: if (cookie!= NULL 8: && strcmp(cookie, key=value )!= 0) { 9: return OK; 10: } 11: 12: return HTTP_FORBIDDEN; 13: } +

71 mod_expires.c ExpiresAcitve, ExpiresByType, ExpiresDefault Expires: Cache-Control: Filter +

72 mod_expires.c Expires mtime ExpiresByType text/css M3600 ExpiresByType text/gif A3600 +

73 mod_header.c Header, RequestHeader / mod_expires.c Filter ap_hook_fixups() +

74 mod_cgi.c ScriptLog, ScriptLogLength, ScriptLogBuffer fork() & exec() ap_hook_hander() cgi-script +

75 mod_cgi.c cgi-script HTTP GET/POST ExecCGI stat() fork() & exec() body pipe (stdin) write pipe (stdout) read Location: +

76 mod_phpx.c php_value, php_flag, php_admin_value mod_cgi ap_hook_handler() +

77 mod_proxy_ajp.c AJP13 Proxy Web AJP13 AJP13 +

78 Apache mod_setenvif mod_rewrite mod_log_config AAA +

79 #53

80

InternetWeek2005-T16

InternetWeek2005-T16 1 2 3 #5 4 #6 5 #7 6 ! #8 7 #9 8 #10 9 #11 10 #12 11 #13 12 #14 13 #15 14 http://httpd.apache.org/docs/2.2/mod/ http://httpd.apache.org/docs/2.2/mod/quickreference.html! #16 15 #17 16 # #18 17 #19 18 1:

More information

付録B

付録B Kabayaki for Windows version 1.3.0 2 : Kabayaki for Windows 1.0.3 version HTTP Server Kabayaki for Windows 1.0.3 version Kabayaki for Windows HTTP Server Kabayaki for Windows 3 4 Internet Information Service

More information

Apache Web Server 2 Compaq ActiveAnswers Deskpro Compaq Insight Manager Fastart Systempro Systempro/LT ProLiant ROMPaq Qvision SmartStart NetFlex Quic

Apache Web Server 2 Compaq ActiveAnswers Deskpro Compaq Insight Manager Fastart Systempro Systempro/LT ProLiant ROMPaq Qvision SmartStart NetFlex Quic Technical Guide 1999 5 Internet and E-Commerce Solutions Business Unit Enterprise Solutions Division Apache Web Server Compaq Linux Apache HTTP Compaq Computer Corporation...3...3...4...5...6...7...7...7...8...10...10...16...16

More information

Apache on CLUSTERPRO for Linux HOWTO

Apache on CLUSTERPRO for Linux HOWTO Apache on CLUSTERPRO for Linux HOWTO 1 はじめに この 文 章 は Linuxの 標 準 HTTPサーバであるApacheとCLUSTERPRO for Linuxを 組 み 合 わせてフェイル オーバクラスタを 構 成 するのに 必 要 な 情 報 を 記 述 したものです HTTPサーバをフェイルオーバクラスタ 化 す ることにより 単 一 Linuxサーバでは

More information

#"

# !" #" !!! $" x %" 2011.3.11 3.12 3.1 4.02 4.17 4.24 4.28 4.29 5.8 5.14 6.4 7.3 8.1 8.10 8.23 8.28 9.10 9.30 11.13 11.21 12.23 12.28 2012.2.24 3.18 3.20 3.24 &" ! '" (" )" *" !+" !!" !#" !$" !%" !& !'"

More information

In This Lesson

In This Lesson Web サーバ設定 Apache を利用した Web サーバ構築 Ver. 1.0 2006.7.2 1 Basics Web サーバ設定目次 Web サーバの種類 Apache の概要 標準設定 (httpd.conf) その他の設定 More ユーザ認証 リダイレクト バーチャルホスティング SSL Tips サーバ情報 ログ 2 環境 本講座で使用するサーバ環境 OS: Red Hat Enterprise

More information

●70974_100_AC009160_KAPヘ<3099>ーシス自動車約款(11.10).indb

●70974_100_AC009160_KAPヘ<3099>ーシス自動車約款(11.10).indb " # $ % & ' ( ) * +, -. / 0 1 2 3 4 5 6 7 8 9 : ; < = >? @ A B C D E F G H I J K L M N O P Q R S T U V W X Y " # $ % & ' ( ) * + , -. / 0 1 2 3 4 5 6 7 8 9 : ; < = > ? @ A B

More information

DSASのやりくり

DSASのやりくり DSAS MATRIX 4 KLab http://dsas.blog.klab.org 2008 3 28 KLab K id:hirose31 KLab K DSAS Web WEB+DB PRESS Vol.38 43 24 KLab 5 6 7 1 ... 2 3 ... DSAS 4 -DSAS MATRIX 5 6 XXX Web DB Storage Log lvs lls... WARN

More information

WebOTX Webサーバ運用ガイド

WebOTX Webサーバ運用ガイド WebOTX Web サーバ 運 用 ガイド WebOTX Web サーバ 運 用 ガイド バージョン: 7.1 版 数 : 第 四 版 リリース: 2009 年 11 月 Copyright (C) 1998-2008 NEC Corporation. All rights reserved. 目 次 1. はじめに... 1 2. 機 能... 2 2.1. 機 能 概 要... 2 2.2.

More information

Interstage HTTP Server 運用ガイド

Interstage HTTP Server 運用ガイド Interstage Application Server/ Interstage Web Server Interstage HTTP Server 運 用 ガイド Windows/Solaris/Linux B1WN-9491-10Z0(00) 2009 年 11 月 まえがき 本 書 の 目 的 本 書 は Interstage HTTP Server 運 用 ガイド です 本 書 は Interstage

More information

…l…b…g…‘†[…N…v…“…O…›…~…fi…OfiÁŸ_

…l…b…g…‘†[…N…v…“…O…›…~…fi…OfiÁŸ_ 12 : REST : Apache Tomcat Node.js 1 / 29 basic auth/:.htaccess.htpasswd.htaccess Web ( MIME ) testcgi.c: CGI rest.rb: yahoo CGI (written in ruby) tomcat/ testform.html: form.jsp form.jsp: PUT JSP form

More information

76

76 ! # % & % & %& %& " $ 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 % & &! & $ & " & $ & # & ' 91 92 $ % $'%! %(% " %(% # &)% & 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 !$!$ "% "%

More information

†ı25”Y„o-PDF.ren

†ı25”Y„o-PDF.ren 12,000 10,000 8,000 6,000 4,000 2,000 0 1998 1999 2000 2001 2002 2003 2004 1,200 1,000 800 600 400 200 0 1998 1999 2000 2001 2002 2003 2004 $ "! ''" '' ''$ ''% ''& '''! " ' & % $ "! ''" ' '$ '% '& ''!

More information

チュートリアル: タイルのキャッシュを設定する方法

チュートリアル: タイルのキャッシュを設定する方法 Spectrum Technology Platform バージョン 8.0.0 SP1 このチュートリアルでは Spectrum Technology Platform でマップタイルのキャッシュを設定するために必要な手順を説明します 米国 : www.pb.com/software www.pbinsight.com/support カナダ : www.pb.com/software www.pbinsight.com/support

More information

ii II Web Web HTML CSS PHP MySQL Web Web CSS JavaScript Web SQL Web 2014 3

ii II Web Web HTML CSS PHP MySQL Web Web CSS JavaScript Web SQL Web 2014 3 Web 2.0 Web Web Web Web Web Web Web I II I ii II Web Web HTML CSS PHP MySQL Web Web CSS JavaScript Web SQL Web 2014 3 1. 1.1 Web... 1 1.1.1... 3 1.1.2... 3 1.1.3... 4 1.2... 4 I 2 5 2. HTMLCSS 2.1 HTML...

More information

C G I 入 門 講 座

C G I 入 門 講 座 Apache VsftpdPerl tsuyoshi@t-ohhashi JAPET NTT Linux 1 FTP CGI VSFTP Apache Perl Perl CGI Apache CGI CGI Perl CGI CGI PHP CGI CGI 2 Windows CGI EUC Windows Windows CGI 64KB Windows CGI ( ) Windows TeraPad

More information

- 1 - - 2 - 320 421 928 1115 12 8 116 124 2 7 4 5 428 515 530 624 921 1115 1-3 - 100 250-4 - - 5 - - 6 - - 7 - - 8 - - 9 - & & - 11 - - 12 - GT GT - 13 - GT - 14 - - 15 - - 16 - - 17 - - 18 - - 19 - -

More information

Interstage HTTP Server 運用ガイド

Interstage HTTP Server 運用ガイド Interstage Application Server/ Interstage Web Server Interstage HTTP Server 運用ガイド Windows/Solaris/Linux B1WN-9491-10Z0(00) 2009 年 11 月 まえがき 本書の目的 本書は Interstage HTTP Server 運用ガイド です 本書は Interstage HTTP

More information

Oracle9i Application Server Oracle HTTP Server管理ガイド, リリース2(9.0.2)

Oracle9i Application Server Oracle HTTP Server管理ガイド, リリース2(9.0.2) Oracle9i Application Server Oracle HTTP Server 管理ガイド リリース 2(9.0.2) 2002 年 9 月 部品番号 :J05894-02 Oracle9i Application Server Oracle HTTP Server 管理ガイド, リリース 2(9.0.2) 部品番号 :J05894-02 原本名 :Oracle HTTP Server

More information

Oracle HTTP Server管理者ガイド, 10g(10.1.3.1.0)

Oracle HTTP Server管理者ガイド, 10g(10.1.3.1.0) Oracle HTTP Server 管 理 者 ガイド 10g(10.1.3.1.0) 部 品 番 号 : B31847-01 2006 年 12 月 Oracle HTTP Server 管 理 者 ガイド, 10g(10.1.3.1.0) 部 品 番 号 : B31847-01 原 本 名 : Oracle HTTP Server Administrator's Guide, 10g (10.1.3.1.0)

More information

w w 2

w w 2 w w 2 w w w 3 w w w 4 w w 5 w $ mysql v 6 7 8 9 http://dev.mysql.com/downloads/mysql/5.5.html w 10 11 w 12 13 $ /usr/local/mysql/bin/mysql -u root" mysql> SET PASSWORD FOR root@ localhost = PASSWORD( );"

More information

PowerPoint Presentation

PowerPoint Presentation Apache Web Server 入門 PropStation ネットワーク管理者養成コース第 7 回 2005/1/25 うえだうえお ( 有 ) うえだうえおうぇあ http://www.ueo.co.jp Apache Web Server http://httpd.apache.org/( 英語 ) http://www.apache.jp/( 日本語 ) 世界一のシェアを誇る高機能 WWW

More information

m_sotsuron

m_sotsuron iphone Web 0848066 1. 1 1 1 2 iphone 2 3 2 4 3 2. 3 1 3 2 iphone Web 6 3 HTML 10 4 CSS 12 5 iphone 14 6 15 7 16 8 ipad 18 3. 22 iphone Web Web 2 iphone Web iphone iphone Web iphone Web PC 1 2000 iphone

More information

血統詳細/BT

血統詳細/BT 17 b!$$$"$$$# $% '& # $%#""! "#!! " "!"!! ""#! "!!"! '!!!#!! " "#! "!! )&' +) +* +)* #( $% ( 14 a $% " " (! "##!## "#!!!!!!"!!!! 3d *,*),)* +! #! "## "" "",$%#( (,()'& #$% ##!"!! ##" "!! )* 2f ")+! * "!!

More information

PowerPoint プレゼンテーション

PowerPoint プレゼンテーション "# "# $%&' "#$% $# & $# $% % ' ()(*"#$% +,(- ()(*"#$%.' ()(* $/.0##'' %0$&0% 1*2#/0/%'&0343$56 789#/0/'%&04../ "3"0##"$ "0%0$" "7 1*2#.30///04%.$ 789#.30///0#$'4 http://www.ibie2016.com/exhibitorlist/

More information

WEB DB PRESS Vol.1 65

WEB DB PRESS Vol.1 65 http://www.fastcgi.com/ http://perl.apache.org/ 64 WEB DB PRESS Vol.1 WEB DB PRESS Vol.1 65 Powered by mod_perl, Apache & MySQL my $input; my %form; read STDIN, $input, $ENV{'CONTENT_LENGTH'}; foreach

More information

インストール取扱説明書

インストール取扱説明書 Kabayaki for Windows version 1.2.1 2 Kabayaki for Windows 7 13 13... 15 19 19 Kabayaki for Windows... 21 Kabayaki,... 21 ActivePerl... 22 Apache HTTP Server... 23 (IIS)... 23 Windows NT 4.0... 24 Windows

More information

Interstage HTTP Server 運用ガイド

Interstage HTTP Server 運用ガイド FUJITSU Software Interstage Application Server/ Interstage Web Server Express Interstage HTTP Server 運用ガイド Windows/Solaris/Linux B1WS-1026-04Z0(00) 2014 年 2 月 まえがき 本書の目的 本書は Interstage HTTP Server を運用するために必要な環境設定

More information

1 ARENA DNS CSR ID ( ).. I 3-1 3-1

1 ARENA DNS CSR ID ( ).. I 3-1 3-1 . II NTTPC 1 ARENA DNS CSR ID ( ).. I 3-1 3-1 30 http://web.arena.ne.jp/suite/support/startup/admin-useradd/index.html 31 32 33 34 http://web.arena.ne.jp/suite/cgiinstaller/index.html 35 36 CGI 37 CGI

More information

Oracle Application Server 10g Release 3(10.1.3)Oracle HTTP Serverの概要

Oracle Application Server 10g Release 3(10.1.3)Oracle HTTP Serverの概要 Oracle Application Server 10g Release 3 10.1.3 Oracle HTTP Server Oracle 2005 12 Oracle Application Server 10g Oracle HTTP Server... 3 OHS:... 3 Oracle HTTP Server... 4 Apache : HTTP v1.1... 4 Apache 2.0...

More information

(Microsoft PowerPoint - PHP\223\374\226\345 - CakePHP.pptx)

(Microsoft PowerPoint - PHP\223\374\226\345 - CakePHP.pptx) PHP 入 門 CakePHPからはじめるPHP 日 本 PHPユーザ 会 / 日 本 PostgreSQLユーザ 会 大 垣 靖 男 yohgaki@ohgaki.net http://www.php.net/ http://www.php.gr.jp/ PHP 超 入 門 PHPとは PHPはWebサーバモジュールとして 動 作 するプログラミング 言 語 基 本 的 に 埋 め 込 み 型 C

More information

(1) (FTTH DSL CATV) (2) IP DHCP / (3) (4) 2 ( ) FFFTP FFFTP Download ffftp-1.92.exe (620,256 ) http://www2.biglobe.ne.jp/~sota/ffftp.html 2

(1) (FTTH DSL CATV) (2) IP DHCP / (3) (4) 2 ( ) FFFTP FFFTP Download ffftp-1.92.exe (620,256 ) http://www2.biglobe.ne.jp/~sota/ffftp.html 2 Linux Star and Moon...2 Vine Linux 2.5...3 (1)...3 (2)...3 (3)...11 IP...12 Apache...13 4.1 Apache...13 4.3 PHP...17 4.4...17 4.5...17 4.6...17 4.7...21 4.8 Apache...26 Webmin...28 Samba...30 6.1 Samba...30

More information

Oracle HTTP Serverスタンドアロン・デプロイの管理Apache 2.0ベース, 10gリリース3(10.1.3)

Oracle HTTP Serverスタンドアロン・デプロイの管理Apache 2.0ベース, 10gリリース3(10.1.3) Oracle HTTP Server スタンドアロン デプロイの管理 Apache 2.0 ベース 10g リリース 3(10.1.3) 部品番号 : B28577-01 2006 年 6 月 Oracle HTTP Server スタンドアロン デプロイの管理 Apache 2.0 ベース, 10g リリース 3(10.1.3) 部品番号 : B28577-01 原本名 : Oracle HTTP

More information

橡Taro9-生徒の活動.PDF

橡Taro9-生徒の活動.PDF 3 1 4 1 20 30 2 2 3-1- 1 2-2- -3- 18 1200 1 4-4- -5- 15 5 25 5-6- 1 4 2 1 10 20 2 3-7- 1 2 3 150 431 338-8- 2 3 100 4 5 6 7 1-9- 1291-10 - -11 - 10 1 35 2 3 1866 68 4 1871 1873 5 6-12 - 1 2 3 4 1 4-13

More information

H1-2-3-4.indd

H1-2-3-4.indd 1 1 1 2 3 9 9 10 10 12 12 14 14 16 16 17 18 19 21 28 1 26 11 22 26 11 23 26 11 24 Web 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 4 4 8 2 2 4 20 4 4 8 4 4 8 2 2 4 4 4 32 4 4 12 4 4 4 4 4 4 4 4 8 2

More information

w w w 2

w w w 2 w w w 2 w w w 3 w w 4 w $ mysql v 5 6 7 8 http://dev.mysql.com/downloads/mysql/5.5.html w 9 10 w 11 12 $ /usr/local/mysql/bin/mysql -u root" mysql> SET PASSWORD FOR root@ localhost = PASSWORD( );" mysql>

More information

Oracle HTTP Serverスタンドアロン・デプロイの管理Apache 2.0ベース, 10g( )

Oracle HTTP Serverスタンドアロン・デプロイの管理Apache 2.0ベース, 10g( ) Oracle HTTP Server スタンドアロン デプロイの管理 Apache 2.0 ベース 10g(10.1.3.1.0) 部品番号 : B31848-02 2007 年 4 月 Oracle HTTP Server スタンドアロン デプロイの管理 Apache 2.0 ベース, 10g(10.1.3.1.0) 部品番号 : B31848-02 原本名 : Oracle HTTP Server

More information

¥Í¥Ã¥È¥ï¡¼¥¯¥×¥í¥°¥é¥ß¥ó¥°ÆÃÏÀ

¥Í¥Ã¥È¥ï¡¼¥¯¥×¥í¥°¥é¥ß¥ó¥°ÆÃÏÀ 2 : TCP/IP : HTTP HTTP/2 1 / 22 httpget.txt: http.rb: ruby http get Java http ( ) HttpURLConnection 2 / 22 wireshark httpget.txt httpget cookie.txt ( ) telnet telnet localhost 80 GET /index.html HTTP/1.1

More information

Oracle HTTP Server管理者ガイド, 10gリリース2(10.1.2)

Oracle HTTP Server管理者ガイド, 10gリリース2(10.1.2) Oracle HTTP Server 管理者ガイド 10g リリース 2(10.1.2) 部品番号 : B15765-04 2006 年 6 月 Oracle HTTP Server 管理者ガイド, 10g リリース 2(10.1.2) 部品番号 : B15765-04 原本名 : Oracle HTTP Server Administrator s Guide, 10g Release 2 (10.1.2)

More information

Interstage HTTP Server 2.2 運用ガイド

Interstage HTTP Server 2.2 運用ガイド FUJITSU Software Interstage Application Server/ Interstage Web Server Express Interstage HTTP Server 2.2 運 用 ガイド Windows/Solaris/Linux J2UL-1719-03Z0(00) 2014 年 2 月 まえがき 本 書 の 目 的 本 書 は Interstage HTTP

More information

Oracle HTTP Server管理者ガイド, 10gリリース1(10.1)

Oracle HTTP Server管理者ガイド, 10gリリース1(10.1) Oracle HTTP Server 管 理 者 ガイド 10g リリース 1(10.1) 部 品 番 号 : B13515-01 2004 年 2 月 Oracle HTTP Server 管 理 者 ガイド, 10g リリース 1(10.1) 部 品 番 号 : B13515-01 原 本 名 : Oracle HTTP Server Administrator's Guide, 10g Release

More information

PostgreSQL 解析ドキュメント

PostgreSQL 解析ドキュメント postmaster Unix postmaster postmaster postmaster postmaster DB BootstrapMain() 7.4.2 postmaster [ 2 ] Unix [ 3 ] Unix ( ) (SIGKILL, SIGSTOP) abort exit abort core (core dump) exit core dump ( ) [ 4 ] [

More information

第2回_416.ppt

第2回_416.ppt 3 2 2010 4 IPA Web http://www.ipa.go.jp/security/awareness/vendor/programming Copyright 2010 IPA 1 2-1 2-1-1 (CSRF) 2-1-2 ID 2-1-3 ID 2-1-4 https: 2-1-5 ID 2-1-6 2-1-7 2-2 2-2-1 2-2-2 2-3 2 2-3-1 Web Copyright

More information

Interstage HTTP Server 2.2 運用ガイド

Interstage HTTP Server 2.2 運用ガイド FUJITSU Software Interstage Application Server/ Interstage Web Server Express Interstage HTTP Server 2.2 運用ガイド Windows/Solaris/Linux J2UL-1719-04Z0(00) 2014 年 10 月 まえがき 本書の目的 本書は Interstage HTTP Server

More information

スライド タイトルなし

スライド タイトルなし - - ( ) etc 6 () () () () 8 ( ) 9 Nice Body Body Body PowerPoint.pps OK () ()PowerPoint () () () 0 Good Good c 6 00 80cm 6 6 6 6 ~ 6 ++ 9 8 0 OK Y (A),(B) (A) (B) 6 6 69 6 996.. 0+ ISBN-8808-0-9 98.9.

More information

財政金融統計月報第720号

財政金融統計月報第720号 ! # " $ % &! # % " $ &! # % " $ &! # %! # % " $ & " $ &! # % " $ & !!!!!!! !!!!!!! ! # " $ ! # " $ ! " # $! " # $ ! # " $ ! # $& %" !

More information

Oracle Application Server 10gリリース2( )Oracle HTTP Serverの概要

Oracle Application Server 10gリリース2( )Oracle HTTP Serverの概要 Oracle Application Server 10g 2 10.1.2.0.2 Oracle HTTP Server 2005 10 Oracle Application Server 10g Oracle HTTP Server... 3 OHS:... 4 Web... 4... 4 OHS: Web... 5... 5 Oracle HTTP Server... 5... 7 OHS...

More information

インストール取扱説明書

インストール取扱説明書 Kabayaki for Linux version 1.3.0 2 Kabayaki for Linux : 2004-03-09 3 4 5 6 2004-03-10: Kabayaki for Linux Version 1.3.0 released. Red Hat Enterprise Linux 2.1 Adobe AcrobatMicrosoft Word/Excel/PowerPoint

More information

...... @media only screen and (max-width: 768px) {...... } RewriteEngine On RewriteCond %{HTTP_USER_AGENT} (iphone ipod ipad Android IEMobile) [NC] RewriteRule ^$ /sp/ [R,L]

More information

fp.gby

fp.gby 1 1 2 2 3 2 4 5 6 7 8 9 10 11 Haskell 12 13 Haskell 14 15 ( ) 16 ) 30 17 static 18 (IORef) 19 20 OK NG 21 Haskell (+) :: Num a => a -> a -> a sort :: Ord a => [a] -> [a] delete :: Eq a => a -> [a] -> [a]

More information

-59-

-59- 7-8. -58- -59- -60-7-9. -61- AVI.AVI MPEG.MPG/.MPEG 7-10. OK -62- URL -63- 5-64- -65- Web -66- 7-11. OK HTML HTML OnePoint Teen's http://www.justsystems.com/jp/school/ -67- -68- OK A4 A4 A4 A4 A4 A4 A4

More information

Plone Web Plone OpenID 1.4 Gracie Gracie OpenID Python Plone GNU GPL Plone Gracie Password Authentication Module (PAM) UNIX OpenID 1. OpenID 2 OpenID

Plone Web Plone OpenID 1.4 Gracie Gracie OpenID Python Plone GNU GPL Plone Gracie Password Authentication Module (PAM) UNIX OpenID 1. OpenID 2 OpenID Technical Reports on Information and Computer Science from Kochi Vol. 1 (2009), No. 2 Web OpenID 1, 2 Plone/ArcheTypes Web DB Web OpenID OpenID OpenID Provider Relying Party DB Web OpenID Apache httpd

More information

Oracle HTTP Server管理者ガイド, 10g(9.0.4)

Oracle HTTP Server管理者ガイド, 10g(9.0.4) Oracle HTTP Server 管理者ガイド 10g(9.0.4) 部品番号 : B12325-02 2004 年 6 月 Oracle HTTP Server 管理者ガイド, 10g(9.0.4) 部品番号 : B12325-02 原本名 : Oracle HTTP Server Administrator's Guide, 10g (9.0.4) 原本部品番号 : B10381-02 原本著者

More information

WIDE 1

WIDE 1 WIDE 1 2 Web Web Web Web Web Web Web Web Web Web? Web Web Things to cover Web Web Web Web Caching Proxy 3 Things NOT covered / How to execute Perl Scripts as CGI binaries on Windows NT How to avoid access

More information

1 2 3 4 4.1 4.2 4.3 4.4 4.5 4.6 4.7 4.8 5 5.1 cms.yml 5.2 post_cgi.conf 5.3 httpd.conf 5.4 lighttpd.conf 2

1 2 3 4 4.1 4.2 4.3 4.4 4.5 4.6 4.7 4.8 5 5.1 cms.yml 5.2 post_cgi.conf 5.3 httpd.conf 5.4 lighttpd.conf 2 CMS (CentOS5.2 ) 1 1 2 3 4 4.1 4.2 4.3 4.4 4.5 4.6 4.7 4.8 5 5.1 cms.yml 5.2 post_cgi.conf 5.3 httpd.conf 5.4 lighttpd.conf 2 CMS DB WAN F/W DMZ 8000 1export/min LAN Apache Linux 80 (html,mp3 ) Ruby script

More information

ほんぶん-第14章.indd

ほんぶん-第14章.indd - - - http://j.people.com.cn/ ///.html - http://www.sasac.gov.cn/n /n /n / index.html .... ...................................................................... -,,,,.. ,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,

More information

Dec , IS p. 1/60

Dec , IS p. 1/60 Dec 08 2007, IS p. 1/60 Dec 08 2007, IS p. 2/60 Plan of Talk (LDAP) (CAS) (IdM) Dec 08 2007, IS p. 3/60 Dec 08 2007, IS p. 4/60 .. Dec 08 2007, IS p. 5/60 Dec 08 2007, IS p. 6/60 Dec 08 2007, IS p. 7/60

More information

-----------------------------------------------------------------------------------------1 --------------------------------------------------------------------------------------1 -------------------------------------------------------------------------------------1

More information

›¼’à”v“lŠÍ1−ª

›¼’à”v“lŠÍ1−ª 3 1 1 2 3 4 5 6 7 8 8 10 12 14 16 18 20 22 24 2 1 2 3 4 5 6 7 8 9 10 11 12 26 28 30 32 34 36 38 40 42 44 46 48 50 4 3 1 2 3 4 5 52 54 56 58 60 6 62 7 8 9 10 64 66 68 70 72 5 1 1 4 2 5 6 6 7 1 8 1 9 2 10

More information

1 2 3 4 1 2 3 4 1 2 3 4 12 3 4

1 2 3 4 1 2 3 4 1 2 3 4 12 3 4 1 2 3 4 5 6 1 2 3 4 5 6 1 2 1 2 1 2 1 2 1 2 3 4 12 3 4 1 2 3 4 1 2 3 4 1 2 3 4 1 2 3 4 1 2 3 4 12 3 4 1 2 3 4 5 6 7 8 1 2 3 46 7 1 2 3 4 5 6 7 1 2 3 4 1 2 3 4 5 6 7 8 9 0 1 2 3 4 5 6 16 7 8 92 3 46 7 :

More information

- 1 - 2 - 3 - 4 - 5 - 6 - 7 - 8 - 9 - 10 - 11 2-12 - 1 - 2 - 3 - 4 - 5 - 6 - 7 - 1 - 2 - 3 6 1 1-4 - 5 - 6 - 1 - 2 - 3 - 4 - 5 - 6 - 7 - 8 130 3 130 5 2 50 1.5 48 59 62 63-9 - 1 - 2 - 3 () - 4 - 5 -

More information

S1460...........\1.E4

S1460...........\1.E4 3 4 3 4 5 3 4 5 3 4 3 4 3 3 3 3 4 3 4 3 3 4 4 3 3 3 3 4 3 4 3 3 3 3 3 3 4 3 4 3 4 5 4 3 5 4 3 3 4 5 3 4 5 4 3 4 3 3 4 3 4 3 3 3 3 3 4 3 3 4! "! " " 0 6 ! " 3 4 3 3 4 3 ! " 3 3 4 5 4 5 6 3 3

More information

人芯経営論 ・・・リーダーシップ考②

人芯経営論 ・・・リーダーシップ考② 2009/12/15 2009/11/17 2009/11/16 2009/10/19 2009/10/15 2009/10/1 2009/9/17 2009/9/1 2009/8/17 2009/8/17 2009/8/14 2009/8/12 2009/7/28 2009/7/17 2009/7/15 2009/6/24 2009/6/18 2009/6/15 2009/5/20 2009/5/15

More information