[us...@httpd] Re: Apache Tomcat/httpd websites problem ?

2010-02-13 Thread Konstantin Kolinko
g" error b) misrendered page (site search box is aligned to the left border of the screen) (probably the stylesheet failed to load) c) correctly rendered page >From an error page footer I see that the EU server runs Apache/2.3.5, while US one uses Apache/2.3.3 Apache/2.3.5 (Unix) mod_ss

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

2016-12-22 Thread Konstantin Kolinko
=6567 Proxy configuration looks like the following: ProxyRequests off ProxyPass ajp://127.0.0.1:8009/foo # Auth and Require directives here... ProxyPass ajp://127.0.0.1:8009/bar # Auth and Require directives here..

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

2016-12-22 Thread Konstantin Kolinko
[Fri Dec 23 02:31:15.882252 2016] [mpm_winnt:notice] [pid 2484:tid 352] AH00431: Parent: Forcing termination of child process 1848 Best regards, Konstantin Kolinko - To unsubscribe, e-mail: users-unsubscr...@httpd.apache.org For additional commands, e-mail: users-h...@httpd.apache.org

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

2016-12-23 Thread Konstantin Kolinko
ssfully. ]]] The "Apache server interrupted..." line appears in the middle of the file, overwriting some of existing text. Usually I do not run HTTPD in console mode (httpd.exe -w), so I do not know whether this logging oddity is a new issue. Best regards, Konstantin Kolinko - To unsubscribe, e-mail: users-unsubscr...@httpd.apache.org For additional commands, e-mail: users-h...@httpd.apache.org

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

2016-12-23 Thread Konstantin Kolinko
BCC: Steffen I did quick tests to verify whether shutdown issues are related to mod_proxy. They are not related. 2016-12-23 15:01 GMT+03:00 Konstantin Kolinko : > > 2. Oddities at shutdown that I also mentioned are still there. > > I mean the following: > - On Windows 7 (run

Re: [users@httpd] Configuring redirects httpd behind a TLS-terminating proxy

2017-01-24 Thread Konstantin Kolinko
nted in a module. http://marc.info/?t=13116506531&r=1&w=2 -> Implementation: http://svn.apache.org/viewvc/httpd/httpd/branches/2.4.x/modules/http/http_core.c?revision=1757669&view=markup#l113 -> Calls r->server->server_scheme ) Best regards, Konstantin Kolin

Re: [users@httpd] Error nghttp2 version is too old

2017-03-15 Thread Konstantin Kolinko
The source code: https://svn.apache.org/viewvc/httpd/httpd/branches/2.4.x/modules/http2/config2.m4?revision=1779742&view=markup#l124 > AC_MSG_CHECKING([for nghttp2 version >= 1.2.1]) Just prints the "Checking..." message. The actual check is below - compilation of some snippet. > AC_TRY_COMPILE

Re: [users@httpd] Hiding Apache version info on the Aix server for Apache.

2017-03-15 Thread Konstantin Kolinko
if possible. Try to search if other configuration files define those directives. (The files included into main httpd.conf file with "Include" directive). Best regards, Konstantin Kolinko - To unsubscribe, e-mail: users-unsubs

Re: [users@httpd] Lock down backuppc to an ip, and too ensure that an htpassword is presented

2017-03-31 Thread Konstantin Kolinko
2017-03-31 13:48 GMT+03:00 Brent Clark : > Good day Guys > > Im trying to ensure a 'belt and braces' security solution for my backuppc. > > What Im trying to do is ensure a that I lock down backuppc to an ip, and > too ensure that an htpassword is presented. > > Please could someone review my confi

Re: [users@httpd] Odd Date in http2 header

2017-04-07 Thread Konstantin Kolinko
ttpd.conf file", what caused the difference in ETag value? 3. Overall, this is strange. If you do an HTTP/1.1 request (using curl without "--http2" flag), does it respond with a correct Date header? 4. I wonder, whether the behaviour is affected by H2SerializeHeaders directive. htt

Re: [users@httpd] How to benchmark ChaCha20-Poly1305 capable websites using Apache Benchmark (ab) tool?

2017-07-25 Thread Konstantin Kolinko
ailing for the ECDHE-ECDSA-CHACHA20-POLY1305 suite. > > Any tips would be much appreciated! > > Btw, I asked the same question on superuser.com, here: > > https://superuser.com/questions/1231720/how-to-benchmark-chacha20-poly1305-capable-websites-using-apache-benchmark-ab > Best regards, Konstantin Kolinko - To unsubscribe, e-mail: users-unsubscr...@httpd.apache.org For additional commands, e-mail: users-h...@httpd.apache.org

Re: [users@httpd] RewriteRule : Altering the current protocol

2017-08-08 Thread Konstantin Kolinko
ehind a TLS-terminating proxy Jan 23, 2017 2:07:13 pm Solved by configuring ServerName to include https protocol. http://httpd.apache.org/docs/2.4/mod/core.html#servername Best regards, Konstantin Kolinko - To unsubscribe, e-mail: users-unsubscr...@httpd.apache.org For additional commands, e-mail: users-h...@httpd.apache.org

Re: [users@httpd] X-Forwarded-For header is missing

2017-11-07 Thread Konstantin Kolinko
e.org/docs/2.4/mod/mod_proxy.html#proxyaddheaders Best regards, Konstantin Kolinko - To unsubscribe, e-mail: users-unsubscr...@httpd.apache.org For additional commands, e-mail: users-h...@httpd.apache.org

Re: [users@httpd] X-Forwarded-For header is missing

2017-11-08 Thread Konstantin Kolinko
logged with %{xxx}i http://tomcat.apache.org/tomcat-8.5-doc/config/valve.html#Remote_IP_Valve (BTW, it is odd how you place your "ProxyAddHeaders On" directive at the top of the file. My expectation is that the directive should be moved below relevant "LoadModule" line, or the con

Re: [users@httpd] Remote_Port not recognized by SetEnvIf?

2017-11-23 Thread Konstantin Kolinko
empty this way ^^^ Maybe try SetEnvIfExpr directive instead of SetEnvIf? http://httpd.apache.org/docs/2.4/mod/mod_setenvif.html#setenvifexpr The Bugzilla ticket that introduced the REMOTE_PORT support in 2.4.26: https://bz.apache.org/bugzilla

Re: [users@httpd] Can't get X-Forwarded-For to be passed through to app with apache reverse proxy

2019-09-23 Thread Konstantin Kolinko
a bug in it. So I must be missing some magic apache configuration setting. In case of AJP protocol, the remote IP address is transmitted as part of the protocol packet and does to require configuration at Tomcat side. Best regards, Konstantin Kolinko - To unsubscribe, e-mail: users-unsubscr...@httpd.apache.org For additional commands, e-mail: users-h...@httpd.apache.org

Re: [users@httpd] git push to apache produces return code 22

2019-11-08 Thread Konstantin Kolinko
/etc/apache24/git-auth-file" > AuthGroupFile "/usr/local/etc/apache24/git-htgroup-file" > Require valid-user > =~ m#/git-receive-pack$#"> > Require group gitwrite > > 5. The "Require" directive is used twice here as well. > I am not getting a

Re: [users@httpd] Apache 2.4 mod_ldap does not appear to support SNI for authentication against LDAPS servers

2020-06-12 Thread Konstantin Kolinko
29f9d83129db0da017e0fe5a0a27c8 Thus I guess that the answer to your question is "not yet". Best regards, Konstantin Kolinko - To unsubscribe, e-mail: users-unsubscr...@httpd.apache.org For additional commands, e-mail: users-h...@httpd.apache.org

Re: [users@httpd] X-Frame-Options and security

2021-09-10 Thread Konstantin Kolinko
tions "SAMEORIGIN" > Header set X-Content-Type-Options "nosniff" > Header always set Strict-Transport-Security "max-age=63072000; > includeSubDomains" > Header set Feature-Policy "geolocation 'self'; vibrate 'non

Re: [users@httpd] Stupid question on mod_header

2021-10-06 Thread Konstantin Kolinko
cs, if you read carefully, but I agree that it is subtle. https://httpd.apache.org/docs/2.4/en/mod/mod_headers.html#header Essentially, (as far as I am reading it), "onsuccess" and "always" are just names of two separate tables (lists) of headers

Re: [users@httpd] Linking a third party library with httpd during installation

2021-10-20 Thread Konstantin Kolinko
ents, and tries to execute "-L./libxxx" as the command. https://pubs.opengroup.org/onlinepubs/9699919799/utilities/V3_chap02.html#tag_18_09_01 Best regards, Konstantin Kolinko - To unsubscribe, e-mail: users-unsubscr...@httpd.apache.org For additional commands, e-mail: users-h...@httpd.apache.org

Re: [users@httpd] Online page not affected by css

2022-06-16 Thread Konstantin Kolinko
r is present in the response, b) A "X-Content-Type-Options: nosniff" header is present. As such, the content type cannot be auto-detected by the browser. BTW, HTTPD 2.4.54 has been released a week ago. Best regards, Konstantin Kolinko -

Re: [users@httpd] RewriteRule and priorities

2023-07-17 Thread Konstantin Kolinko
hich they will be applied at run-time." Maybe you are missing processing flags, such as "L" or "END". Flags are documented in more details here: https://httpd.apache.org/docs/2.4/en/rewrite/flags.html Note that you can turn on logging, see https://httpd.apache.org/doc

Re: [users@httpd] Stripping trailing slashes (again)

2024-07-11 Thread Konstantin Kolinko
ome text between the verb (GET) and the version.) A possible solution that I see is to make the first '/' explicit. adding it both to the regexp and to the replacement string: RewriteRule ^/(.*)/+$ https://linuxsecurity.com/$1 [R=301,L] Alternatively, use '