Articles in the httpd category

  1. mod_backtrace on Wheezy on Raspberry Pi

    Glibc backtrace() returns nothing without building the caller with -funwind-tables (or one of several related options); httpd, libapr, etc. all need similar for any real use of mod_backtrace. This is of course all related to the calling convention on ARM. (But casual use of gdb on plain builds of httpd …

  2. How can you map URLs to lower case in htaccess ONLY?

    Recently I had to debug a mod_rewrite snippet that tried to convert URLs to lower case for a site on a shared host with no access to .conf files. The normal mod_rewrite solution requires the RewriteMap directive, which can’t be placed in .htaccess.

    The problematic mod_rewrite snippet was definitely …

Page 3 / 5