wiki.zope.jp
SiteAccess_info
   
RecentChanges WikiHelp WikiPractice JumpSearch

<a href="http://wiki.zope.jp/SiteAccess">SiteAccess</a>のすべて(仮称)

基本的なこと

SiteAccess は標準の Zope でバーチャルホスティングを可能にするプロダクトです。 バーチャルホスティングは Zope 上の sub-objectsを ある一つのサイトのルートとして公開できるようにします。 例えば、http:/www.silly-walks.org/current はZopeオブジェクト silly-walks/current を、 current だけで公開しています。

SiteAccess started as a Product to enable Zope Virtual Hosting, then became more generalized. Virtual Hosting is the ability to publish sub-objects of a Zope hierarchy as though they were the root of their own site. For example, it allows http:/www.silly-walks.org/current to publish the Zope object silly-walks/current instead of just current.

使い方

参照:

SiteAccessは何を行いますか?

SiteAccessはあなたが設定したフォルダオブジェクトをZPublisherが呼び出すように作用します。 この機能によってリクエストパラメータを調査し、Zopeルートを指定するという方法でURLを変更または置き換えします。

SiteAccess provides the ability to force ZPublisher to call objects of your choice as it enters any folder. With this capability, you can designate a method in the Zope root to examine the request parameters and alter or replace the URL.

もし Access Rule が間違っていて正常にアクセスできない場合は、環境変数に SUPPRESS_ACCESSRULE を指定して Zope を再起動するとSiteAccessを無効にできます。

If an Access Rule is broken, and is preventing normal access, it can be disabled by restarting Zope with environment variable SUPPRESS_ACCESSRULE set.

Last edited Sat, 09 Sep 2006 21:40:28 +0900 Edit this page