Changes between Version 3 and Version 4 of OSGeo4W_jp/pkg-apache
- Timestamp:
- 02/22/10 18:52:26 (15 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
OSGeo4W_jp/pkg-apache
v3 v4 37 37 The Apache OSGeo4W Web Server service was started successfully. 38 38 }}} 39 * The ''apache-uninstall.bat'' and ''apache-restart.bat'' commands are also available to uninstall the service, or restart the server.39 * ''apache-uninstall.bat'' と ''apache-restart.bat'' コマンドは、アンインストールまたはサーバーの再起動にも利用することができます。 40 40 41 === Administrative Privileges note===41 === 管理特権ノート === 42 42 43 If you are using Vista or more recent, you may receive an error when trying to install the Apache service, such as:43 Vista またはそれ以上を使用している場合、Apache サービスのインストールの際に次のようなエラーが発生する可能性があります: 44 44 {{{ 45 45 >apache-install.bat … … 51 51 }}} 52 52 53 Starting with Vista, Windows made changes so that you must allow commands to run as administrator. To get around this, you should: 54 * right-click on the "OSGeo4W" shortcut on your desktop 55 * click on "Run as Administrator" 53 Vista 以降の Windows は、管理者としてコマンドを実行するように変更されています 。これを避けるためには: 54 55 * デスクトップの "OSGeo4W" ショートカットで右クリック 56 * "Run as Administrator" をクリック 56 57 [[Image(ticket:145:runas.gif, nolink,title="")]] 57 58 58 === Verifying that Apache is installed as a Service===59 === Apache がサービスとしてインストールされていることを確認する === 59 60 60 * goto Start Menu/Control Panel/Administrative Tools/Services61 * look for the Apache OSGeo4W web server" listed there61 * スタート メニュー/コントロール パネル/管理ツール/サービスへ進みます 62 * そこにリストされている "Apache OSGeo4W web server" を探します 62 63 63 64 [[Image(ticket:145:services.PNG, nolink,title="")]] 64 65 65 == Port==66 == ポート == 66 67 67 * Currently hardcoded to run on port 80.68 * If you wish to have Apache use a different port:69 * open ''/osgeo4w/apache/conf/httpd.conf'' in a text editor70 * search for "Listen 80"(around line 46)71 * change the "80" into another value (such as "8080")72 * restart the "Apache OSGeo4W web server" service68 * ポート 80 で実行するように現在ハードコードされている 69 * 別のポートで Apache を使用したい: 70 * テキスト編集で ''/osgeo4w/apache/conf/httpd.conf'' を開く 71 * "Listen 80" を探す(around line 46) 72 * "80" を他の値に変更する("8080" のように) 73 * "Apache OSGeo4W web server" サービスを再起動 73 74 74 Note: if you are having problems with ports, you can use [http://technet.microsoft.com/en-us/sysinternals/bb897437.aspx TCPView] to get a list of active ports75 Note: ポートに問題がある場合は、[http://technet.microsoft.com/en-us/sysinternals/bb897437.aspx TCPView] から作動しているポートのリストを取得してください。 75 76 76 == Getting Started==77 == 初めに == 77 78 78 Once Apache is installed, you can now open an Internet browser (Firefox or Internet Explorer) and goto http://localhost 79 Apache がインストールされたら、インターネットブラウザを開き (Firefox または Internet Explorer) http://localhost へ進みます。 79 80 80 81 [[Image(ticket:145:localhost.gif, nolink,title="")]] 81 82 82 == Maintainers==83 == 管理人 == 83 84 84 85 * Yewondwossen Assefa