Packaging

2008-08-14 Thread John Hosie
What packages do I need to install on a Red Hat Linux server to do C development and create an Apache module? _ Get more from your digital life. Find out how. http://www.windowslive.com/default.html?ocid=TXT_TAGLM_WL_Home2_082008

Kerberos/LDAP/Active Directory

2008-08-14 Thread John Hosie
Is there any module for Apache that will help in performing authentication/authorization on web services using an Active Directory registry? In our environment, when a user logs into their Windows workstation through Active Directory, I understand they are given a Kerberos ticket. I understand

Re: Packaging

2008-08-14 Thread Tim Bray
On Aug 14, 2008, at 7:18 AM, John Hosie wrote: What packages do I need to install on a Red Hat Linux server to do C development and create an Apache module? On Mac OS X, assuming you've got a C compilation environment (if not, go get your install CD and install XCode Tools (sigh)), all you

Re: Packaging

2008-08-14 Thread William A. Rowe, Jr.
Tim Bray wrote: Creating a build system for your module will be challenging and irritating. No doubt :) Obviously, a one-.c-file project isn't so hard using apxs. Anything more sophisticated gets messy. I'd encourage you to take a peek at the work Guenter and I had done at

Re: Packaging

2008-08-14 Thread Jérôme Renard
Tim Bray a écrit : On Mac OS X, assuming you've got a C compilation environment (if not, go get your install CD and install XCode Tools (sigh)), all you need is the httpd source from apache.org and you're good to go. I agree once you have found the correct compilation directives, it works

request_rec.filename alteration

2008-08-14 Thread Vasiliy Baranov
Hi, I am trying to write a module that internally translates /foo/bar/XXX/... in document paths to /foo/bar/YYY/..., where /foo/bar is a constant and YYY is a function of /foo/bar contents on disk _and_ authenticated user name. Since the translate_name phase precedes check_user_id

Re: request_rec.filename alteration

2008-08-14 Thread Ray Morris
mod_rewrite does URL to filename translation in the fixups hook, so it might be a good example to look at. My own module uses a subrequest to get information from a later phase. -- Ray B. Morris [EMAIL PROTECTED] Strongbox - The next generation in site security:

[PATCH] Dynamic locking upcalls in mod_ssl

2008-08-14 Thread Sander Temme
Folks, The following patch against trunk adds dynamic locking callbacks to mod_ssl. OpenSSL uses these in several places, including the CHIL engine that interfaces with the nCipher products. I work at nCipher, and this patch makes the CHIL engine load into a stock, unpatched openssl