I'm exeperiencing a really odd behavior concerning to image rendering. I
trace the problem to be the fact that I use the directive in my
.conf. It seems like because the images directory is in that location, they
get to be parsed by Apache::ASP. I know that I can use the directive
but this is a v
Fernando Munoz wrote:
I'm exeperiencing a really odd behavior concerning to image rendering. I
trace the problem to be the fact that I use the directive in my
.conf. It seems like because the images directory is in that location, they
get to be parsed by Apache::ASP. I know that I can use the di
I tried that, I must be doing something wrong but it doesn't work, it is not
even parsing anymore.
SetHandler perl-script
PerlModule Apache::ASP
PerlHandler Apache::ASP
PerlSetVar UseStrict 1
PerlSetVar Global /folder/folder/packages
PerlSetVar Glob
Fernando Munoz wrote:
I tried that, I must be doing something wrong but it doesn't work, it is not
even parsing anymore.
The syntax for the Files regexp is probably wrong then, check
out what might work better in the apache manuals.
http://httpd.apache.org/docs/mod/core.html#files
Its proba
Solved ! I've never tried this before but digging I found that the
directive can be nested inside a directive. And that was it.
## it needs to be absolute, obviously
SetHandler perl-script
PerlModule Apache::ASP
PerlHandler Apache::ASP
PerlSetVar UseStric