RE: [us...@httpd] Error when compiling Apache: Undefined symbols: "_apr_dir_read$INODE64", referenced from:.....

2010-11-03 Thread Niklas Johansson
I solved the problem by downloading a fresh installation and executed the same comands and, voiala, it worked. I must have destroyed som file during may effort trying to solve the problem. > From: nic_s...@hotmail.com > To: users@httpd.apache.org > Date

[us...@httpd] How to specify distinct "groups" of Substitute patterns with mod_substitute and mod_filter, one group for one substitute provider and another group for another provider?

2010-11-03 Thread Chris Markle
Basically I have a working configuration of mod_substitute and mod_filter that always attempts substitution in text/* content. It's configured roughly like this: LoadModule substitute_module modules/mod_substitute.so LoadModule filter_module modules/mod_filter.so FilterProvider gzinflate INFLATE

[us...@httpd] Error when compiling Apache: Undefined symbols: "_apr_dir_read$INODE64", referenced from:.....

2010-11-03 Thread Niklas Johansson
Hello, I am trying to compile Apache. I did download the latest version of the sourcecode (2.2.17). This is what I do: > sudo ./configure --prefix=/usr/local/apache2 --with-included-apr > --enable-mods-shared=all --enable-module=so > sudo make and here I get /Users/Niklas/Development/apache

Re: [us...@httpd] Apache 2.2.3 and PKI Token certificate Authentication

2010-11-03 Thread Saravanan Kannan
Dear Sander, Thank you for the input we will try this in our development environment and provide the results as soon as possible.I believe the Software version came with the SuSE OS and check around if this can be updated. Appreciate your help. Regards, Sarva

Re: [us...@httpd] Apache 2.2.3 and PKI Token certificate Authentication

2010-11-03 Thread Sander Temme
Sarva, On Nov 3, 2010, at 9:31 AM, Saravanan Kannan wrote: > We need some guidance (or) installation steps on how to implement the PKI > token certificates with Apache Web Server 2.2.3 for authentication purposes. > Currently our production environment uses the iPlanet 6.1 webserver and > Web

[us...@httpd] Apache 2.2.3 and PKI Token certificate Authentication

2010-11-03 Thread Saravanan Kannan
Dear Apache users, We need some guidance (or) installation steps on how to implement the PKI token certificates with Apache Web Server 2.2.3 for authentication purposes. Currently our production environment uses the iPlanet 6.1 webserver and Weblogic 10.0 as the application layer. The iPlanet 6.1

[us...@httpd] Mime Type when url contains query

2010-11-03 Thread j...@lender.cz
Hi, I'm trying to solve problem with proper content-type setting. I use mime-type mapping for .ppt file extension using /conf/mime.types this way: application/vnd.ms-powerpoint pps It works fine until query occurs as a part of url simillary to http://mysite.com/file.pps?direct=1. Content type is

RE: [us...@httpd] RewriteRule : How to retain Apache Host in the url

2010-11-03 Thread Tushar Chavan
Thanks a ton Igor. P flag worked.. Date: Tue, 2 Nov 2010 18:07:26 +1100 From: icici...@gmail.com To: users@httpd.apache.org Subject: Re: [us...@httpd] RewriteRule : How to retain Apache Host in the url Have you tried using the P flag in the RewriteRule? Cheers, Igor On Tue, Nov 2, 2010 a

Re: [us...@httpd] (104)Connection reset by peer: core_output_filter: writing data to the network

2010-11-03 Thread chris
Hello all, the problem is solved. It turned out that the cgi application had a bug that caused error messages to be injected into the downloaded file. I guess this caused some checksum on length validation check to send a RST ACK package back. Why this did not happen with other files I must sti