<< 2024 年 4 月 >>
31
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
1
2
3
4


 トップ > 知識ベース  備忘録のようなメモ書き集です。

 1 2 3 
2010/07/16 23:59
1. XAMPP

XAMPP はウェブサーバーパッケージの一つです。特徴は無料で使えること。GNU General Public License のもとに公開されています。オープンソースです。また、Microsoft Windows、Linux、Solaris、Mac OS X 等、複数のプラットフォームで動かせるものとして、提供されています。主な構成は、Apache HTTP サーバー、MySQL データベース、そしてプログラム言語 PHP または Perl で書かれたスクリプトを解釈するインタプリターから成っています。

XAMPP の読み方はザンプまたはエグザンプのようです。私はどちらかというとグザンプと、エを聞こえないように読んでいます。

XAMPP の設計者は、ウェブサイトのデザイナーやプログラマーがインターネット接続をしないで作品をテストできるようにと、開発用に XAMPP を考えたようです。そのため、多くのセキュリティ機能が初期状態でオフになっていますが、XAMPPを公開サーバーとして使用するときには、セキュリティ面での設定変更が必要になるようです。

XAMPP は公式サイトAPACHE FRIENDSから入手できます。

以下は、http://en.wikipedia.org/wiki/XAMPPからの引用です。

XAMPP (pronounced /ˈzæmp/ or /ˈɛks.æmp/) is a free and open source cross-platform web server package, consisting mainly of the Apache HTTP Server, MySQL database, and interpreters for scripts written in the PHP and Perl programming languages.

XAMPP's name is an acronym for:
・X (meaning cross-platform)
・Apache HTTP Server
・MySQL
・PHP
・Perl

The program is released under the terms of the GNU General Public License and acts as a free web server capable of serving dynamic pages. XAMPP is available for Microsoft Windows, Linux, Solaris, and Mac OS X, and is mainly used for web development projects.

Officially, XAMPP's designers intended it for use only as a development tool, to allow website designers and programmers to test their work on their own computers without any access to the Internet. To make this as easy as possible, many important security features are disabled by default. In practice, however, XAMPP is sometimes used to actually serve web pages on the World Wide Web. A special tool is provided to password-protect the most important parts of the package.


(知識ベース) 2010/07/16 23:59
Smarty >>


名前:
コメント:
投稿キー: ※右の文字列を入力してください。