never mind, it's something like
"/img" => {
PerlFixupHandler => "Apache::ImageMagick",
PerlOptions => "+GlobalRequest",
PerlSetVar => [
[ AIMScriptDir =>
"/home/www/_cms/doc/$vhost/img/aim" ],
[ AIMCacheDir =>
"/tmp/aimcache/$vhost" ],
[ AIMCache => "Off" ],
],
},
RobertCZ wrote:
> 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",
> },
> },
>
>
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]