Access methodsについて

Author Message

shuhei yamamoto

Sunday 21 November 2010 7:43:03 pm

いつもお世話になっております。
山本です。

eZ PublishのAccess methodsについて質問です。

1つのeZ Publishのインスタレーションにて以下のサイトアクセスの構成を実現したいのですが可能でしょうか?

①http://www.example.com ⇒ 「public」のサイトアクセスを見せる

②http://www.example2.com ⇒ 「public2」のサイトアクセスを見せる

③http://www.admin.com/admin ⇒ 「admin」のサイトアクセスを見せる

④http://www.admin.com/admin2 ⇒ 「admin2」のサイトアクセスを見せる

①と②についてはAccess methodsのhostを利用して実現出来ましたが、③④が加わるとhostとuriの組み合わせが必要でうまくいきません。

何か方法がありましたら、ご教示頂けますでしょうか?

Eric Sagnes

Sunday 21 November 2010 9:04:56 pm

山本さん

MatchOrder設定にuri_hostがありますので、それが使えると思います。

下記の様の設定ではどうですか?

[SiteAccessSettings]
MatchOrder=host;host_uri

#1
HostMatchMapItems[]=example.com;public
#2
HostMatchMapItems[]=example2.com;public2

#3
HostUriMatchMapItems[]=admin.com;admin;admin
#4
HostUriMatchMapItems[]=admin.com;admin2;admin2

Powered by eZ Publish™ CMS Open Source Web Content Management. Copyright © 1999-2014 eZ Systems AS (except where otherwise noted). All rights reserved.

eZ debug

Timing: Jan 18 2025 00:51:15
Script start
Timing: Jan 18 2025 00:51:15
Module start 'layout'
Timing: Jan 18 2025 00:51:15
Module start 'content'
Timing: Jan 18 2025 00:51:15
Module end 'content'
Timing: Jan 18 2025 00:51:15
Script end

Main resources:

Total runtime0.0188 sec
Peak memory usage2,048.0000 KB
Database Queries3

Timing points:

CheckpointStart (sec)Duration (sec)Memory at start (KB)Memory used (KB)
Script start 0.00000.0078 589.0625152.6250
Module start 'layout' 0.00780.0038 741.687539.4531
Module start 'content' 0.01160.0047 781.140690.4922
Module end 'content' 0.01630.0025 871.632830.2891
Script end 0.0188  901.9219 

Time accumulators:

 Accumulator Duration (sec) Duration (%) Count Average (sec)
Ini load
Load cache0.003216.8709140.0002
Check MTime0.00168.6023140.0001
Mysql Total
Database connection0.002010.442010.0020
Mysqli_queries0.003618.997430.0012
Looping result0.00000.079910.0000
Template Total0.002111.310.0021
Template load0.00147.322110.0014
Template processing0.00073.942110.0007
Override
Cache load0.00115.784410.0011
General
dbfile0.00031.545480.0000
String conversion0.00000.049540.0000
Note: percentages do not add up to 100% because some accumulators overlap

Templates used to render the page:

UsageRequested templateTemplateTemplate loadedEditOverride
1print_pagelayout.tpl<No override>extension/community/design/community/templates/print_pagelayout.tplEdit templateOverride template
 Number of times templates used: 1
 Number of unique templates used: 1

Time used to render debug report: 0.0001 secs