Code: [Select]
LogLevel warn proxy:debug
or
proxy:trace5
Be aware that both settings will flood your log files a lot!
21
on: September 04, 2020, 08:28:40 AM
|
||
Started by maxboyer - Last post by mario | ||
For debuging you can adjust the log level
Code: [Select] LogLevel warn proxy:debug or proxy:trace5 Be aware that both settings will flood your log files a lot! |
22
on: September 04, 2020, 08:23:15 AM
|
||
Started by maxboyer - Last post by mario | ||
The KeepAlive is set by default between Apache and the backend server, since it uses HTTP/1.1
You can disable KeepAlive with Code: [Select] SetEnv proxy-nokeepalive 1 e.g. Code: [Select] <Location "/"> |
23
on: September 03, 2020, 08:51:45 PM
|
||
Started by maxboyer - Last post by maxboyer | ||
Hello from Canada!
I'm looking for some assistance. We're running Apache 2.4.46 (httpd-2.4.46-o111g-x64-vc15) on Windows Server 2012R2 as a reverse proxy load balancer. Sometimes, the balancer workers report a busyness count greater than 0 (usually 1) on the balancer-manager status page, even though not seemingly serving any request. As a result, the requests are unevenly distributed between the 2 workers. Restarting Apache clears the count, and it also clears itself after a while. What could cause this? KeepAlive? I tried to debug the process, but the instructions for Windows seems to be outdated: http://httpd.apache.org/dev/debugging.html#backtrace-win I can't find the *-symbols.zip download. Is there instructions to build and debug Apache on Windows? What could I do to troubleshoot this further? Thank you, Max Our environment: - OS: Windows Server 2012 R2 (x64) - Server Version: Apache/2.4.46 (Win64) OpenSSL/1.1.1g mod_h264_streaming/2.2.7 - Server MPM: WinNT - Server Built: Aug 1 2020 13:21:32 - Distributed by: The Apache Haus - Compiled with: Visual Studio 2017 Our configuration: - Single process (winnt mpm) - ThreadsPerChild 15000 - Virtual host with proxy_balancer (HTTP/1.1 TLS 1.2) - 2 balancer workers (https to the 2 application servers) - lbmethod=bybusyness - stickysession=JSESSIONID |
24
Forum Topics / Apache Programming and Building / Re: Is this HTACCESS code correct, and if not, how do I correct it?
on: August 06, 2020, 08:38:09 AM
|
||
Started by notatechwizz - Last post by mario | ||
You can block some stuff
Code: [Select] RewriteCond %{REQUEST_METHOD} ^(TRACE|TRACK|PUT|DELETE|FLURP|HEAD) |
25
on: August 06, 2020, 08:27:41 AM
|
||
Started by Gregg - Last post by mario | ||
Thank you for the build!
|
26
Forum Topics / Apache Programming and Building / Is this HTACCESS code correct, and if not, how do I correct it?
on: August 05, 2020, 09:08:29 PM
|
||
Started by notatechwizz - Last post by notatechwizz | ||
WORDPRESS : 5.4.2 / MY PHP : 7.4.8 / SERVER : APACHE / MYSQL : 5. 7. 28 / HOSTING : 1&1 IONOS (on sharing, mutual hosting) / PROTOCOLE SSL : ENABLE
Hi everyone ! I'm a travelling photographer building a website (contain pictures, YouTube movie, donation plateform and woo commerce) to establish social aid towards some of the causes which have moved me on my travels. and need all the help I can get. I am the only administrator and a beginner in web development, i would like to make a heartfelt plea to all the IT Tech gurus out there: can you please, please check my .htaccess files . I have been struggling with this for a while and any advice to help me out of this tangle would be so absolutely appreciated. My domain look like https://xxxxxx-xxxxx.fr i have redirection for people come in https://www.xxxxxx-xxxxx.fr (I want keep this configuration www.xxxxxxx-xxxxx.fr for endpoint) Another question, my website actually works with this .htaccess, i am not sure but i feel i have a redirection problem, can you check this code please, and if you have suggestions for optimization, security... it would be greatly appreciated !!! I have replace my url website by : https://www.xxxxxx-xxxxxxx.fr/ for privacy If you need my url website I can send it to you in a private message. MY HTACCES CODE : # BEGIN WordPress # Les directives (lignes) entre 'BEGIN WordPress' et 'END WordPress' sont # généré dynamiquement, et ne doivent uniquement être modifiées via les filtres WordPress. # Toute modification des directives entre ces marqueurs sera outrepassée. Code: [Select] <IfModule mod_rewrite.c> Thank you again so much for going through it. Again, I’m in over my head, and any advice at all on this would be appreciated.Wishing you a wonderful day ! |
27
on: August 05, 2020, 05:35:02 PM
|
||
Started by Gregg - Last post by Gregg | ||
This release is a bug fix & stability release.
This release includes: APR Version: 1.7.0 APU Version: 1.6.1 Brotli Version: 1.0.7 Jansson Version: 2.13.1 Libcurl Version: 7.70.0 LibXML2 Version: 2.9.10 LUA Version: 5.2.4 NGHTTP2 Version: 1.41.0 OpenSSL Version: 1.1.1g or LibreSSL 3.1.3 PCRE Version: 8.44 SQLite3 Version: 3.32.3 ZLib Version: 1.2.10 LibreSSL releases are now VS16. VC14 & 15 modules can be used in these builds to aid in migration so you can upgrade the modules at your convenience. You can get your copy of the new Apache HTTP Server from our download page. Change Log for Apache 2.4.46 includes 2.4.44 & 2.4.45 updates which were not released. |
28
on: August 03, 2020, 02:29:12 PM
|
||
Started by AyrA - Last post by Steffen | ||
As Mario said you should avoid.
Yes, be careful, the installer is not an Apache product, and that is not allowed by the Policy from the ASF. The feather graphics are trademarks of the ASF, and must not be used without appropriate attribution and permission from the ASF. Please see our formal Trademark Policy for more details. In particular, as a vendor-neutral public charity that provides independent governance to all Apache projects, you must use care when displaying the feather, and ensure it's clear that it's referring to the ASF as an independent organization. https://apache.org/foundation/press/kit/ http://www.apache.org/foundation/marks/ |
29
on: August 03, 2020, 01:10:51 PM
|
||
Started by AyrA - Last post by AyrA | ||
I usually default the icon to the main executable. Is there a specific reason that using the main executable icon is not a good idea?
The alternative I have at hand would be the default installer Icon that you see with pretty much every installer. |
30
on: August 03, 2020, 10:11:19 AM
|
||
Started by AyrA - Last post by mario | ||
That is a great tool. You only should avoid using the feather icon from ASF.
|