in reply to Re^2: How to safely define a CGI program's application base directory
in thread How to safely define a CGI program's application base directory
Someone can still tweak the config to point to a wrong path (valid for a different server). You can even include other conditions into the if, not only the single match.m{^(/path1|/path2|/path3)/MyApp$}
|
|---|