Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations derfloh on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Recent content by shanekennedy

  1. shanekennedy

    help to install mod_proxy_html for reverse proxy

    i solved the problem be adding the following definition to the mod_proxy_html.c file: #define XML_PARSE_NOWARNING 64 #define XML_PARSE_NOERROR 32 #define XML_PARSE_NOBLANKS 256 #define XML_PARSE_NONET 2048 #define XML_PARSE_RECOVER 1
  2. shanekennedy

    help to install mod_proxy_html for reverse proxy

    icvanstra, thanks for your reply do you remember where the slash or extra character was needed i tried adding a slash to the end of the libxml2 path went from: apxs -c -I/usr/include/libxml2 -i mod_proxy_html.c to: apxs -c -I/usr/include/libxml2/ -i mod_proxy_html.c unfortunetly this did no...
  3. shanekennedy

    help to install mod_proxy_html for reverse proxy

    when trying to compile mod_proxy_html.c, i receive complaints about XML_PARSE functions. from what i can find, these functions were in a xmlparse.h file which went AWOL from the expat package a couple of years ago. has anyone successfully installed mod_proxy_html? below are package version i...

Part and Inventory Search

Back
Top