タグ

2010年9月7日のブックマーク (3件)

  • XAMPP Launcher (complete portable server) | PortableApps.com

    XAMPP isn't in PortableApps.com Format, but it easily integrates with the PortableApps.com Menu by using the XAMPP Launcher (linked above) and installing XAMPP in the root directory of your portable device or creating an XAMPP\App\xampp directory within the launcher path and placing it there. The root directory is preferred. You can open the zip/7z archive of the portable version with 7-Zip Portab

  • XAMPPの使い方

    Apache やデータベース、 PHP などを一つ一つインストールして設定を行っていく事はこれから初めて開発を行おうとしている人にとって敷居が高いものです。 XAMPP はよく利用されるアプリケーションやソフトウェアをパッケージにまとめたもので、まとめてインストールすることができます。ここでは XAMPP のインストール方法及び実際の使い方について解説していきます。

    XAMPPの使い方
  • Apacheの設定ファイル(httpd.conf)を編集する

    Apache の設定ファイルである httpd.conf ファイルを編集する方法について解説します。設定ファイルは XAMPP コントロールパネルから編集画面を表示することができます。 Apache の基的な設定項目についても簡単に解説します。 Apacheの設定ファイルの場所と編集方法 Apache の設定ファイルである httpd.conf ファイルは、 XAMPP をインストールしたディレクトリの下にある apache\conf\httpd.conf にあります。 直接ファイルをテキストエディタで開いてもいいのですが、 XAMPP コントールパネルから開くこともできます。 XAMPP コントールパネルの Apache の行にある Config をクリックしてください。 Apache に関する設定ファイルがいくつか表示されるので、その中から Apache(httpd.conf) をク

    Apacheの設定ファイル(httpd.conf)を編集する