hey

2011-12-08 Thread imranmm7
hello to all.. can anybody guide me how to write a simple apache2 module, which prints the messages through HTTP GET method from client and server. i just want to print all the messages to a text file. with the request ID url, response and method name etc. thanks -- View this message in

MacOSX and per_dir_config

2011-12-08 Thread Anthony Whitehead
Hi everyone, Am I missing something obvious for modules on MacOSX? The attached simple example of reading the request-per_dir_config works fine on Windows and other Unix platforms but not at all when built for Apache on MacOS X platforms. All this module does is setup a header with the value

Win :: apr-util-1.4.1

2011-12-08 Thread Steffen
Building out of the box on Windows including apr_crypto_oppenssl. Also apr_crypto_nss compiles fine, but have no nss3.lib here yet, so cannot link now.

Re: Win :: apr-util-1.4.1

2011-12-08 Thread Mladen Turk
On 12/08/2011 01:04 PM, Steffen wrote: Building out of the box on Windows including apr_crypto_oppenssl. Also apr_crypto_nss compiles fine, but have no nss3.lib here yet, so cannot link now. 1. You should use apr developers list http://apr.apache.org/mailing-lists.html 2. Use Mozilla's

Re: : apr-util-1.4.1 failes with Crypto

2011-12-08 Thread Steffen
Building HTTPD, thanks for the link, rather I build it by myself for Win32 and Win64 with VC9. Have made the libs, build with nss-3.12.7/nspr-4.8.6 Building HTTPD with apr-util 1.4.1 with #define APU-HAVE-CRYPTO = 1 then failed with: \crypto\apr_crypto.c(113) : error C2065: 'params' :

Re: : apr-util-1.4.1 failes with Crypto

2011-12-08 Thread Graham Leggett
On 08 Dec 2011, at 4:13 PM, Steffen wrote: Building HTTPD, thanks for the link, rather I build it by myself for Win32 and Win64 with VC9. Have made the libs, build with nss-3.12.7/nspr-4.8.6 Building HTTPD with apr-util 1.4.1 with #define APU-HAVE-CRYPTO = 1 then failed with:

Re: questions about document_root

2011-12-08 Thread Mark Montague
On December 8, 2011 1:48 , Rui Hu tchrb...@gmail.com wrote: 2011/12/8 Rui Hu tchrb...@gmail.com mailto:tchrb...@gmail.com Is $DOCUMENT_ROOT in php-cgi determined by ap_add_common_vars() in Apache? It seems not to me. I commented the line 237 assigning DOCUMENT_ROOT and re-compiled

Re: : apr-util-1.4.1 failes with Crypto

2011-12-08 Thread Steffen
When APU-HAVE-CRYPTO = 0 and build project seperate it generates fine a apr_crypto_nss-1.dll (dynam) When APU-HAVE-CRYPTO = 1 and build project seperate it fails with: -- Build started: Project: apr_crypto_nss, Configuration: Release Win32 -- Compiling... apr_crypto_nss.c

Re: : apr-util-1.4.1 failes with Crypto

2011-12-08 Thread Mladen Turk
On 12/08/2011 03:47 PM, Steffen wrote: When APU-HAVE-CRYPTO = 0 and build project seperate it generates fine a apr_crypto_nss-1.dll (dynam) When APU-HAVE-CRYPTO = 1 and build project seperate it fails with: -- Build started: Project: apr_crypto_nss, Configuration: Release Win32 --

Re: : apr-util-1.4.1 failes with Crypto

2011-12-08 Thread Steffen
Read the Apr list about 1.4.1, understand now. Hope that we can build it out of the box like eg. the dynamic dbd. -Original Message- From: Mladen Turk Sent: Thursday, December 08, 2011 4:10 PM To: dev@httpd.apache.org Subject: Re: : apr-util-1.4.1 failes with Crypto On

RE: : apr-util-1.4.1 failes with Crypto

2011-12-08 Thread Eudis Duran
I want to remove my email from this mailing list, can anyone help? I have over 5000 mails from this. From: i...@apachelounge.com To: dev@httpd.apache.org Subject: Re: : apr-util-1.4.1 failes with Crypto Date: Thu, 8 Dec 2011 20:41:48 +0100 Read the Apr list about 1.4.1, understand now.