I am running mod_python which uses the myghty handler (www.myghty.org). The handler runs without issues for all /dir/* files. I would like that the handler is applied for '/dir/home' when the browser is requesting http://host/dir
Ruben Joshua Slive wrote:
On 4/26/05, Ruben Decrop <ruben@xxxxxxxxxx> wrote:I've have a small configuration issue with the simultaneous use of DirectoryIndex and SetHandler I have a DirectoryIndex defined as such <Directory /usr/www/dir> DirectoryIndex home </Driectory> When I define a handler as below, with a SetHandler in a Location directive pointing to the same directory, <Location /dir> SetHandler myhandler </Location> <Location /dir/image> SetHandler None </Location> myhandler is being applied as '/dir' instead of '/dir/home', as I hoped it would. How can I change the configuration so myhandler is applied as '/dir/home' while making sure that for '/dir/image' myhandler is not being appliedHow exactly are you defining your handler? What does it do? Does the file "home" actually exist? Joshua. --------------------------------------------------------------------- The official User-To-User support forum of the Apache HTTP Server Project. See <URL:http://httpd.apache.org/userslist.html> for more info. To unsubscribe, e-mail: users-unsubscribe@xxxxxxxxxxxxxxxx " from the digest: users-digest-unsubscribe@xxxxxxxxxxxxxxxx For additional commands, e-mail: users-help@xxxxxxxxxxxxxxxx
--------------------------------------------------------------------- The official User-To-User support forum of the Apache HTTP Server Project. See <URL:http://httpd.apache.org/userslist.html> for more info. To unsubscribe, e-mail: users-unsubscribe@xxxxxxxxxxxxxxxx " from the digest: users-digest-unsubscribe@xxxxxxxxxxxxxxxx For additional commands, e-mail: users-help@xxxxxxxxxxxxxxxx