Browse CVS Repository
Diff of /modchxj/mod_chxj/doc/modchxj.sdoc
Parent Directory
| Revision Log
| Revision Graph
| Patch
| 109 |
#==================================================================================== |
#==================================================================================== |
| 110 |
ChxjConvertRule "^/chxj.+$" "EngineOn" "NONE" |
ChxjConvertRule "^/chxj.+$" "EngineOn" "NONE" |
| 111 |
|
|
|
#==================================================================================== |
|
|
# 変換させる対象の設定 |
|
|
#==================================================================================== |
|
|
<Location /chxj> |
|
|
SetOutputFilter chxj_output_filter |
|
|
SetInputFilter chxj_input_filter |
|
|
</Location> |
|
| 112 |
</program> |
</program> |
| 113 |
</li> |
</li> |
| 114 |
<li>apacheの再起動。</li> |
<li>apacheの再起動。</li> |
| 144 |
#==================================================================================== |
#==================================================================================== |
| 145 |
ChxjConvertRule "^/chxj.+$" "EngineOn" "EUC-JP" |
ChxjConvertRule "^/chxj.+$" "EngineOn" "EUC-JP" |
| 146 |
|
|
|
<Location /chxj> |
|
|
SetOutputFilter chxj_output_filter |
|
|
SetInputFilter chxj_input_filter |
|
|
</Location> |
|
| 147 |
</program> |
</program> |
| 148 |
</li> |
</li> |
| 149 |
<li>apacheの再起動。</li> |
<li>apacheの再起動。</li> |
| 214 |
|
|
| 215 |
|
|
| 216 |
<Location /> |
<Location /> |
|
SetOutputFilter chxj_output_filter |
|
|
SetInputFilter chxj_input_filter |
|
| 217 |
ChxjImageEngine On |
ChxjImageEngine On |
| 218 |
AllowOverride All |
AllowOverride All |
| 219 |
</Location> |
</Location> |
|
|
Legend:
| Removed from v.1.14 |
|
| changed lines |
| |
Added in v.1.15 |
|
|
|