This is a discussion on mod_proxy within the Apache Web Server forums, part of the Web Server and Related Forums category; hallo, i have a problem.... i have my module for Apache 1.3 mod_santjago. This module intercept same URL and ...
|
|||||||
| FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
|
|||
|
hallo,
i have a problem.... i have my module for Apache 1.3 mod_santjago. This module intercept same URL and does something, then return DECLINED. At this time the first URL must be handle by mod_proxy but this don't happen. If i delete the <Location> relative to mod_santjago, mod_proxy work. This is a part of file httpd.conf <Location /HDETEST> SetHandler santjago </Location> ProxyPass /HDETEST http://pluto.pippo.it:8009/HDETEST/ thanks for all santjago |