超不定期雑記

~プログラムとかサイエンスとかいろいろと~

目次

Blog 利用状況

ニュース

書庫

Apache の設定

前回の続き。関連ページがいくつかあるのでインデックスも参照のこと。
ここでも %ECLIPSE_HOME_PARENT% は Eclipse のインストールフォルダの親(Eclipse の実行ファイルのパスが c:\user\xampp\eclipse\eclipse.exe なら %ECLIPSE_HOME_PARENT% は c:\user\xampp)とする。

さて XAMPP のおかげで HTTP サーバである Apache はすでに使える状態になっている。
しかしこの状態で http://localhost/ にアクセスすると問答無用で XAMPP のデモページが表示されてしまう。これは実開発上、あまり都合がよくない。
かといって XAMPP のデモページはいろいろと参考になるので、これを消してしまうのは忍びない。
そこで、下記のように振り分けられる方法を考えてみた。

URL ローカルパス 備考
http://localhost/ %DOC_ROOT% ドキュメントルート
http://localhost/xampp/ %ECLIPSE_HOME_PARENT%\xampp\htdocs\xampp XAMPP のデモページ
http://localhost/~<プロジェクト名>/ %WORK_DIR%\<プロジェクト名>\htdocs 各プロジェクトのトップページ

ここで %DOC_ROOT% はローカルの任意のフォルダ、 %WORK_DIR% は Eclipse のワークスペースフォルダーを指す。ただしセキュリティの観点から、%DOC_ROOT% と %WORK_DIR% を一致させないとする。
で、各プロジェクトの基本的なディレクトリ構成は以下のようにしたい。
    \%WORK_DIR%
    +-  \<プロジェクト名>
        +-  \htdoc      表示用のHTMLなど
        +-  \scripts    ビジネスロジック
        +-  \tests      テストコード
これらを総合すると、 %ECLIPSE_HOME_PARENT%\xampp\apache\conf\httpd.conf は以下のように修正することになった。
なお、%WORK_DIR% などは適時読み替えること。
また行番号は修正前のものなので注意。特に「319行目」は、実際にはかなりずれるはず。

182行目あたり
DocumentRoot の行を以下に書き換え
DocumentRoot "%DOC_ROOT%"

239行目あたり
既存の Directory ブロックの外に、以下の Directory ブロックを追加
<Directory "%DOC_ROOT%">
    Options Indexes FollowSymLinks Includes ExecCGI
    AllowOverride All
    Order allow,deny
    Allow from all
</Directory>
319行目あたり
<IfModule alias_module> ブロックの中に以下を追加
Alias /xampp "%ECLIPSE_HOME_PARENT%/xampp/htdocs/xampp"

AliasMatch ^/~(\w+)$ "%WORK_DIR%/$1/htdocs"
AliasMatch ^/~(\w+)(/.*)$ "%WORK_DIR%/$1/htdocs$2"
<Directory "%WORK_DIR%/*/htdocs">
    Options Indexes FollowSymLinks Includes ExecCGI
    AllowOverride All
    Order allow,deny
    Allow from all
</Directory>

ここで、各設定項目の意味を簡単に解説してみる。詳細は Apache のドキュメントなどを参照のこと。

DocumentRoot
ドキュメントルート。URL を解釈するときの起点になる。

Alias
エイリアス。実ディレクトリを仮想ディレクトリとしてマッピングするために使用する。実ディレクトリはドキュメントルート以下にある必要はない。たとえば DocumentRoot が c:\www と設定されている場合、 http://localhost/image は c:\www\image を指す。しかし Alias /xampp c:\user\xampp と設定してあると、http://localhost/xampp は c:\www\xampp ではなく c:\user\xampp を指すようになる。

AliasMatch
正規表現対応のエイリアス。http://localhost/~aaa/ でアクセスするなら下だけでいいが、/~aaa までだと上の設定も必要。GET データをちゃんと取れることも確認した。

2010/01/08追記
AliasMatch は Alias よりも後に書いた方がよい。
マッチングは先取り優先なので、Alias で定義したエイリアス文字列が AliasMatch のパターンマッチに引っかかるようなケースでは Alias を後に書くと意図しない動作を起こすことがある。
たとえば "~" 付きの URL を設定する場合に考慮が必要になるかもしれない。

Directory
指定したディレクトリのアクセス権限などを設定する。

投稿日時 : 2009年9月25日 20:27

Feedback

# PHPUnit3 のインストール 2010/01/12 13:29 超不定期雑記

PHPUnit3 のインストール

# Catherine Anderson 28 ebooks Collection PDF MOBI EPUB To Download go to http://t.nvz.pw/953 2014/12/18 0:39 XGgoFJtofh

Where I can find Leah Brooke 14 ebooks PDF Collection To Download? To http://7.tvv.pw/rg

# It's actually a cool and helpful piece of information. I am happy that you just shared this useful information with us. Please keep us informed like this. Thanks for sharing. 2019/05/30 18:48 It's actually a cool and helpful piece of informat

It's actually a cool and helpful piece of information. I am happy that you just shared this useful information with us.
Please keep us informed like this. Thanks for sharing.

# hi!,I really like your writing very so much! proportion we communicate extra approximately your article on AOL? I need an expert on this space to resolve my problem. Maybe that is you! Taking a look ahead to see you. 2019/06/01 13:57 hi!,I really like your writing very so much! propo

hi!,I really like your writing very so much!
proportion we communicate extra approximately your article on AOL?
I need an expert on this space to resolve my problem.
Maybe that is you! Taking a look ahead to see you.

# Post writing is also a fun, if you know afterward you can write otherwise it is difficult to write. 2019/06/05 15:26 Post writing is also a fun, if you know afterward

Post writing is also a fun, if you know afterward you can write otherwise
it is difficult to write.

# Fastidious response in return of this difficulty with firm arguments and telling everything regarding that. 2019/06/12 23:10 Fastidious response in return of this difficulty w

Fastidious response in return of this difficulty with firm arguments and telling everything regarding that.

# Hello! This is kind of off topic but I need some help from an established blog. Is it very hard to set up your own blog? I'm not very techincal but I can figure things out pretty fast. I'm thinking about creating my own but I'm not sure where to start. 2019/07/31 16:39 Hello! This is kind of off topic but I need some h

Hello! This is kind of off topic but I need some help from an established blog.
Is it very hard to set up your own blog? I'm not very techincal but I can figure things out pretty fast.
I'm thinking about creating my own but I'm not sure where
to start. Do you have any ideas or suggestions? Cheers

# You could certainly see your skills within the article you write. The sector hopes for more passionate writers like you who aren't afraid to mention how they believe. At all times go after your heart. 2021/08/24 6:16 You could certainly see your skills within the art

You could certainly see your skills within the article you write.
The sector hopes for more passionate writers like you who aren't afraid to mention how
they believe. At all times go after your heart.

# You could certainly see your skills within the article you write. The sector hopes for more passionate writers like you who aren't afraid to mention how they believe. At all times go after your heart. 2021/08/24 6:17 You could certainly see your skills within the art

You could certainly see your skills within the article you write.
The sector hopes for more passionate writers like you who aren't afraid to mention how
they believe. At all times go after your heart.

# You could certainly see your skills within the article you write. The sector hopes for more passionate writers like you who aren't afraid to mention how they believe. At all times go after your heart. 2021/08/24 6:18 You could certainly see your skills within the art

You could certainly see your skills within the article you write.
The sector hopes for more passionate writers like you who aren't afraid to mention how
they believe. At all times go after your heart.

# You could certainly see your skills within the article you write. The sector hopes for more passionate writers like you who aren't afraid to mention how they believe. At all times go after your heart. 2021/08/24 6:19 You could certainly see your skills within the art

You could certainly see your skills within the article you write.
The sector hopes for more passionate writers like you who aren't afraid to mention how
they believe. At all times go after your heart.

# Thanks for every other informative site. The place else may just I am getting that kind of info written in such a perfect approach? I have a undertaking that I'm just now operating on, and I've been on the look out for such information. 2021/09/02 10:25 Thanks for every other informative site. The plac

Thanks for every other informative site. The place
else may just I am getting that kind of info written in such a perfect approach?
I have a undertaking that I'm just now operating on, and I've been on the look out for such information.

# Thanks for every other informative site. The place else may just I am getting that kind of info written in such a perfect approach? I have a undertaking that I'm just now operating on, and I've been on the look out for such information. 2021/09/02 10:26 Thanks for every other informative site. The plac

Thanks for every other informative site. The place
else may just I am getting that kind of info written in such a perfect approach?
I have a undertaking that I'm just now operating on, and I've been on the look out for such information.

# Thanks for every other informative site. The place else may just I am getting that kind of info written in such a perfect approach? I have a undertaking that I'm just now operating on, and I've been on the look out for such information. 2021/09/02 10:27 Thanks for every other informative site. The plac

Thanks for every other informative site. The place
else may just I am getting that kind of info written in such a perfect approach?
I have a undertaking that I'm just now operating on, and I've been on the look out for such information.

# Thanks for every other informative site. The place else may just I am getting that kind of info written in such a perfect approach? I have a undertaking that I'm just now operating on, and I've been on the look out for such information. 2021/09/02 10:28 Thanks for every other informative site. The plac

Thanks for every other informative site. The place
else may just I am getting that kind of info written in such a perfect approach?
I have a undertaking that I'm just now operating on, and I've been on the look out for such information.

# I don't even know how I ended up here, but I thought this post was great. I do not know who you are but definitely you're going to a famous blogger if you are not already ;) Cheers! quest bars https://www.iherb.com/search?kw=quest%20bars quest bars 2021/09/14 17:33 I don't even know how I ended up here, but I thoug

I don't even know how I ended up here, but I thought this post was great.
I do not know who you are but definitely you're going
to a famous blogger if you are not already ;) Cheers! quest
bars https://www.iherb.com/search?kw=quest%20bars quest bars

# I don't even know how I ended up here, but I thought this post was great. I do not know who you are but definitely you're going to a famous blogger if you are not already ;) Cheers! quest bars https://www.iherb.com/search?kw=quest%20bars quest bars 2021/09/14 17:34 I don't even know how I ended up here, but I thoug

I don't even know how I ended up here, but I thought this post was great.
I do not know who you are but definitely you're going
to a famous blogger if you are not already ;) Cheers! quest
bars https://www.iherb.com/search?kw=quest%20bars quest bars

# I don't even know how I ended up here, but I thought this post was great. I do not know who you are but definitely you're going to a famous blogger if you are not already ;) Cheers! quest bars https://www.iherb.com/search?kw=quest%20bars quest bars 2021/09/14 17:35 I don't even know how I ended up here, but I thoug

I don't even know how I ended up here, but I thought this post was great.
I do not know who you are but definitely you're going
to a famous blogger if you are not already ;) Cheers! quest
bars https://www.iherb.com/search?kw=quest%20bars quest bars

# I don't even know how I ended up here, but I thought this post was great. I do not know who you are but definitely you're going to a famous blogger if you are not already ;) Cheers! quest bars https://www.iherb.com/search?kw=quest%20bars quest bars 2021/09/14 17:36 I don't even know how I ended up here, but I thoug

I don't even know how I ended up here, but I thought this post was great.
I do not know who you are but definitely you're going
to a famous blogger if you are not already ;) Cheers! quest
bars https://www.iherb.com/search?kw=quest%20bars quest bars

# stromectol tablets for humans 2021/09/28 16:35 MarvinLic

ivermectin cream 1% https://stromectolfive.com/# stromectol 3 mg price

# I was wondering if you ever considered changing the structure of your website? Its very well written; I love what youve got to say. But maybe you could a little more in the way of content so people could connect with it better. Youve got an awful lot of 2021/10/22 22:08 I was wondering if you ever considered changing th

I was wondering if you ever considered changing the structure of
your website? Its very well written; I love what
youve got to say. But maybe you could a little more in the way of content so
people could connect with it better. Youve got an awful lot of text for
only having one or two images. Maybe you could space it
out better? https://parttimejobshiredin30minutes.wildapricot.org/ part
time jobs hired in 30 minutes

# Hi there, I would like to subscribe for this weblog to obtain most recent updates, so where can i do it please help. 2021/10/26 22:42 Hi there, I would like to subscribe for this weblo

Hi there, I would like to subscribe for this
weblog to obtain most recent updates, so where can i do it please help.

# Hi there, I would like to subscribe for this weblog to obtain most recent updates, so where can i do it please help. 2021/10/26 22:43 Hi there, I would like to subscribe for this weblo

Hi there, I would like to subscribe for this
weblog to obtain most recent updates, so where can i do it please help.

# Hi there, I would like to subscribe for this weblog to obtain most recent updates, so where can i do it please help. 2021/10/26 22:44 Hi there, I would like to subscribe for this weblo

Hi there, I would like to subscribe for this
weblog to obtain most recent updates, so where can i do it please help.

# Hi there, I would like to subscribe for this weblog to obtain most recent updates, so where can i do it please help. 2021/10/26 22:45 Hi there, I would like to subscribe for this weblo

Hi there, I would like to subscribe for this
weblog to obtain most recent updates, so where can i do it please help.

# ivermectin where to buy for humans 2021/11/02 22:26 DelbertBup

ivermectin australia https://stromectolivermectin19.com/# ivermectin coronavirus
ivermectin 1 cream

# Wow, that's what I was exploring for, what a stuff! present here at this website, thanks admin of this web site. 2021/11/12 11:49 Wow, that's what I was exploring for, what a stuff

Wow, that's what I was exploring for, what a stuff!
present here at this website, thanks admin of this web site.

# prednisone online sale https://prednisonesnw.com/#
cost of prednisone in canada 2021/11/13 9:41 Prednisone

prednisone online sale https://prednisonesnw.com/#
cost of prednisone in canada

# cheap generic pills 2021/12/04 7:20 JamesDat

http://genericpillson.com/# generic pills cytotec

# does sildenafil 20 mg work https://viasild24.online/
2021/12/07 19:26 Nyusjdh

does sildenafil 20 mg work https://viasild24.online/

# careprost for sale 2021/12/13 0:24 Travislyday

http://bimatoprostrx.com/ bimatoprost generic

# bimatoprost generic best price https://bimatoprostrx.com
best place to buy careprost
2021/12/13 16:10 Hksfnjkh

bimatoprost generic best price https://bimatoprostrx.com
best place to buy careprost

# careprost bimatoprost ophthalmic best price 2021/12/14 15:46 Travislyday

http://stromectols.online/ stromectol generic

# stromectol coronavirus 2021/12/17 21:15 Eliastib

dfvfie https://stromectolr.com ivermectin 500mg

# stromectol cvs 2022/02/18 7:34 AlfonzoShump

http://stromectolst.com/# ivermectin lotion for lice
п»?order stromectol online

# wXoQHcIxoqGGZyxB 2022/04/19 11:06 johnanz

http://imrdsoacha.gov.co/silvitra-120mg-qrms

# prescription meds without the prescriptions - https://cheapdr.top/# 2023/04/03 9:36 Dikolipo

prescription meds without the prescriptions - https://cheapdr.top/#

# best ed treatment pills https://edpills.ink/# - best treatment for ed 2023/07/27 2:27 EdPills

best ed treatment pills https://edpills.ink/# - best treatment for ed

# prednisone where can i buy https://prednisonepharm.store/ prednisone 20mg price in india 2024/01/20 18:04 Prednisone

prednisone where can i buy https://prednisonepharm.store/ prednisone 20mg price in india

# abella danger video https://abelladanger.online/ abella danger filmleri
2024/03/06 11:18 Adella

abella danger video https://abelladanger.online/ abella danger filmleri

# sweetie fox full https://sweetiefox.pro/ - sweetie fox
2024/03/06 22:39 SwitieFox

sweetie fox full https://sweetiefox.pro/ - sweetie fox

# eva elfie videos https://evaelfie.site/ eva elfie
2024/03/07 6:52 EvaElfie

eva elfie videos https://evaelfie.site/ eva elfie

# gates of olympus guncel - https://gatesofolympus.auction/ gates of olympus demo t&#252;rk&#231;e 2024/03/27 21:11 Olympic

gates of olympus guncel - https://gatesofolympus.auction/ gates of olympus demo t&#252;rk&#231;e

# pin-up bonanza: https://pinupgiris.fun/ pin up aviator
2024/03/28 9:39 GirisUp

pin-up bonanza: https://pinupgiris.fun/ pin up aviator

# web c&#7901; b&#7841;c online uy t&#237;n https://casinvietnam.shop/# - game c&#7901; b&#7841;c online uy t&#237;n
2024/04/17 18:31 Vietnam

web c&#7901; b&#7841;c online uy t&#237;n https://casinvietnam.shop/# - game c&#7901; b&#7841;c online uy t&#237;n

タイトル
名前
Url
コメント