List virtual directories for current host?

2015-03-25 Thread Jordan Michaels
I'm wondering if it's possible to list the current virtual directories of the current virtual host using mod_perl. I've been combing through the API and nothing is jumping out at me, so I figured it'd post here and see if anyone could offer any direction on this. At this point I'm thinking I *

Re: Disallow path info

2015-03-25 Thread André Warnier
Szekeres Jr., Edward wrote: I am not sure why something as simple as this would be considered "dicing and slicing", simply blocks any requests with "path[any character]info" in them I already apologised for that comment. RewriteEngine On RewriteCond %{REQUEST_URI} ^.*(path.info).*

RE: Disallow path info

2015-03-25 Thread Szekeres Jr., Edward
I am not sure why something as simple as this would be considered "dicing and slicing", simply blocks any requests with "path[any character]info" in them RewriteEngine On RewriteCond %{REQUEST_URI} ^.*(path.info).* [NC] RewriteRule ^(.*)$ - [F] -Original Message- From: Phill

RE: Disallow path info

2015-03-25 Thread Szekeres Jr., Edward
Sorry for late or redundant response Look into Apache rewrite module, you can get fairly fine tooth control there, I use it to disallow web based access to mount points that have to be served from within the server accessible tree…. edward From: Lathan Bidwell [mailto:lat...@andrews.edu]