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

2018-04-05 Thread 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:\apacheBuild\apache2.4\build\httpd-2.4.33\modules\ssl\ssl_engine_

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

2018-04-08 Thread Rathore, Rajendra
Jung [mailto:rainer.j...@kippdata.de] Sent: 07 April 2018 12:12 AM To: users@httpd.apache.org Subject: Re: [users@httpd] facing issue with building apache for latest version 2.4.33 Hello, Am 06.04.2018 um 08:41 schrieb Rathore, Rajendra: > Hi Team, > > I am facing the issue while buildi

[users@httpd] change mime.types using cmake command script

2018-05-02 Thread Rathore, Rajendra
Hi Team, I am creating apache build using source code, I came into one requirement to update mime type, Please let me know how can I mime.types using cmake command, I have a way to create a patch file and update mime type, so please let me know the best way to update it. Thanks and Regards, Ra

[users@httpd] How to avoid plain password in mod_ldap

2018-09-12 Thread Rathore, Rajendra
There are a plain password store in mod_ldap. Is there any way to encrypt the password? Like: AuthLDAPBindPassword password Thanks and Regards, Rajendra Rathore 9922701491

[users@httpd] Error while build apache 2.4.39 using CMake on Window machine

2019-04-04 Thread Rathore, Rajendra
Hi Team, While building apache 2.4.39 using CMake command, I face below issue CMake Error at CMakeLists.txt:761 (ADD_LIBRARY): Cannot find source file: modules/http2/h2_ngn_shed.c Tried extensions .c .C .c++ .cc .cpp .cxx .m .M .mm .h .hh .h++ .hm .hpp .hxx .in .txx CMake Error: CMa

RE: [users@httpd] Error while build apache 2.4.39 using CMake on Window machine

2019-04-04 Thread Rathore, Rajendra
build apache 2.4.39 using CMake on Window machine Importance: High External email from: users-return-118592-rarathore=ptc@httpd.apache.org The source file is gone. It needs to be removed from CMakeLists.txt. Sorry about the confusion. > Am 04.04.2019 um 11:34 schrieb Rathore, Rajendra : >

RE: [users@httpd] Error while build apache 2.4.39 using CMake on Window machine

2019-04-04 Thread Rathore, Rajendra
/h2_switch.c > Am 04.04.2019 um 11:42 schrieb Rathore, Rajendra : > > Hi Stefan, > > Thanks for the quick response, please let me know what entry should I need to > remove? > > Thanks and Regards, > Rajendra Rathore > 9922701491 > > -Original Message

RE: [users@httpd] Error while build apache 2.4.39 using CMake on Window machine

2019-04-04 Thread Rathore, Rajendra
External email from: users-return-118596-rarathore=ptc@httpd.apache.org I made the change in trunk with revision r1856910 and will propose it for backport to 2.4.x > Am 04.04.2019 um 11:47 schrieb Rathore, Rajendra : > > Hi Stefan, > > Thanks for the help, Do I need to rais

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

2019-04-18 Thread Rathore, Rajendra
Hi Team, We are facing timeout issue while uploading long file, when I enable debug log and found that traces of [reqtimeout:info] [pid 25680:tid 140121479206656] [client 192.168.33.1:61857] AH01382: Request body read timeout While looking into release notes of 2.4.39 there are some changes in

[users@httpd] LDAP SASL support in Apache configuration

2020-04-16 Thread Rathore, Rajendra
Hi Team, Can you please let me know whether Apache configuration support LDAP SASL mechanism or not. If yes please let me know how? Thanks and Regards, Rajendra Rathore 9922701491

[users@httpd] RE: LDAP SASL support in Apache configuration

2020-04-22 Thread Rathore, Rajendra
Hi Team, Can you please provide me any document or module which we can use to support LDAP SASL(ADS) with Apache httpd server. Thanks and Regards, Rajendra Rathore 9922701491 From: Rathore, Rajendra Sent: Thursday, April 16, 2020 3:35 PM To: users@httpd.apache.org Subject: [users@httpd] LDAP

[users@httpd] issue with apache 2.4.53

2022-04-27 Thread Rathore, Rajendra
Hi Team, We are facing below issue while we update to latest apache version 2.4.53 for linux OS. [Tue Apr 19 17:21:11.871845 2022] [jk:warn] [pid 23228:tid 139973926172544] No JkShmFile defined in httpd.conf. Using default /dsk01/ptc/wnc/Apache/logs/jk-runtime-status [Tue Apr 19 17:21:11.8887

[users@httpd] rate limit issues in Apache Http server

2022-06-01 Thread Rathore, Rajendra
Hi Team, We are facing rate limit issue in default Apache configuration, can you please suggest some solutions around it? Is this statement correct that OOTB apache can't handle such situation, you need to rely on Firewall or some 3rd party software for DOS prevention. Thanks and Regards, Raje

[users@httpd] RE: rate limit issues in Apache Http server

2022-06-02 Thread Rathore, Rajendra
MaxConnectionsPerChild 0 Other timeout settings are defaults value, no changes. Thanks and Regards, Rajendra Rathore 9922701491 From: Rathore, Rajendra Sent: Wednesday, June 1, 2022 3:36 PM To: users@httpd.apache.org Subject: [users@httpd] rate limit issues in Apache Http server

[users@httpd] RE: rate limit issues in Apache Http server

2022-06-02 Thread Rathore, Rajendra
, Rajendra Rathore 9922701491 From: Rathore, Rajendra Sent: Thursday, June 2, 2022 1:14 PM To: users@httpd.apache.org Subject: [users@httpd] RE: rate limit issues in Apache Http server Importance: High External email from: users-return-121870-rarathore=ptc@httpd.apache.org<mailto:users-ret

[users@httpd] regression in mod rewrite rule while migrating from 2.4.59 to 2.4.62

2024-11-05 Thread Rathore, Rajendra
Hi Team, We are using below host header validation rule in Apache Http configuration, that was working fine with 2.4.59 Apache server, when we migrate to 2.4.62 below rule is not working. It will ignore the host name validation in the header(modify the hostname using burp tool). Can you please

[users@httpd] RE: regression in mod rewrite rule while migrating from 2.4.59 to 2.4.62

2024-11-05 Thread Rathore, Rajendra
Hi All, If anyone have any idea abt this, I need to block the request if host header value is not matched with configured one. Any suggestions will help a lot. Thanks and Regards, Rajendra Rathore 9922701491 From: Rathore, Rajendra Sent: Tuesday, November 5, 2024 7:43 PM To: users

[users@httpd] Issue with Apache HTTP Server Build: Legacy libcrypt.so.1 Dependency on RHEL 10

2025-07-25 Thread Rathore, Rajendra
Hi Team, We are currently bundling the Apache HTTP Server from source on a Linux machine(RHEL 7.x/ RHEL 8.x). During the build process, we are passing a custom OpenSSL path using the --with-ssl configuration flag. However, the final build still includes a dependency on the legacy libcrypt.so.1

Re: [users@httpd] Issue with Apache HTTP Server Build: Legacy libcrypt.so.1 Dependency on RHEL 10

2025-07-25 Thread Rathore, Rajendra
users@httpd.apache.org Subject: Re: [users@httpd] Issue with Apache HTTP Server Build: Legacy libcrypt.so.1 Dependency on RHEL 10 On Fri, Jul 25, 2025 at 9:17 AM Rathore, Rajendra wrote: > > Hi Team, > > We are currently bundling the Apache HTTP Server from source on a Linux > mac

Re: [users@httpd] Issue with Apache HTTP Server Build: Legacy libcrypt.so.1 Dependency on RHEL 10

2025-07-25 Thread Rathore, Rajendra
Legacy libcrypt.so.1 Dependency on RHEL 10 On Fri, Jul 25, 2025 at 10:28 AM Rathore, Rajendra wrote: > > Hi Eric, > > As I am new to build apache and all, can you elaborate more on how to build > APR without linking to that library, as we are bundling APR also. It'