Re: [users@httpd] Mod_Status : Empty Client / Protocol / Vhost / Request Columns

2016-04-13 Thread Yann Ylavic
On Wed, Apr 13, 2016 at 6:53 PM, Ken wrote: > I really hope that this is a bug and not "now working as intended". Thanks for reporting, fixed in [1], will propose a backport to the next 2.4 release. Regards, Yann. [1] http://svn.apache.org/r1739008 -

Re: [users@httpd] Mod_Status : Empty Client / Protocol / Vhost / Request Columns

2016-04-13 Thread Eric Covener
On Wed, Apr 13, 2016 at 3:46 PM, Ken wrote: > The error logs contain no errors whatsoever. Using Firebug in FireFox shows > empty 's. No errors or warning appear in console either. Are you using mod_http2? Worth a test w/o it. -- Eric Covener cove...@gmail.com ---

Re: [users@httpd] Mod_Status : Empty Client / Protocol / Vhost / Request Columns

2016-04-13 Thread Ken
The error logs contain no errors whatsoever. Using Firebug in FireFox shows empty 's. No errors or warning appear in console either. All modules for Apache show they were last built on the same day 2.4.20 was upgraded. On Wed, Apr 13, 2016 at 12:23 PM, Otis DeWitt wrote: > I would check the e

Re: [users@httpd] Mod_Status : Empty Client / Protocol / Vhost / Request Columns

2016-04-13 Thread Otis DeWitt
I would check the error.log file for errors. Did you have a module compile on on the previous version that is not in 2.4.20? Also inspect the web page, by right clicking on the empty spot and choose inspect then refresh your page and see what RED errors you get in the console if any. Sent from

[users@httpd] Mod_Status : Empty Client / Protocol / Vhost / Request Columns

2016-04-13 Thread Ken
I recently upgraded to Apache 2.4.20 on FreeBSD and up until this update, everything has been working great with mod_status. However since the upgrade, unless an action is taking place (sending reply, closing connection, etc), the Client / Protocol / Vhost / Request columns are completely blank. B

[users@httpd] TELEX COPY

2016-04-13 Thread Dien-Foon Wu
Hello, Please find the attached TT payment for your reference only. Best Regards. <<< text/html; charset=US-ASCII; name="REMITTANCE COPY.html": Unrecognized >>> - To unsubscribe, e-mail: users-unsubscr...@httpd.apache.org For ad

Re: [users@httpd] Not able to make .so file during install apache-2.4.18

2016-04-13 Thread Hemant Chaudhary
Hi No even with --enable-so=yes, having the same error :( error is C annot load modules/mod_authn_file.so into server: dlopen (6CA04E70->/home/hemant /testC/apache/modules/mod_authn_file.so, 5):\nFileSystem Error 4002 on File /hom e/hemant/testC/apache/modules/mod_authn_file.s\no On Wed, Apr 13,

[users@httpd] mod_ext_filter with Mono problem

2016-04-13 Thread Tero Armando De La Rosa
Hello, I'm trying to create a simple Mono program that is configured as an external filter that simply reads from stdin and writes to stdout a modified version of a media file (images, videos...). Prior to reading from stdin I'm trying to craft a POC which simply replaces all requests' conten

Re: [users@httpd] Not able to make .so file during install apache-2.4.18

2016-04-13 Thread Hemant Chaudhary
I am trying with -enable-so=yes On Wed, Apr 13, 2016 at 2:48 PM, Yann Ylavic wrote: > On Wed, Apr 13, 2016 at 10:56 AM, Hemant Chaudhary > wrote: > > Here is the config.log > > Possibly the same file with --enable-so=yes configured? > > --

Re: [users@httpd] Not able to make .so file during install apache-2.4.18

2016-04-13 Thread Yann Ylavic
On Wed, Apr 13, 2016 at 10:56 AM, Hemant Chaudhary wrote: > Here is the config.log Possibly the same file with --enable-so=yes configured? - To unsubscribe, e-mail: users-unsubscr...@httpd.apache.org For additional commands, e-m

Re: [users@httpd] Not able to make .so file during install apache-2.4.18

2016-04-13 Thread Yann Ylavic
On Wed, Apr 13, 2016 at 10:39 AM, Yann Ylavic wrote: > Does adding --enable-so=yes make a difference? Otherwise, please attach your config.log file. > > Regards, > Yann. - To unsubscribe, e-mail: users-unsubscr...@httpd.apache.

Re: [users@httpd] Not able to make .so file during install apache-2.4.18

2016-04-13 Thread Yann Ylavic
Hi, On Wed, Apr 13, 2016 at 9:15 AM, Hemant Chaudhary wrote: > > CFLAGS="-Wextensions -Wv -D__TANDEM"; export CFLAGS > "./configure" \ > "--prefix=/home/hemant/testC/apache" \ > "--with-included-apr" \ > "--with-pcre=/home/hemant/testC/apache/httpd-2.4.18/srclib/pcre/pcre2-config" > \ > "--enabl

Re: [users@httpd] Not able to make .so file during install apache-2.4.18

2016-04-13 Thread Hemant Chaudhary
Hello I tried with different configuration command and get the same error Configuration command ... #! /bin/sh # # Created by configure CFLAGS="-Wextensions -Wv -D__TANDEM"; export CFLAGS "./configure" \ "--prefix=/home/hemant/testC/apache" \ "--with-included-apr" \ "--with-pcre=/home/hemant/te