Re: [users@httpd] Default of ErrorLogFormat

2024-03-03 Thread Rainer Jung
I hope the docs are correct: https://httpd.apache.org/docs/2.4/en/mod/core.html#errorlogformat look for "#Example (default format for threaded MPMs)". Best regards, Rainer Am 01.03.24 um 17:12 schrieb Vladimir Chlup: Hi, In the referenced commit, there is a function `do_errorlog_default` (i

Re: [users@httpd] Issues with files accessed over NFS

2022-06-30 Thread Rainer Jung
Am 30.06.2022 um 21:07 schrieb Chris Woelkers - NOAA Federal: Although I realize that this question is more about NFS than Apache it still concerns my web server so here goes. This is at work so a bit of history first, sorry for the novel length email in advance. The set up I have was already

Re: [users@httpd] mod_ajp: adding "secret=xxx" parameter to config yields syntax error

2020-02-21 Thread Rainer Jung
Am 13.02.2020 um 19:29 schrieb Mark H. Wood: HTTPD 2.4.41 I'm trying to set up authenticated proxying between HTTPD and Tomcat. I have, for example: ProxyPass "/host-manager/" \ "ajp://[::1]:8009/host-manager/" \ secret="secret" When I run configtest, the result is

Re: [users@httpd] Optimal way to trigger logging if certain URL is accessed

2019-10-27 Thread Rainer Jung
Am 23.10.2019 um 18:33 schrieb Martin T: Hi, I have a following Apache virtual host configuration where custom call_Google_MP_API script receives the IP address and HTTP User-Agent string as standard input if https://www.example.com/doc.pdf is downloaded: /* configuration remove

Re: [users@httpd] httpd 2.4.39 mod_reqtimeout causes large uploads to fail

2019-08-02 Thread Rainer Jung
Very likely a duplicate of https://bz.apache.org/bugzilla/show_bug.cgi?id=63325 (regression in 2.4.39) with the fix https://svn.apache.org/viewvc?view=revision&revision=1859376 which will be part of the next version 2.4.40. You can try that patch if you like. 2.4.40 is not far away, maybe nex

Re: [users@httpd] issue with mod_reqtimeout in Httpd server 2.4.39

2019-04-18 Thread Rainer Jung
Most likely it is this: https://bz.apache.org/bugzilla/show_bug.cgi?id=63329 Fixed by: https://svn.apache.org/viewvc?view=revision&revision=1857129 If you build the web server yourself, tha patch to apply is: https://svn.apache.org/viewvc/httpd/httpd/trunk/modules/filters/mod_reqtimeout.c?r1=

Re: [users@httpd] apache 2.4.39 rpm package generation error

2019-04-10 Thread Rainer Jung
release? Best Regards, Dmitry Stoyanov -Original Message- From: Rainer Jung Sent: Wednesday, April 10, 2019 12:51 PM To: users@httpd.apache.org; Dmitry Stoyanov Subject: Re: [users@httpd] apache 2.4.39 rpm package generation error That was fixed shortly after the release by: Author

Re: [users@httpd] apache 2.4.39 rpm package generation error

2019-04-10 Thread Rainer Jung
That was fixed shortly after the release by: Author: ylavic Date: Wed Apr 3 10:01:47 2019 New Revision: 1856868 URL: http://svn.apache.org/viewvc?rev=1856868&view=rev Log: Merge r1825375 from trunk: rpm: Add mod_socache_redis to the build. Submitted by: minfrin Modified: httpd/httpd/br

Re: [users@httpd] Question about configure not answered in documentation

2019-04-06 Thread Rainer Jung
Hi Jeff, Am 06.04.2019 um 00:19 schrieb Jeff Cauhape: Well, That almost worked. I edited the config.layout file and copied to . In I made the following changes only: prefix:/usr/local/apache2 exec_prefix: ${prefix} bindir:${exec_prefix}/bin sbindir:

Re: [users@httpd] Question about configure not answered in documentation

2019-04-05 Thread Rainer Jung
Hi Jeff, Am 05.04.2019 um 20:55 schrieb Jeff Cauhape: I am guessing the answer to my question is probably “no”, but I’m hoping someone here has a silver bullet. We are finally getting our act together and updating our Apache server instances. Our chosen way to do this is as follows: The /a

Re: [users@httpd] Rotate Logs | Number of Files | File Size

2019-02-28 Thread Rainer Jung
Am 26.02.2019 um 09:53 schrieb Khandelwal, Ankit: Hello All, I have configured rotatelogs inside httpd.conf at location: # # ErrorLog: The location of the error log file. # If you do not specify an ErrorLog directive within a # container, error messages relating to that virtual host will

Re: [users@httpd] JWT Authentication behind an apache2 proxy

2019-02-02 Thread Rainer Jung
Am 02.02.2019 um 11:39 schrieb Xavier Gignac: Hello, I am using a Java application with JWT authentication through a Authorization header with Bearer  syntax. I want to know how to configure Apache2 to transmit the Authorization header to the Java application while proxying the request. Au

Re: [users@httpd] Re: How to manage mod_jk status manager using command line

2019-02-02 Thread Rainer Jung
Hi Mahendiran, you should post this question to the Tomcat users list. The module mod_jk is provided by the Tomcat project, not by the Apache web server project. For a first idea, look at http://tomcat.apache.org/connectors-doc/reference/status.html and once you have the right view in the b

Re: [users@httpd] How to manage mod_jk status manager using command line

2019-01-02 Thread Rainer Jung
Hi Mahendiran, Am 02.01.2019 um 06:53 schrieb Mahendiran Vel: Hi All, I have a requirement to enable/disable the worker nodes in Apache jkstatus manger using command line.  Please someone help me to achieve the same. mod_jk is developed as part of the Tomcat project. You might get more res

Re: [users@httpd] Which PCRE to use to build Apache 2.4.37?

2018-10-25 Thread Rainer Jung
Am 25.10.2018 um 23:51 schrieb Chris Punches: It's pcre/pcre-devel.  the following paste shows how I found it: http://paste.silogroup.org/ehowecakoq On Thu, Oct 25, 2018 at 5:38 PM Jeff Cauhape > wrote: Folks, __ __ I am building Apache 2.4.37

Re: [users@httpd] Reverse proxy not sending certificate

2018-10-18 Thread Rainer Jung
Am 18.10.2018 um 17:32 schrieb Schettler, Marty L.: Good advice. Thanks! However, I just retested with 2.4.35 and I get the exact same results as with 2.4.34. Any other ideas? I’d welcome a workaround too. Could well be http://svn.apache.org/viewvc?rev=1844226&view=rev which is still missing

Re: [users@httpd] Apache crashes with: AH03104: apr_thread_create

2018-09-22 Thread Rainer Jung
Am 22.09.2018 um 22:17 schrieb Jerry Martinez: Hello! Apache has been randomly crashing (for a few months now) and I cannot seem to understand why. I cannot replicate the crash even when hitting the server with 4,000 requests @ a concurrency of 500. This is a production server and I am willing t

Re: [users@httpd] facing issue with building apache for latest version 2.4.33

2018-04-09 Thread Rainer Jung
Am 09.04.2018 um 08:28 schrieb Rathore, Rajendra: Hi Rainer, Thanks for your quick response, below fix work fine with Windows machine, I had one question in next release fix will come out of the box or we need to again add that property, Please confirm? Thanks and Regards, Rajendra Rathore 99

Re: [users@httpd] facing issue with building apache for latest version 2.4.33

2018-04-06 Thread Rainer Jung
Hello, Am 06.04.2018 um 08:41 schrieb Rathore, Rajendra: Hi Team, I am facing the issue while building apache on Window machine with the help of apache source code and got below error [ 92%] Building C object CMakeFiles/mod_ssl.dir/modules/ssl/ssl_engine_init.c.obj ssl_engine_init.c C:\a

Re: [users@httpd] How to print request headers before and after processing

2018-03-22 Thread Rainer Jung
cktracking). And then finally the env var setting. Performancewise this will be very close to the SetEnvIf variant. Regards, Rainer Thanks Martin On Thu, Mar 22, 2018 at 6:16 PM, Rainer Jung <mailto:rainer.j...@kippdata.de>> wrote: Am 22.03.2018 um 18:08 schrieb Eric Covener:

Re: [users@httpd] How to print request headers before and after processing

2018-03-22 Thread Rainer Jung
Am 22.03.2018 um 18:08 schrieb Eric Covener: On Thu, Mar 22, 2018 at 1:03 PM, Martin Knoblauch wrote: Hi Eric, thanks, but does not work. login_jsid=Cookie prints "Cookie" login_jsid=%{Cookie} prints "%{Cookie}" Apparently the right sides of the assignment are just taken as literals witho

Re: [users@httpd] Apache httpd 2.4.32 issue with mod_proxy_balancer

2018-03-15 Thread Rainer Jung
Am 15.03.2018 um 18:37 schrieb Steffen: Httpd 2.4.32 has an issue with mod_proxy_balancer. For users who are not aware of the details: version 2.4.32 is not yet officially released. The above problem only applies to the Apache web server 2.4.32 on the Windows platform. Other platforms do not

Re: [users@httpd] websocket header not passing a long with ProxyPass and mod_headers

2018-02-08 Thread Rainer Jung
Am 08.02.2018 um 19:50 schrieb Mark Nenadov: according to the docs, you can actually specify the protocol: https://httpd.apache.org/docs/2.4/mod/mod_proxy_wstunnel.html : "In fact the module can be used to upgrade to other protocols, you can set the upgrade parameter in the ProxyPass directive

Re: [users@httpd] websocket header not passing a long with ProxyPass and mod_headers

2018-02-08 Thread Rainer Jung
Hi Mark, Am 08.02.2018 um 16:49 schrieb Mark Nenadov: Hello, I have an operational setup where Apache httpd is proxying secure websockets traffic to an Apache Tomcat server. In other words, I'm using ProxyPass to pass traffic along to a WSS url. I'm now having some issues trying to throw mod_

Re: [users@httpd] symbol SSLv2_client_method

2018-02-08 Thread Rainer Jung
ail: users-h...@httpd.apache.org -- kippdata informationstechnologie GmbH Tel: 0228 98549 -0 Bornheimer Str. 33aFax: 0228 98549 -50 53111 Bonn www.kippdata.de HRB 8018 Amtsgericht Bonn / USt.-IdNr. DE 196 457 417 Geschäftsführer: Dr. Thomas Höfer, Rainer Jung, S

Re: [users@httpd] mod_ssl: problem using a self-compiled OpenSSL installation on a 64-bit Linux system

2017-09-24 Thread Rainer Jung
Am 24.09.2017 um 22:49 schrieb Jens Schleusener: Hi, if I formerly compiled the Apache httpd server myself using an also self-compiled OpenSSL installation for building "mod_ssl" as a shared module I added only the configure option "--with-ssl" to specify the according OpenSSL installation di

Re: [users@httpd] directive not having any effect

2017-01-25 Thread Rainer Jung
Am 25.01.2017 um 20:57 schrieb Jason Brooks: Ok, that’s exactly what did it: I put in two locationmatches: one being: and the other: Thank you for your fast response! What about multiple leading slashes, e.g. ///wp-login.php ? Check and if those are not yet covered use something like

Re: [users@httpd] Re: Next version of Apache 2.2?

2017-01-04 Thread Rainer Jung
Am 03.01.2017 um 23:19 schrieb Good guy: On 03/01/2017 21:31, Development Manager wrote: CVE-2016-8743 was patched/mitigated in Apache 2.4 but is still an outstanding issue in 2.2, according to https://security-tracker.debian.org/tracker/CVE-2016-8743. Is there a plan to rebase it to 2.2? If so

Re: [users@httpd] HTTPD 2.4.25 crash in mod_proxy (ajp)

2017-01-02 Thread Rainer Jung
Hi Hajo, Am 02.01.2017 um 11:54 schrieb Hajo Locke: Hello list, sorry guys. i think i have lost overview. Has this resulted in a public patch? The fix in trunk (2.5) is http://svn.apache.org/viewvc?view=revision&revision=1775775 It is proposed for backport to 2.4 but has not yet been applie

Re: [users@httpd] HTTPD 2.4.25 crash in mod_proxy (ajp)

2016-12-23 Thread Rainer Jung
Am 23.12.2016 um 00:43 schrieb Yann Ylavic: On Fri, Dec 23, 2016 at 12:11 AM, Rainer Jung wrote: Am 22.12.2016 um 23:56 schrieb Yann Ylavic: I was thinking about always using the new code, maybe with an "if APLOGtrace2(s)" around to save a getsockname() call when not needed. I s

Re: [users@httpd] HTTPD 2.4.25 crash in mod_proxy (ajp)

2016-12-22 Thread Rainer Jung
Am 22.12.2016 um 23:56 schrieb Yann Ylavic: On Thu, Dec 22, 2016 at 11:38 PM, Rainer Jung wrote: OK, looking closer at the suggested patch I see it fixes trace2-Loggging. When I activate e.g. trace8, I do get the expected crash in ap_proxy_check_connection. Yes, it depends on the LogLevel

Re: [users@httpd] HTTPD 2.4.25 crash in mod_proxy (ajp)

2016-12-22 Thread Rainer Jung
OK, looking closer at the suggested patch I see it fixes trace2-Loggging. When I activate e.g. trace8, I do get the expected crash in ap_proxy_check_connection. @Konstantin: do you have LogLevel trace2 or higher? If s, do you also see crashes with trace1 or lower? @Yann: your patch is just t

Re: [users@httpd] HTTPD 2.4.25 crash in mod_proxy (ajp)

2016-12-22 Thread Rainer Jung
Am 22.12.2016 um 18:38 schrieb Yann Ylavic: On Thu, Dec 22, 2016 at 3:12 PM, Jim Jagielski wrote: H... I wonder if it's due to: /* Step Two: Make the Connection */ -if (ap_proxy_connect_backend(scheme, backend, worker, r->server)) { +if (ap_proxy_check_connection(

Re: [users@httpd] TLS Proxy client certificates per virtualhost

2016-09-30 Thread Rainer Jung
Hi Mark, in trunk sinve a few months we've got the feature, that any SSLProxy* directive can be used in vhosts but more important per block. The feature is proposed for addition to 2.4.x. Currently two more reviewers are needed. The proposed patch is available at http://home.apache.org/~yla

Re: [users@httpd] Httpd2.4.23 make failed with error util_pcre.c:128: error: 'PCRE_DUPNAMES' undeclared (first use in this function)

2016-09-29 Thread Rainer Jung
Am 28.09.2016 um 16:06 schrieb noor mahammad: Hi Team, I am trying to install httpd-2.4.23 on redhat system, it is always failing as follows, util_pcre.c: In function 'ap_regcomp': util_pcre.c:128: error: 'PCRE_DUPNAMES' undeclared (first use in this function) util_pcre.c:128: error: (Each unde

Re: [users@httpd] Issues migrating Weblogic proxies from Sun One 6.1 to Apache 2.4

2016-06-25 Thread Rainer Jung
Am 24.06.2016 um 21:58 schrieb Joe Muller: Just an update on this issue, if anybody is following. We have eliminated the Load Balancer and the Firewall as a possible cause. Our last test was directly between the IE client browser and the Apache 2.4 proxy server, resulting in the same errors

Re: [users@httpd] Install Apache 2.4.20 on Solaris 10 --- Error "ld: fatal: file ab.o: wrong ELF class: ELFCLASS32"

2016-05-02 Thread Rainer Jung
Am 02.05.2016 um 20:35 schrieb Andy Wang: On 05/02/2016 12:42 PM, Rainer Jung wrote: Am 02.05.2016 um 19:07 schrieb Huang, Jinhui (OST): Hi, Rainer: I checked the 32/64 Bit issue on PCRE first. I found /usr/local/apache2/pcre/lib/libpcre.a: current ar archive, 32-bit symbol table /usr/local

Re: [users@httpd] Install Apache 2.4.20 on Solaris 10 --- Error "ld: fatal: file ab.o: wrong ELF class: ELFCLASS32"

2016-05-02 Thread Rainer Jung
g, Jinhui (OST) Subject: RE: [users@httpd] Install Apache 2.4.20 on Solaris 10 --- Error "ld: fatal: file ab.o: wrong ELF class: ELFCLASS32" Thank you, Rainer. I will check that and try again. Jin -Original Message- From: Rainer Jung [mailto:rainer.j...@kippdata.de]

Re: [users@httpd] Install Apache 2.4.20 on Solaris 10 --- Error "ld: fatal: file ab.o: wrong ELF class: ELFCLASS32"

2016-05-02 Thread Rainer Jung
ll get "ld: fatal: relocations remain against allocatable but non-writable sections", you might succeed in setting MOD_SSL_LDADD=-Wl,-Bsymbolic export MOD_SSL_LDADD Regards, Rainr -Original Message- From: Huang, Jinhui (OST) Sent: Friday, April 29, 2016 11:18 AM To: Rai

Re: [users@httpd] Install Apache 2.4.20 on Solaris 10 --- Error "ld: fatal: file ab.o: wrong ELF class: ELFCLASS32"

2016-04-28 Thread Rainer Jung
Am 28.04.2016 um 19:59 schrieb jinhui.huang@dot.gov: Hi, Rainer: The following is the output of make, after I run a "make clean" first. Jin # make clean Making clean in test rm -f *.o *.lo *.slo *.obj *.a *.la rm -rf .libs Making clean

Re: [users@httpd] Install Apache 2.4.20 on Solaris 10 --- Error "ld: fatal: file ab.o: wrong ELF class: ELFCLASS32"

2016-04-28 Thread Rainer Jung
Am 28.04.2016 um 18:56 schrieb jinhui.huang@dot.gov: I am following the "Compilling and Installing" guide from [url]http://httpd.apache.org/docs/2.4/install.html[/url] The configure running OK: # export CC="gcc -m64" # ./configure \ --prefix=/usr/local/apache2/httpd-2.4.20 \ --with-port=

Re: [users@httpd] Restart or Reload after changing MaxClients and ServerLimit

2016-04-25 Thread Rainer Jung
not as easy to grok as it should be. Regards, Rainer On Mon, Apr 25, 2016 at 4:32 AM, Rainer Jung mailto:rainer.j...@kippdata.de>> wrote: ServerLimit and ThreadLimit configure the size of an internal structure which maintains data about processes and threads. This structure is o

Re: [users@httpd] Restart or Reload after changing MaxClients and ServerLimit

2016-04-25 Thread Rainer Jung
ServerLimit and ThreadLimit configure the size of an internal structure which maintains data about processes and threads. This structure is only created during Apache start, so if you want to change these two params, you need to stop and start. ThreadsPerChild and MaxClients can be changed and

Re: [users@httpd] A cronjob for the apache user - is the home dir for apache really necessary?

2016-04-23 Thread Rainer Jung
Am 23.04.2016 um 14:05 schrieb Poggenpohl, Daniel: Hello everyone, Preface: My system is Solaris 11.2/11.3 X86/64. I'm changing some cronjobs which previously ran as root which surely isn't really necessary. I entered some cronjob in the crontab for the apache and wondered why it didn't execu

Re: [users@httpd] Using mod_lua to modify request body before being sent to mod_proxy

2016-04-19 Thread Rainer Jung
Am 19.04.2016 um 04:41 schrieb Matt Hughes: Yeah, I misspoke when I said |LuaHookInsertFilter|; that isn’t actually implemented yet at least on 2.4. Actually have been trying the quick handler and hookfixups. What hook should I be using? What value do I return from my handler so that Apache will

Re: [users@httpd] Apache proxy keeps cache directory empty

2016-04-16 Thread Rainer Jung
Am 15.04.2016 um 23:02 schrieb Bjoern Voigt: Since some years I run a local Apache proxy cache for localhost and the 192.168.1.0/24 network. My proxy cache directory /var/cache/apache-proxy is cleaned by a htcacheclean weekly cron job. In the meantime Apache stopped writing files in my cache dir

Re: [users@httpd] Get UID/GID from a username string

2016-04-16 Thread Rainer Jung
Am 16.04.2016 um 12:09 schrieb Ben RUBSON: Ben: have a look at how mod_rewrite accesses its own ap_register_rewrite_mapfunc via So Rainer, I just quickly wrote my module, it works, many thanks for your help. Below is my code, I just have 2 questions regarding it : 1 - do I need to "free(pw)"

Re: [users@httpd] Get UID/GID from a username string

2016-04-15 Thread Rainer Jung
Am 15.04.2016 um 18:59 schrieb Rainer Jung: Am 15.04.2016 um 18:35 schrieb Eric Covener: Well, it is one option to extend mod_rewrite. What I meant specifically was that any module can implement a rewritemap internal function. Yes, the feature seems to be a bit too specific for general

Re: [users@httpd] Get UID/GID from a username string

2016-04-15 Thread Rainer Jung
Am 15.04.2016 um 18:35 schrieb Eric Covener: Well, it is one option to extend mod_rewrite. What I meant specifically was that any module can implement a rewritemap internal function. Yes, the feature seems to be a bit too specific for general implementation in mod_rewrite. Ben: have a look a

Re: [users@httpd] Can't activate LDAPS support in my OpenSSL 1.0.2g/OpenLDAP 2.4.44/Apache 2.4.18/PHP 5.6.20 combination

2016-04-14 Thread Rainer Jung
Am 14.04.2016 um 20:51 schrieb Rainer Jung: Am 14.04.2016 um 20:39 schrieb Poggenpohl, Daniel: Hello, I just realized that this may not be the problem, but the plugin architecture is. I would have to check all modules in Apache and all extensions in PHP for dependencies to see all involved

Re: [users@httpd] Can't activate LDAPS support in my OpenSSL 1.0.2g/OpenLDAP 2.4.44/Apache 2.4.18/PHP 5.6.20 combination

2016-04-14 Thread Rainer Jung
od so that I see the complete dependency tree starting from a binary/library I select? ldd -s doesn't seem to go down to the bottom. Regards, Daniel P. ____ Von: Rainer Jung [rainer.j...@kippdata.de] Gesendet: Donnerstag, 14. April 2016 19:53 An: users@htt

Re: [users@httpd] Can't activate LDAPS support in my OpenSSL 1.0.2g/OpenLDAP 2.4.44/Apache 2.4.18/PHP 5.6.20 combination

2016-04-14 Thread Rainer Jung
Am 14.04.2016 um 19:53 schrieb Rainer Jung: Am 14.04.2016 um 17:02 schrieb Poggenpohl, Daniel: Hello everyone, thanks to this mailing list I have identified and solved many problems in my builds regarding my current setup for a Moodle installation. - Removed unnecessary switches from Apache

Re: [users@httpd] Can't activate LDAPS support in my OpenSSL 1.0.2g/OpenLDAP 2.4.44/Apache 2.4.18/PHP 5.6.20 combination

2016-04-14 Thread Rainer Jung
Am 14.04.2016 um 17:02 schrieb Poggenpohl, Daniel: Hello everyone, thanks to this mailing list I have identified and solved many problems in my builds regarding my current setup for a Moodle installation. - Removed unnecessary switches from Apache build - Placement of switches inside commands -

Re: [users@httpd] Self-compiled httpd and OpenSSL: Trying to start httpd without using LD_LIBRARY_PATH

2016-04-08 Thread Rainer Jung
Hi Chris, Am 08.04.2016 um 18:09 schrieb Rainer Canavan: On Fri, Apr 8, 2016 at 6:02 PM, Christopher Schultz wrote: [...] I'm speaking from a position of ignorance, here, but can a dynamic library modify the main process's search path? If only mod_ssl is compiled with the static-path to OpenSS

Re: [users@httpd] Self-compiled httpd and OpenSSL: Trying to start httpd without using LD_LIBRARY_PATH

2016-04-08 Thread Rainer Jung
Hi, Am 07.04.2016 um 20:52 schrieb Poggenpohl, Daniel: Hi, my setup is: I have a Moodle installation I need to run. So I need Apache, PHP, OpenSSL, iconv, mbstring, curl, zip, etc. . The plan is to have a relatively new PHP (5.6.20) and stay "new" with Apache and OpenSSL. Solaris 11.3 seems t

Re: [users@httpd] Self-compiled httpd and OpenSSL: Trying to start httpd without using LD_LIBRARY_PATH

2016-04-08 Thread Rainer Jung
Am 08.04.2016 um 10:41 schrieb Rainer Canavan: On Fri, Apr 8, 2016 at 12:31 AM, Yann Ylavic wrote: On Thu, Apr 7, 2016 at 5:21 PM, Poggenpohl, Daniel wrote: LDFLAGS="-L$OPENSSLDIR/lib -R $OPENSSLDIR/lib" I don't know which compiler you are using, but gcc's -R is not working correctly (on L

Re: [users@httpd] LogMessage not working

2016-01-01 Thread Rainer Jung
Am 01.01.2016 um 22:55 schrieb Michael D. Berger: -Original Message- From: Rainer Jung [mailto:rainer.j...@kippdata.de] Sent: Friday, January 01, 2016 05:56 To: users@httpd.apache.org Subject: Re: [users@httpd] LogMessage not working Am 01.01.2016 um 03:55 schrieb Michael D. Berger: I

Re: [users@httpd] LogMessage not working

2016-01-01 Thread Rainer Jung
Am 01.01.2016 um 03:55 schrieb Michael D. Berger: I am converting my old complex httpd.config from 2.2 to 2.4, and having numerous problems. I added mod_log_debug, but I cannot get LogMessage to work. Here is one of numerous things I tried inside a VirtualHost that is working up to a point:

Re: [users@httpd] Cross-compiled apache 2.4.17/OpenSSL 1.0.2d for SPARC fails to start on mutex error

2015-11-16 Thread Rainer Jung
Am 16.11.2015 um 10:22 schrieb spggwp7q: Hi guys, I cross-compiled apache 2.4.17 with APR 1.5.2 and APR Util 1.5.4 along with OpenSSL 1.0.2d for 64-bit SPARC. I tried running it on one of my boxes and got the following error in the apache error log (the box was previously running 2.4.10): [Mon

Re: [users@httpd] modifying Location header

2015-10-29 Thread Rainer Jung
Am 29.10.2015 um 10:11 schrieb Hleb Valoshka: Hi! Is it possible to modify Location using mod_headers? I want to replace http:// with https:// but Header edit http://(.*) https://$1 does not work, neither with always. unset and set don't work as well, only add works. I can't see the word "Loca

Re: [users@httpd] web server load testing

2015-10-17 Thread Rainer Jung
Am 16.10.2015 um 23:06 schrieb Rose, John B: Does anyone have personal experience, or have heard anything, about any of these load testing apps? Soasta Cloudtest http://www.soasta.com/cloudtest/ HP Stormrunner (Cloud) http://www8.hp.com/us/en/software-solutions/stormrunner-load-agile-cloud-te s

Re: [users@httpd] Configure Apache behind proxy with auth [wd-vc]

2015-10-16 Thread Rainer Jung
Am 16.10.2015 um 15:08 schrieb Lucas Santos Sanches: using cUrl here is $curl = curl_init(); curl_setopt($curl, CURLOPT_RETURNTRANSFER, 1); curl_setopt($curl, CURLOPT_URL, $url); curl_setopt($curl, CURLOPT_CONNECTTIMEOUT, 5); curl_setopt($curl, CURLOPT_TIMEOUT, $curl_timeout); curl_setopt($curl

Re: [users@httpd] Question on building mod_qos for Centos 6

2015-08-18 Thread Rainer Jung
Am 18.08.2015 um 12:09 schrieb Sophie Loewenthal: Thanks Rainr. I build the modules in the end with apxs -i -c mod_qos.c -lcrypto -lpcre because configure asked for items I could not find in my repositories. It build this in /etc/httpd/modules/mod_qos -rw-r--r-- 1 root root 744576 Aug 18 11:37

Re: [users@httpd] Question on building mod_qos for Centos 6

2015-08-18 Thread Rainer Jung
Am 18.08.2015 um 09:59 schrieb Sophie Loewenthal: Hi, I've been trying to build the module mod_qos on for Centos 6 and wondered if somebody had some experience with this. The documentation referred to a file buildconf but I did not find this in the tarball mod_qos-11.16.tar.gz. Does anyb

Re: [users@httpd] Response headers set by apache

2015-05-30 Thread Rainer Jung
Am 30.05.2015 um 02:26 schrieb Emir Ibrahimbegovic: I've got an app that runs on a tomcat web server, and I use mod-jk on my apache web server side. I think I've managed to configure everything to work seamlessly, I ran into issues when I wanted to cache static assets on webserver, for some reas

Re: [users@httpd] mod_rewrite vs. mod_jk

2015-05-10 Thread Rainer Jung
Am 06.05.2015 um 11:16 schrieb Hajo Locke: Hello, i have a small mod_jk.conf and want to use mod_rewrite also: JkMount /* ajp13 JkUnmount /test/* ajp13 RewriteEngine On RewriteRule ^/$ /java_app/ [L] Rewriting by mod_rewrite only works with urls which are unmounted by JkUnmount. So above Rule

Re: [users@httpd] Compile apache2.4 with mod_proxy_html/libxml2

2015-04-14 Thread Rainer Jung
Am 14.04.2015 um 16:34 schrieb andre.wen...@bmw.de: Hello, today I tried to compile the current apache 2.4.12 together with mod_proxy_html and xml2enc, but I ran into some problem with libxml2, which is currently not installed on the system and I’m not able to install the library in the system.

Re: [users@httpd] Compile apache 2.4 on solaris 10 sparc with 64 bit openssl issue

2015-04-03 Thread Rainer Jung
ch64__ > /dev/null; then +if gcc -m64 -v -E -x c /dev/null 2>&1 | grep __arch64__ > /dev/null; then GCC_ARCH="-m64" else GCC_ARCH="-m32" Regards, Rainer On Fri, Apr 3, 2015 at 10:35 AM, Rainer Jung mailto:rainer.j...@kippdata.de>&g

Re: [users@httpd] Compile apache 2.4 on solaris 10 sparc with 64 bit openssl issue

2015-04-03 Thread Rainer Jung
Am 03.04.2015 um 16:53 schrieb ਜਤਿੰਦਰ ਸਿੰਘ: uname -a SunOS 5.10 Generic_150400-14 sun4u sparc SUNW,Netra-T12 src distribution used - apache-httpd-2_4_12-src-openssl-m.tar /usr/sfw/bin/gcc -v Reading specs from /usr/sfw/lib/gcc/sparc-sun-solaris2.10/3.4.3/specs Configured with: /sfw10/buil

Re: [users@httpd] Missing log entries?

2015-04-02 Thread Rainer Jung
Am 03.04.2015 um 03:41 schrieb Andrew Moise: Hi Richard. Okay, that was exactly my question -- yes, I'm pretty confident that that's what's happening (the page is not completely being served and the transfer is aborted, even though from the user's perspective the page is present and they ca

Re: [users@httpd] Dates in httpd.conf?

2015-03-31 Thread Rainer Jung
Am 31.03.2015 um 19:49 schrieb Joe Jensen (ConAgra Foods): Can anybody tell me a good way to include a date in the apache configuration? For various reasons I’m trying to avoid |’s to logrotate and want the date in a logfile’s name. I’m really hoping to put the date into an apache variable I ca

Re: [users@httpd] How to enable TLSV1.1 or above on Apache

2015-03-27 Thread Rainer Jung
tried several sites. On the Windows platform many use the binary Apache httpd downloads from ApacheLounge: http://www.apachelounge.com/download/ Regards, Rainer -Original Message- From: Rainer Jung [mailto:rainer.j...@kippdata.de] Sent: Friday, March 27, 2015 5:53 AM To:

Re: [users@httpd] How to enable TLSV1.1 or above on Apache

2015-03-27 Thread Rainer Jung
Am 27.03.2015 um 06:22 schrieb Sailaja Gadireddy: Hello Team, I have upgraded my apache to Apache V2.4.3. and OpenSSL version is 0.9.8g When I have modified httpd conf with SSLProtocol TLSV1.1, It says Illegal protocol. Do I need to install latest openssl version? If so please suggest the vers

Re: [users@httpd] Decompress requests using mod_deflate and uset Content-Encoding header

2015-03-10 Thread Rainer Jung
Am 09.03.2015 um 15:57 schrieb dennis.luna...@t-systems.com: Hi, I have some problems using mod_deflate to decompress requests. I am using a apache 2.4 as a reverse proxy on Red Hat Enterprise Linux Server release 6.4 (Santiago). Within this apache I have to decompress requests and compress t

Re: [users@httpd] ProxyReverse Issue on - httpd-2.2.29

2015-02-23 Thread Rainer Jung
Am 23.02.2015 um 19:18 schrieb Otis Dewitt - NOAA Affiliate: Everything works on this site except this url: https://www.docu.com/class/page/createpdf.jsp?requestId=7 weird problem. Thanks, Otis On Mon, Feb 23, 2015 at 1:15 PM, Otis Dewitt - NOAA Affiliate mailto:otis.dew...@noaa.gov>> wrot

Re: [users@httpd] Help needed with event MPM configuration

2014-11-04 Thread Rainer Jung
Am 04.11.2014 um 20:36 schrieb Rajalakshmi Iyer: Ok. Thanks. Does this situation sound plausible - Keep alive connections are not being used effectively by client applications (i.e. subsequent requests on keep-alive connections are not frequent enough to keep Apache workers busy all the time, re

Re: [users@httpd] AJP Errors?

2014-09-04 Thread Rainer Jung
Am 03.09.2014 um 23:23 schrieb Smith, Burton: -Original Message- From: Rainer Jung [mailto:rainer.j...@kippdata.de] Sent: Saturday, August 30, 2014 3:12 AM Am 28.08.2014 um 22:39 schrieb Smith, Burton: -Original Message- From: Rainer Jung [mailto:rainer.j...@kippdata.de

Re: [users@httpd] AJP Errors?

2014-08-30 Thread Rainer Jung
Am 28.08.2014 um 22:39 schrieb Smith, Burton: -Original Message- From: Rainer Jung [mailto:rainer.j...@kippdata.de] Sent: Tuesday, August 26, 2014 2:37 AM To: users@httpd.apache.org Subject: Re: [users@httpd] AJP Errors? First: Since your Apache version 2.2.15 is pretty old and

Re: [users@httpd] AJP Errors?

2014-08-26 Thread Rainer Jung
Hi Burton, Am 25.08.2014 um 22:14 schrieb Smith, Burton: Can someone tell me about this error set? They show up in the Apache(mod_jk) log. They may or may not indicate that one node is down. I would like to know how to differentiate between a recoverable and a non-recoverable issue so that 24

Re: [users@httpd] Slow performance in Apache

2014-08-25 Thread Rainer Jung
Am 25.08.2014 um 19:33 schrieb Frederik Nosi: Hi, On 08/19/2014 01:49 PM, Jeff Trawick wrote: On Tue, Aug 19, 2014 at 6:00 AM, mailto:pratibha.dhank...@wipro.com>> wrote: Hi All, Need urgent help from all you experts. We have a tomcat and apache server on same physical box .Earlier

Re: [users@httpd] Proxy Timeout problem with proxy_balancer

2014-03-08 Thread Rainer Jung
On 08.03.2014 17:50, Sascha Kühndel (InuSasha) wrote: > Hi, > > i have actual an problem with my proxy-timeout configuration. > (Apache 2.2.26, but 2.4 seems to have the same problem). > > In my apache configuration we have defined a global ProxyTimeout to 30 > seconds. > But one of our JBoss-bac

Re: [users@httpd] Apache %D and %T meanings...

2013-09-09 Thread Rainer Jung
Tomcat users list. Regards, Rainer > *From:* Rainer Jung > *To:* users@httpd.apache.org > *Sent:* Monday, September 9, 2013 9:40 AM > *Subject:* Re: [users@httpd] Apache %D and %T meanings... > > On 09.09.2013 17:35, Tony Anecito wrote: >> Hi All, >> >>

Re: [users@httpd] Apache %D and %T meanings...

2013-09-09 Thread Rainer Jung
On 09.09.2013 17:35, Tony Anecito wrote: > Hi All, > > I am using the Apache Realtime Plugin (APR) that comes with ApacheTomcat > 7.0.33. I am using Java 7.0.5 64-bit on Windows 7 64-bit. > > I have noticed in the logs that the %D looks like it gives me > milliseconds when compared to the %T seco

Re: [users@httpd] Apache 2.4 ReverseProxy Issue

2013-08-24 Thread Rainer Jung
On 21.08.2013 13:42, Womann, Sven wrote: > Sorry, I meant to write example.com... > > I use include my RP-Rules in a dedicated file. > There I work with RewriteRule ^/(.*)$ http://internal.example.com/$1 [P,QSA,L] > ProxyPassReverse is used in a Location directive like > > > ProxyPassRever

Re: [users@httpd] Problems with mod_proxy_balancer / slotmem_create @ apache 2.4.4

2013-08-24 Thread Rainer Jung
Rainer -- kippdata informationstechnologie GmbH Tel: 0228 98549 -0 Bornheimer Str. 33aFax: 0228 98549 -50 53111 Bonn www.kippdata.de HRB 8018 Amtsgericht Bonn / USt.-IdNr. DE 196 457 417 Geschäftsführer: Dr. Thomas Höfer, Rainer Jung, Sven Maurmann --

Re: [users@httpd] Strange Problem with POST + mod_jk

2013-08-08 Thread Rainer Jung
On 08.08.2013 17:32, Nick Tkach wrote: > Not quite sure if this needs to wind up in this group or the tomcat list > since it kind of involves both. I'm fairly sure it involves an Apache > misconfig, so thought I'd start here. > > We've got an Apache facing the Internet with some Java app servers

Re: [users@httpd] concerns about requirements for Apache 2.4.6 release

2013-07-30 Thread Rainer Jung
On 30.07.2013 16:13, Dennis Clarke wrote: > Not to be a completely obsessive compulsive nit pick, but being OCD > helps greatly when writing software. Any chance we could fix the > typo? > > - Higher performant shm-based cache implementation > > Probably should be "performance" there. > > dc

Re: [users@httpd] concerns about requirements for Apache 2.4.6 release

2013-07-30 Thread Rainer Jung
On 30.07.2013 10:27, Rainer Jung wrote: > On 30.07.2013 05:08, Dennis Clarke wrote: >> >> I'm a bit confused about the requirements for Apache 2.4.6. This page >> seems >> very clear : >> >> http://www.apache.org/dist/httpd/Announcement2.4.h

Re: [users@httpd] concerns about requirements for Apache 2.4.6 release

2013-07-30 Thread Rainer Jung
On 30.07.2013 05:08, Dennis Clarke wrote: > > I'm a bit confused about the requirements for Apache 2.4.6. This page > seems > very clear : > > http://www.apache.org/dist/httpd/Announcement2.4.html > > There is states that "This release requires the Apache Portable Runtime > (APR) > version

Re: [users@httpd] Logging Base64 decoded info in access_log

2013-07-27 Thread Rainer Jung
On 27.07.2013 10:29, Pete Houston wrote: > On Fri, Jul 26, 2013 at 12:39:37PM -0700, Jignesh Badani wrote: >> Thanks Pete, yes, post processing the log file nightly is the option I was >> considering. I am doing it currently on a per request basis. But I was >> hoping to avoid it if I could do it i

Re: [users@httpd] FIPS disabled by httpd 2.4.3

2012-08-22 Thread Rainer Jung
On 22.08.2012 20:47, Ruiyuan Jiang wrote: Hi, My OpenSSL v1.0.1c was compiled as FIPS enabled. # /usr/local/ssl/bin/openssl OpenSSL> version OpenSSL 1.0.1c-fips 10 May 2012 OpenSSL> I did compilation httpd v2.4.2 and v2.4.3 to use the above version of openssl. After I started httpd v2.4.3, I

Re: [users@httpd] problems installing mod_ldap when compliing httpd 2.2.22

2012-08-21 Thread Rainer Jung
On 21.08.2012 19:45, John Adamski wrote: Apache 2.22 on HPUX 11v3 Integrity (Itanium) server Our ERP is updating which version of apache httpd they use from 2.2.15 to 2.2.22. We have a local process that uses mod_ldap & mod_authnz. The ERP provides a script that does all the setup and compil

Re: [users@httpd] Apache authentication - require group AND (not OR) user

2012-08-15 Thread Rainer Jung
On 14.08.2012 23:30, Ben Johnson wrote: Hello, I've scoured the Internet for examples of how to implement logical operators where the "require" directive is concerned. The dearth of documentation and discussion regarding this subject leads me to believe that it has not been implemented, or was

Re: [users@httpd] How to debug 70014 and 70007 errors

2012-08-12 Thread Rainer Jung
On 08.08.2012 16:20, ivan Gouin wrote: Hi, Here's more information about my issue: Here i will call user : the application who post the request. apache : the httpd server who receive request from the client and send them to tomcat tomcat: the web server tomcat, a Web Service application Versi

Re: [users@httpd] How to debug 70014 and 70007 errors

2012-08-03 Thread Rainer Jung
each side to see if i can see something received by tomcat . Ivan On 25 July 2012 11:02, Rainer Jung mailto:rainer.j...@kippdata.de>> wrote: On 25.07.2012 09 :52, ivan Gouin wrote: Hi, I've got those error in my httpd error log:

Re: [users@httpd] Apache server returned a lots Continuation or non-HTTP traffic packages instead of full package

2012-07-27 Thread Rainer Jung
On 27.07.2012 08:11, shuoshi chen wrote: Hi, all I recently use apache server to provide mp3 stream for playing. The content type is specified as audio/mpeg, and everything is ok when I use a test server( Apache/2.2.22 (Unix)), it returned an HTTP/1.1 200 (audio/mpeg) package. But when I put my

Re: [users@httpd] httpd v2.2.22 with openssl 1.0.1c

2012-07-25 Thread Rainer Jung
On 25.07.2012 16:31, Ruiyuan Jiang wrote: Hi, all Last month, I posted a problem that httpd v2.2.22 did not work with openssl v1.0.1c. For me, it worked with openssl v1.0.0g with the same "configure" options for httpd and openssl. So far I did not hear anything. I am re-post my message here an

Re: [users@httpd] How to debug 70014 and 70007 errors

2012-07-25 Thread Rainer Jung
On 25.07.2012 09:52, ivan Gouin wrote: Hi, I've got those error in my httpd error log: [Wed Jul 25 08:10:55 2012] [error] (70014)End of file found: proxy: prefetch request body failed to *.*.*.*:50300 (...) from . () [Wed Jul 25 00:13:18 2012] [error] (70007)The timeout specified has expire

Re: [users@httpd] Intermittent mod_proxy_ajp error - APR does not understand this error code: proxy: dialog

2012-07-25 Thread Rainer Jung
On 23.07.2012 20:36, Carlucci, Tony wrote: Hello, I’ve been trying to track down an intermittent problem with a Java web application that is running on tcServer fronted by Apache HTTP Server.We get intermittent “Server Unavailable / HTTP 500” errors, and when we do see them, there is the same

Re: [users@httpd] Still showing 2.3.16, etc. as the latest release.

2012-07-25 Thread Rainer Jung
On 24.07.2012 18:17, Michael Felt wrote: FYI: I navigated from the page: http://http://projects.apache.org/ , clicked on Alaphabetical, clicked on H, clicked on "Apache HTTP Server" and see (on http://projects.apache.org/projects/http_server.html) Most recent releases: Release Version Date Recom

  1   2   3   >