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 Shaun E on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  1. imazing103

    Module compile error

    The actual code is #include "httpd.h" #include "http_config.h" module MODULE_VAR_EXPORT my_header_module; static int my_header_fixup(request_rec *r) { ap_table_set(r->headers_out, "X-My-Header", "this is my header"); return OK; } module MODULE_VAR_EXPORT my_header_module = {...
  2. imazing103

    Module compile error

    Hi, i'm a newbie to apache. When i tried to compile a module given in the following link under the heading "Adding a custom header" i got the following error. How do i rectify the error ? http://thomas.eibner.dk/apache/api.html $ /usr/sbin/apxs -c my_mod.c -o my_mod.dll gcc -DCYGWIN...

Part and Inventory Search

Back
Top