modules-dev
Thread
Date
Earlier messages
Later messages
Messages by Thread
Re: RPC over HTTP
Ben Noordhuis
RE: RPC over HTTP
Evgeny Shvidky
Re: RPC over HTTP
Ben Noordhuis
RE: RPC over HTTP
Evgeny Shvidky
Empty module configuration in one hook stage
Christoph Gröver
Re: Empty module configuration in one hook stage
Sorin Manolache
Re: Empty module configuration in one hook stage
Christoph Gröver
Accessing environment variables set by other modules
Christoph Gröver
Re: Accessing environment variables set by other modules
Daniel Gruno
Re: Accessing environment variables set by other modules
Christoph Gröver
Re: Accessing environment variables set by other modules
Jeff Trawick
Re: Accessing environment variables set by other modules
Christoph Gröver
aprmemcache question
Joshua Marantz
Re: aprmemcache question
Jeff Trawick
Re: aprmemcache question
Joshua Marantz
Re: aprmemcache question
Joshua Marantz
Re: aprmemcache question
Joshua Marantz
Re: aprmemcache question
Jeff Trawick
Re: aprmemcache question
Joshua Marantz
Re: aprmemcache question
Ben Noordhuis
Re: aprmemcache question
Joshua Marantz
Re: aprmemcache question
Ben Noordhuis
Re: aprmemcache question
Joshua Marantz
Re: aprmemcache question
Jeff Trawick
Re: aprmemcache question
Joshua Marantz
Re: aprmemcache question
Jeff Trawick
Re: aprmemcache question
Joshua Marantz
Re: aprmemcache question
Joshua Marantz
Re: aprmemcache question
Jeff Trawick
Input filters that alter content-length
Ivan Prostran
Re: Input filters that alter content-length
Ben Noordhuis
Re: Input filters that alter content-length
Ivan Prostran
Re: Input filters that alter content-length
Ben Noordhuis
Re: Input filters that alter content-length
Ivan Prostran
Re: Input filters that alter content-length
Ivan Prostran
Re: Input filters that alter content-length
Ivan Prostran
Re: My input filter is being called times
Eric Covener
Bucket brigade & filter thread safety
Alex Bligh
Re: Bucket brigade & filter thread safety
Ben Noordhuis
Re: Bucket brigade & filter thread safety
Alex Bligh
Re: Bucket brigade & filter thread safety
Ben Noordhuis
Re: Bucket brigade & filter thread safety
Alex Bligh
Re: Bucket brigade & filter thread safety
Ben Noordhuis
Modules Communicating
Adi Selitzky
Re: Modules Communicating
Joe Lewis
Re: Modules Communicating
Sorin Manolache
strange behaviour using mod_proxy when the r->filename partially overlaps the requested uri
nik600
Re: strange behaviour using mod_proxy when the r->filename partially overlaps the requested uri
nik600
Re: best way to return the content of a file
Nick Kew
Re: best way to return the content of a file
nik600
Re: best way to return the content of a file
松本 亮介
Re: best way to return the content of a file
Nick Kew
Re: best way to return the content of a file
nik600
Re: best way to return the content of a file
Eric Covener
Re: best way to return the content of a file
nik600
Re: best way to return the content of a file
nik600
Re: best way to return the content of a file
Joe Lewis
forward request with proxy_http in custom module
nik600
Re: forward request with proxy_http in custom module
Eric Covener
Re: forward request with proxy_http in custom module
Sorin Manolache
Re: forward request with proxy_http in custom module
nik600
problem with ap_md5 in custom module
nik600
Re: problem with ap_md5 in custom module
Ben Noordhuis
Re: problem with ap_md5 in custom module
nik600
setting proxypass value
Ian B
Re: setting proxypass value
Ben Noordhuis
Re: endless loop in my module
Joe Lewis
AP_INIT_TAKEn macros / gcc 4.6.3?
Cantor, Scott
Re: AP_INIT_TAKEn macros / gcc 4.6.3?
Cantor, Scott
Re: AP_INIT_TAKEn macros / gcc 4.6.3?
Nick Kew
Re: AP_INIT_TAKEn macros / gcc 4.6.3?
Cantor, Scott
Re: AP_INIT_TAKEn macros / gcc 4.6.3?
Cantor, Scott
Re: AP_INIT_TAKEn macros / gcc 4.6.3?
Nick Kew
Re: AP_INIT_TAKEn macros / gcc 4.6.3?
Cantor, Scott
apr_memcache vs libmemcached
Joshua Marantz
Re: apr_memcache vs libmemcached
Joshua Marantz
Broken request_rec structures passed to hook methods in Apache 2.0
Tim Whittington
Re: Broken request_rec structures passed to hook methods in Apache 2.0
Nick Kew
"Best practices" or recommendations for logging from a module?
ohaya
Re: "Best practices" or recommendations for logging from a module?
ohaya
Re: "Best practices" or recommendations for logging from a module?
Joe Lewis
Re: "Best practices" or recommendations for logging from a module?
ohaya
Re: "Best practices" or recommendations for logging from a module?
ohaya
Re: "Best practices" or recommendations for logging from a module?
ohaya
Re: "Best practices" or recommendations for logging from a module?
Joe Lewis
Re: "Best practices" or recommendations for logging from a module?
ohaya
Re: "Best practices" or recommendations for logging from a module?
Joe Lewis
Re: "Best practices" or recommendations for logging from a module?
ohaya
Re: "Best practices" or recommendations for logging from a module?
Joe Lewis
Module register_hooks and config seems to be called twice when Apache starts up?
ohaya
Re: Module register_hooks and config seems to be called twice when Apache starts up?
Eric Covener
Re: Module register_hooks and config seems to be called twice when Apache starts up?
ohaya
How to access string in a module that is set in configuration directive?
ohaya
Re: How to access string in a module that is set in configuration directive?
Daniel Gruno
Re: How to access string in a module that is set in configuration directive?
ohaya
Re: How to access string in a module that is set in configuration directive?
Sorin Manolache
Re: How to access string in a module that is set in configuration directive?
ohaya
Confused about modules processing order...
ohaya
Re: Confused about modules processing order...
ohaya
Re: Confused about modules processing order...
Sorin Manolache
Re: Confused about modules processing order...
ohaya
Re: Confused about modules processing order...
Sorin Manolache
Re: Confused about modules processing order...
ohaya
Re: Confused about modules processing order...
ohaya
Re: Confused about modules processing order...
Sorin Manolache
Re: Confused about modules processing order...
ohaya
Re: Confused about modules processing order...
ohaya
Re: Confused about modules processing order...
Sorin Manolache
ssl_var_lookup snippet was Re: Confused about modules processing order...
ohaya
Re: ssl_var_lookup snippet was Re: Confused about modules processing order...
Sorin Manolache
Re: ssl_var_lookup snippet was Re: Confused about modules processing order...
ohaya
Re: ssl_var_lookup snippet was Re: Confused about modules processing order...
William A. Rowe Jr.
Re: ssl_var_lookup snippet was Re: Confused about modules processing order...
ohaya
Setting response timeout
Rajalakshmi Iyer
Re: Setting response timeout
Sorin Manolache
Anyone have some example code doing simple HTTP GET request from within a module?
ohaya
Re: Anyone have some example code doing simple HTTP GET request from within a module?
Ben Noordhuis
Re: Anyone have some example code doing simple HTTP GET request from within a module?
Sorin Manolache
Re: Anyone have some example code doing simple HTTP GET request from within a module?
ohaya
Re: Anyone have some example code doing simple HTTP GET request from within a module?
Joe Lewis
Deleting only bucket in brigade
Jodi Bosa
Re: Deleting only bucket in brigade
Joe Lewis
Re: Deleting only bucket in brigade
Jodi Bosa
Re: Deleting only bucket in brigade
Joe Lewis
Followup to earlier thread about "How to compiling/link/use Apache module that uses shared library?"
ohaya
Re: Followup to earlier thread about "How to compiling/link/use Apache module that uses shared library?"
ohaya
Re: Followup to earlier thread about "How to compiling/link/use Apache module that uses shared library?"
Joe Lewis
Re: Followup to earlier thread about "How to compiling/link/use Apache module that uses shared library?"
ohaya
Re: Followup to earlier thread about "How to compiling/link/use Apache module that uses shared library?"
Sorin Manolache
Re: Followup to earlier thread about "How to compiling/link/use Apache module that uses shared library?"
ohaya
Re: Followup to earlier thread about "How to compiling/link/use Apache module that uses shared library?"
ohaya
Re: Followup to earlier thread about "How to compiling/link/use Apache module that uses shared library?"
ohaya
Re: Followup to earlier thread about "How to compiling/link/use Apache module that uses shared library?"
Sorin Manolache
Re: Followup to earlier thread about "How to compiling/link/use Apache module that uses shared library?"
ohaya
ap_run_log_transaction() appears to run prior to request finishing
Paul Stengel
How to compiling/link/use Apache module that uses shared library?
ohaya
Re: How to compiling/link/use Apache module that uses shared library?
Sorin Manolache
Re: How to compiling/link/use Apache module that uses shared library?
Anthony Whitehead
Re: How to compiling/link/use Apache module that uses shared library?
ohaya
Re: How to compiling/link/use Apache module that uses shared library?
Ben Noordhuis
Re: How to compiling/link/use Apache module that uses shared library?
ohaya
Re: How to compiling/link/use Apache module that uses shared library?
Sorin Manolache
Re: How to compiling/link/use Apache module that uses shared library?
ohaya
Re: How to compiling/link/use Apache module that uses shared library?
ohaya
Re: How to compiling/link/use Apache module that uses shared library?
ohaya
Re: How to compiling/link/use Apache module that uses shared library?
ohaya
Re: How to compiling/link/use Apache module that uses shared library?
Joe Lewis
Re: How to compiling/link/use Apache module that uses shared library?
ohaya
Re: How to compiling/link/use Apache module that uses shared library?
ohaya
Re: How to compiling/link/use Apache module that uses shared library?
Sorin Manolache
Re: How to compiling/link/use Apache module that uses shared library?
Sorin Manolache
Re: How to compiling/link/use Apache module that uses shared library?
ohaya
SOLVED was Re: How to compiling/link/use Apache module that uses shared library?
ohaya
Re: SOLVED was Re: How to compiling/link/use Apache module that uses shared library?
Joe Lewis
UNSOLVED was Re: SOLVED was Re: How to compiling/link/use Apache module that uses shared library?
ohaya
Re: UNSOLVED was Re: SOLVED was Re: How to compiling/link/use Apache module that uses shared library?
Joe Lewis
Re: UNSOLVED was Re: SOLVED was Re: How to compiling/link/use Apache module that uses shared library?
ohaya
Re: UNSOLVED was Re: SOLVED was Re: How to compiling/link/use Apache module that uses shared library?
ohaya
Re: UNSOLVED was Re: SOLVED was Re: How to compiling/link/use Apache module that uses shared library?
Ben Noordhuis
Re: UNSOLVED was Re: SOLVED was Re: How to compiling/link/use Apache module that uses shared library?
Joe Lewis
Re: UNSOLVED was Re: SOLVED was Re: How to compiling/link/use Apache module that uses shared library?
ohaya
Re: UNSOLVED was Re: SOLVED was Re: How to compiling/link/use Apache module that uses shared library?
ohaya
Re: UNSOLVED was Re: SOLVED was Re: How to compiling/link/use Apache module that uses shared library?
ohaya
Re: UNSOLVED was Re: SOLVED was Re: How to compiling/link/use Apache module that uses shared library?
Joe Lewis
Re: UNSOLVED was Re: SOLVED was Re: How to compiling/link/use Apache module that uses shared library?
ohaya
Re: UNSOLVED was Re: SOLVED was Re: How to compiling/link/use Apache module that uses shared library?
Joe Lewis
Re: UNSOLVED was Re: SOLVED was Re: How to compiling/link/use Apache module that uses shared library?
Rainer Jung
Re: UNSOLVED was Re: SOLVED was Re: How to compiling/link/use Apache module that uses shared library?
ohaya
Re: UNSOLVED was Re: SOLVED was Re: How to compiling/link/use Apache module that uses shared library?
ohaya
Re: UNSOLVED was Re: SOLVED was Re: How to compiling/link/use Apache module that uses shared library?
Joe Lewis
Re: UNSOLVED was Re: SOLVED was Re: How to compiling/link/use Apache module that uses shared library?
ohaya
Re: UNSOLVED was Re: SOLVED was Re: How to compiling/link/use Apache module that uses shared library?
Rainer Jung
Re: UNSOLVED was Re: SOLVED was Re: How to compiling/link/use Apache module that uses shared library?
ohaya
Re: UNSOLVED was Re: SOLVED was Re: How to compiling/link/use Apache module that uses shared library?
ohaya
Best (safest) way to edit char string (from envvars)?
ohaya
Re: Best (safest) way to edit char string (from envvars)?
Ben Noordhuis
Re: Best (safest) way to edit char string (from envvars)?
ohaya
Re: Best (safest) way to edit char string (from envvars)?
Daniel Gruno
Re: Best (safest) way to edit char string (from envvars)?
ohaya
Re: Best (safest) way to edit char string (from envvars)?
Daniel Gruno
Re: Best (safest) way to edit char string (from envvars)?
ohaya
Re: Best (safest) way to edit char string (from envvars)?
Nick Kew
How to *add* a cookie in module?
ohaya
Re: How to *add* a cookie in module?
ohaya
Re: How to *add* a cookie in module?
ohaya
Re: How to *add* a cookie in module?
Sorin Manolache
Re: How to *add* a cookie in module?
ohaya
How to access client certificate PEM and incoming request headers in a module?
ohaya
Re: How to access client certificate PEM and incoming request headers in a module?
Ben Noordhuis
Re: How to access client certificate PEM and incoming request headers in a module?
ohaya
Re: How to access client certificate PEM and incoming request headers in a module?
ohaya
Re: How to access client certificate PEM and incoming request headers in a module?
Ben Noordhuis
Re: How to access client certificate PEM and incoming request headers in a module?
ohaya
Re: How to access client certificate PEM and incoming request headers in a module?
Sorin Manolache
Re: How to access client certificate PEM and incoming request headers in a module?
Ben Noordhuis
Re: How to access client certificate PEM and incoming request headers in a module?
ohaya
Re: How to access client certificate PEM and incoming request headers in a module?
ohaya
Re: How to access client certificate PEM and incoming request headers in a module?
ohaya
Re: modules-dev Digest 14 Jun 2012 19:58:49 -0000 Issue 639
Bart Wiegmans
Get the directory of the module
Bart Wiegmans
Earlier messages
Later messages