sorry for off-topic: how to move the following conf from plain text to
<Perl> section? specifically, what is PerlSetVar equivalent in <Perl>
section?
<Location /img>
PerlFixupHandler Apache::ImageMagick
PerlOptions +GlobalRequest
PerlSetVar AIMScriptDir
/home/www/cms/doc/xxx/img/aim
PerlSetVar AIMCacheDir /tmp/aimcache/xxx
</Location>
Location => {
"/img" => {
PerlFixupHandler => "Apache::ImageMagick",
PerlOptions => "+GlobalRequest",
??? PerlSetVar AIMScriptDir
"/home/www/cms/doc/$vhost/img/aim",
??? PerlSetVar AIMCacheDir "/tmp/aimcache/$vhost",
},
},
i just can't google it up right now...
thanks
- r.
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]