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 <ylavic@gmail.com> wrote: > On Wed, Apr 13, 2016 at 10:56 AM, Hemant Chaudhary > <hemantdude.chaudh...@gmail.com> wrote: > > Here is the config.log > > Possibly the same file w

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

2016-04-13 Thread Hemant Chaudhary
stem Error 4013 on File /home/hemant/testC/apache/modules/mod_authn_file.l\na " Thanks Hemant On Wed, Apr 13, 2016 at 10:32 AM, Hemant Chaudhary < hemantdude.chaudh...@gmail.com> wrote: > Hi Yann > My configuration command is > > #! /bin/sh > # > # Created

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

2016-04-13 Thread Hemant Chaudhary
13, 2016 at 2:55 PM, Hemant Chaudhary < hemantdude.chaudh...@gmail.com> wrote: > I am trying with -enable-so=yes > > On Wed, Apr 13, 2016 at 2:48 PM, Yann Ylavic <ylavic@gmail.com> wrote: > >> On Wed, Apr 13, 2016 at 10:56 AM, Hemant Chaudhary >> <hemant

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

2016-04-12 Thread Hemant Chaudhary
SHA1 > > Hemant, > > On 4/12/16 6:40 AM, Yann Ylavic wrote: > > Hello Hemant, > > > > On Tue, Apr 12, 2016 at 10:58 AM, Hemant Chaudhary > > <hemantdude.chaudh...@gmail.com> wrote: > >> While installing apache-2.4.18 on Non Stop HP, I am not able

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

2016-04-12 Thread Hemant Chaudhary
-2.4.18/srclib/pcre/pcre2-config" \ "--enable-shared" \ "CFLAGS=-Wextensions -Wv -D__TANDEM" \ "$@" On Tue, Apr 12, 2016 at 4:10 PM, Yann Ylavic <ylavic....@gmail.com> wrote: > Hello Hemant, > > On Tue, Apr 12, 2016 at 10:58 AM, Hemant Chaudhary >

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

2016-04-12 Thread Hemant Chaudhary
Hello While installing apache-2.4.18 on Non Stop HP, I am not able to create .so file(shared file) which is required in httpd.conf. It is creating '.a ' file in modules but not ' .so ' . Please help me through this. Thanks Hemant

Re: [users@httpd] Not bale to load modules in server

2016-05-15 Thread Hemant Chaudhary
modules/mod_authn_file.so. > > Are you modules's .so files actually in apache/modules/modules directory? > > Or are they in /apache/modules directory? > > > -------- > On Fri, 5/13/16, Hemant Chaudhary <hemantdude.chaudh...@gmail.com&

[users@httpd] Not bale to load modules in server

2016-05-13 Thread Hemant Chaudhary
Hello I installed httpd-2.4.18 successfully on HP Non Stop, but when I am trying to start it got the following error. Cannot load modules/mod_authn_file.so into server: dlopen (6CA04E70->/home/hemant/testC/apache/modules/modules/mod_authn_file.so,\n 5): FileSystem Error 4002 on File

[users@httpd] Not able to port apache-2.4.20

2016-05-18 Thread Hemant Chaudhary
Hello, I am getting the following error. Cannot load modules/mod_authn_file.so into server: dlopen (6CA04E50>/home/hemant/apache/modules/mod_authn_file.so, 5): FileSystem\n Error 4002 on File /home/hemant/apache/modules/mod_authn_file.so Even I am not able to create .so file in modules. Only .a

[users@httpd] Core code in apache

2017-02-20 Thread Hemant Chaudhary
HI As apache has two parts, core and mudules. I want to understand core part code of apache. Please share which is the core code of apache. Thanks Hemant

[users@httpd] Adding static module in Apache-2.4.23

2017-02-24 Thread Hemant Chaudhary
Hi I am trying to add foo module in my apache server using apxs. But I am not able to create .so file of module. But it creates mod_foo.a and mod_foo.la. Because mod_foo.so is not present, I am unable to write "LoadModule mod_foo /module/mod_foo.so" in httpd.conf. My all modules built are

Re: [users@httpd] Adding static module in Apache-2.4.23

2017-02-24 Thread Hemant Chaudhary
Hi Yes my environment is not supporting shared library. For recompiling the server how should I proceed On Feb 24, 2017 8:12 PM, "Eric Covener" <cove...@gmail.com> wrote: > On Fri, Feb 24, 2017 at 4:31 AM, Hemant Chaudhary > <hemantdude.chaudh...@gmail.com> wrote

[users@httpd] Processes starts

2017-02-15 Thread Hemant Chaudhary
Hi When I am stating my httpd-2.4.23 servers, sometime 6 process id's or sometimes 7 process id's are generated. Can I edit how many process id's I want to start. I am assuming 1 process id is of root and remaining 5 of its thread. Please help to know why this is happening and where it is stated

[users@httpd] How to run secure apache

2017-02-13 Thread Hemant Chaudhary
Hi I installed apache 2.4.23 static, I have httpd-sll.conf where default port number is 443. mod_sll module also loaded successfully. I want to test whether my secure https is working properly or not. How to check that? Thanks Hemant

Re: [users@httpd] I have .so file in modules but getting syntax error

2017-01-17 Thread Hemant Chaudhary
ror: File /home/hemant/apache/modules/mod_authn_file.so not linked as\n loadable how to link as loadable ? Thanks Hemant On Tue, Jan 17, 2017 at 11:19 PM, Eric Covener <cove...@gmail.com> wrote: > On Tue, Jan 17, 2017 at 12:35 PM, Hemant Chaudhary > <hemantdude.chaudh...@gmail.com

Re: [users@httpd] I have .so file in modules but getting syntax error

2017-01-17 Thread Hemant Chaudhary
6:03 PM, Eric Covener <cove...@gmail.com> wrote: > On Tue, Jan 17, 2017 at 4:15 AM, Hemant Chaudhary > <hemantdude.chaudh...@gmail.com> wrote: > > httpd: Syntax error on line 66 of /home/hemant/apache/conf/httpd.conf: > > Cannot load modules/mod_so.so into server

Re: [users@httpd] Httpd-2.4.23 not creating .so file

2017-01-16 Thread Hemant Chaudhary
modules ? or how to resolve ap* unresolved reference. Thanks Hemant On Thu, Jan 12, 2017 at 4:15 PM, Yann Ylavic <ylavic@gmail.com> wrote: > On Thu, Jan 12, 2017 at 11:42 AM, Yann Ylavic <ylavic@gmail.com> > wrote: > > On Thu, Jan 12, 2017 at 7:44 AM, Hemant Chaudhar

[users@httpd] I have .so file in modules but getting syntax error

2017-01-17 Thread Hemant Chaudhary
Hi I have .so file of modules but when I am starting server with "./httpd", I am getting error syntax error. I am porting apache-2.4.23 httpd: Syntax error on line 66 of /home/hemant/apache/conf/httpd.conf: Cannot load modules/mod_so.so into server: dlopen

[users@httpd] Unresolved error in apr while creating static httpd-2.4.23

2017-01-17 Thread Hemant Chaudhary
Hi While porting static httpd-2.4.23, I am getting unresolved reference error to u to apr_queue_push and apr_threads. I have checked that it links libapr-1.a and libaprutil-1.a with it also. Please help to solve error. Thanks Hemant

[users@httpd] Could not initialize random number generator

2016-11-22 Thread Hemant Chaudhary
Hi I ma getting error while starting apache server [pid 754974769] (os 0x07f541f0)Unrecognized resolver error: AH00141: Could not initialize random number generator. What are the reasons for this type of error. Thanks Hemant

[users@httpd] Re: Modules add by default

2016-11-02 Thread Hemant Chaudhary
Hi Please help me to know the default modules installed while porting httpd-2.4.23. Thanks Hemant On Wed, Nov 2, 2016 at 11:14 AM, Hemant Chaudhary < hemantdude.chaudh...@gmail.com> wrote: > Hi > > I am planning to port apache web server. Please let me know what are the >

[users@httpd] Apache 2.4 support removed for Tandem

2016-11-02 Thread Hemant Chaudhary
Hi I am planning to build Apache 2.4.23 on Nonstop, but I get in Apache document that platform support for apache on Tandem has been removed. What is the reason for removal of Tandem support ? Can still I build apache on Tandem or Nonstop. Regards Hemant

Re: [users@httpd] Re: Modules add by default

2016-11-03 Thread Hemant Chaudhary
I need to build on Nonstop Tandem, It stated on document that its Tandem Support has been removed. On Thu, Nov 3, 2016 at 6:42 PM, Eric Covener <cove...@gmail.com> wrote: > On Thu, Nov 3, 2016 at 1:09 AM, Hemant Chaudhary > <hemantdude.chaudh...@gmail.com> wrote: > > H

[users@httpd] Modules add by default

2016-11-01 Thread Hemant Chaudhary
Hi I am planning to port apache web server. Please let me know what are the modules that can be added by default without enable them. Thanks Hemant

[users@httpd] Httpd-2.4.23 not creating .so file

2017-01-11 Thread Hemant Chaudhary
Hi I am porting httpd-2.4.23 on nonstop tandem. But .so file is not created in modules, hence I am unable to start apache. Only .a and .la of modules are present in module folder. Is it possible to start httpd-2.4.23 without .so file of modules ? If not then how to create .so file. My

Re: [users@httpd] unresolved reference to ap_getword_nulls

2016-12-04 Thread Hemant Chaudhary
so" I am assuming that this error is because of not availability of .so file Thanks Hemant On Fri, Dec 2, 2016 at 5:10 PM, Rainer Canavan <rainer.cana...@sevenval.com> wrote: > On Fri, Dec 2, 2016 at 6:08 AM, Hemant Chaudhary > <hemantdude.chaudh...@gmail.com> wrote:

[users@httpd] unresolved reference to ap_getword_nulls

2016-12-01 Thread Hemant Chaudhary
Hi I am unable to create .so file. Hence I am converting .a of modules to .so . While converting from .o to .so I got this error "unresolved reference to ap_getword_nulls". While I linked apr and apr-util libraries. Why I am getting these type of unresolved reference ? Whether am I missing some

Re: [users@httpd] unresolved reference to ap_getword_nulls

2016-12-01 Thread Hemant Chaudhary
nt On Thu, Dec 1, 2016 at 5:00 PM, Nick Kew <n...@apache.org> wrote: > On Thu, 2016-12-01 at 15:33 +0530, Hemant Chaudhary wrote: > > Hi > > > > > > I am unable to create .so file. > > What do you mean? What did you try to do, and what happened

[users@httpd] Not able to create mod_so.so

2016-12-18 Thread Hemant Chaudhary
Hi I worked on Tandem and used c99 compiler. I am unable to create .so file of any module. apxs also looking for mod_so. How to create .so file on Tandem. In modules I have .a , .o and .la file only . Can I run Apache 2.3 without .so files then how ? Thanks Hemant

[users@httpd] httpd object file

2017-03-28 Thread Hemant Chaudhary
Hi, I ported httpd-2.4.23 on ubantu. I want libhttpd.a or libhttpd.so. But I am getting only executable httpd. Can you please help me to locate libhttpd or how to create libhttpd.a or libhttpd.so. Even I am not able to figure out httpd.o file. Thanks Hemant

Re: [users@httpd] httpd object file

2017-03-29 Thread Hemant Chaudhary
the error. Is there any way to solve unresolved error of ap* apache functions. Is it possible to use .a for LoadModules or we need only .so Thanks Hemant On Tue, Mar 28, 2017 at 10:55 PM, Eric Covener <cove...@gmail.com> wrote: > On Tue, Mar 28, 2017 at 2:27 AM, Hemant

[users@httpd] Fwd: No reference to apache functions

2017-03-22 Thread Hemant Chaudhary
-- Forwarded message -- From: Hemant Chaudhary <hemantdude.chaudh...@gmail.com> Date: Wed, Mar 22, 2017 at 2:48 PM Subject: No reference to apache functions To: users@httpd.apache.org Hi My OS compile all modules and creating .o and .la archives. When I am checking .

[users@httpd] PHP with apache

2017-03-20 Thread Hemant Chaudhary
Hi I want to integrate PHP with my httpd-2.4.23 static. My OS already have PHP. I want to integrate with apache. System's php didn't build with apxs. Please help me how to integrate? Do I need 3rd party module ? Another query, I am not able create .so(shared) of any library because of my OS

[users@httpd] mod_wsgi

2017-04-06 Thread Hemant Chaudhary
Hi I want to install mod_wsgi statically in apache-2.4.25. It has multiple .c files to link. Thats why it becomes complex. Is there any easy way to add third party module statically which has multiple .c files. Thanks Hemant

[users@httpd] How to use binary to run httpd in different location

2017-08-02 Thread Hemant Chaudhary
Hi I have ported apache on my machine. I have copied bin,lib.conf,modules, htdocs,logs to another location. Now I want to run my apache in new location with these things only. I changed path in httpd.conig and apachectl of new location, but while starting it is starting apache in old location.

Re: [users@httpd] How to use binary to run httpd in different location

2017-08-04 Thread Hemant Chaudhary
Yes ./httpd -f location of config files works for me. Thanks On Thu, Aug 3, 2017 at 10:29 AM, William A Rowe Jr <wr...@rowe-clan.net> wrote: > On Wed, Aug 2, 2017 at 6:24 AM, Eric Covener <cove...@gmail.com> wrote: > > On Wed, Aug 2, 2017 at 5:21 AM, Hemant Chaudhary &

[users@httpd] Kill Parent Process

2017-07-14 Thread Hemant Chaudhary
Hi, I tried two scenarios with httpd-2.4.25 on my machine. My apache has mpm_woker_module. Case -1 : I killed one process other than Parent process then new process is created by apache at same time and there is no effect on requests accept by apache. Case-2 I killed parent process then all

[users@httpd] How Apache starts is server

2017-07-18 Thread Hemant Chaudhary
Hi My apache is working with worker_mpm. I want to start my server as server class, for this I need some changes. I want to know how apache starts and reads which file. I found no line in httpd.conf whcih tells or calls mpm_worker to start. Please help in which way apache flows goes. Thanks

[users@httpd] Mod_http2 as static

2017-07-20 Thread Hemant Chaudhary
Hi all I want to load mod_http2 in my apache-2.4.25. I have installed nghttp2 also. But my all others modules are shared i:e .so but my mod_http2 is creating only static i:e .a In my configure I have given --enable-mods-shared=all and --with-nghttp2=/path/of/ngttp2 I tried with --enable-http2.,

[users@httpd] Re: Mod_http2 as static

2017-07-20 Thread Hemant Chaudhary
Hi It is not creating .so for mod_lua also. Only creating mod_lua.a and mod_http2.a . But for other modules like mod_authn_file.so is create, mod_mpm_worker.so etc. Thanks Hemant On Thu, Jul 20, 2017 at 12:11 PM, Hemant Chaudhary < hemantdude.chaudh...@gmail.com> wrote: > Hi all &

[users@httpd] Use MPM other than worker,event and prefork

2017-08-17 Thread Hemant Chaudhary
Hi folks, I have installed apache-2.4.25 with worker module. But I want my apache to start with my own module instead of worker module. In httpd.config, I have commented LoadModule worker.so, but when I am staring apache, it is looking for worker module. Where I need to change code so that it

[users@httpd] User Auth type in apache-2.4.25

2017-08-20 Thread Hemant Chaudhary
Hi , I have user and group in my httpd.config. I want to use user in Auth type instead of basic or digest. so that whenever customer try to open directory, promt will ask to enter username and password and customer can enter "user" as username and password. Is there any option to achieve this or

[users@httpd] Mod_ Backtrace in apache-2.4.25

2017-06-21 Thread Hemant Chaudhary
Hi Can mod_backtrace is available to support apache-2.4.25. I want to support it on HPE Non-stop. If no then order module which can work as backtrace. Thanks Hemant

[users@httpd] How mpm_workers work

2017-06-21 Thread Hemant Chaudhary
Hi all, In my configuration for mpm_worker, I set following datas Case 1) StartServer 3 ThreadPerChild 25 MinSpareThreads 75 In this case, when I start apache I found 5 servers start. Case 2) StartServer 6 ThreadPerChild 25 MinSpareThreads 150 In this case, when I start apache I found 8

Re: [users@httpd] Graphical representation of serer status

2017-06-23 Thread Hemant Chaudhary
Hi Thanks for the link. But according to apache official website mod_lua is in experiental state and it is not safe also. Thanks Hemant On Jun 23, 2017 9:26 PM, "Luca Toscano" <toscano.l...@gmail.com> wrote: > > > 2017-06-23 15:56 GMT+02:00 Hemant Chaudhary <heman

Re: [users@httpd] Problems building httpd-2.4.26 with apr-1.6.2 and apr-util-1.6.0

2017-06-23 Thread Hemant Chaudhary
Hi Libexpat.so is not linked. Xml unresolved error is because of libexpat of apr-util. Thanks Hemant On Jun 23, 2017 9:55 PM, "Martin Knoblauch" wrote: > Hi, > > first post to this lists. Please be friendly :-) > > For some years now I have been building httpd-2.4.x with

[users@httpd] Graphical representation of serer status

2017-06-23 Thread Hemant Chaudhary
Hi I want to have graphical representation of my apache server. Any module available to acheive this. I am working on httpd -2.4.25 Thanks Hemant

[users@httpd] Apache 2.4.25 with openssl 1.1.0e

2017-06-05 Thread Hemant Chaudhary
Hi I am trying to build httpd-2.4.25 with openssl-1.1.0e. But getting error in SSLv2_Client_Method, CRYPTO_malloc_init functions . Whether anyone encountered the same problem? Does apache-2.4.25 support openssl 1.1.0e? Thanks Hemant

[users@httpd] How to stop apache from debugging

2017-09-14 Thread Hemant Chaudhary
Hi, I started debugging with "./httpd -X" command. It starts debugging. Now I want to stop debugging and start the server normally. Which command should I use to stop debugging ? HC

[users@httpd] apr_socket_accept error

2017-10-11 Thread Hemant Chaudhary
Hi, When I am starting my apache-2.4.25, I am getting following error. [Wed Oct 11 13:05:23.521575 2017] [core:error] [pid 1744830478] (4104)Socket operation on non-socket: AH02179: apr_socket_accept: (client socket) What are the reasons for this error. Help will be apreciated. Thanks Hemant

[users@httpd] Waiting for mod_dav.o.lock to be removed

2017-09-08 Thread Hemant Chaudhary
HI I am getting "libtool:Waiting for mod_dav.o.lock to be removed" error while make apache. Any help will be appreciated. Thanks Hemant

[users@httpd] MPM_Worker main process

2017-08-30 Thread Hemant Chaudhary
Hi folks, I have my apache-2.4.25 with worker mpm. For testing, I have killed the master/main process and send simultaneous requests from apache j-meter and my apache serves all the requests. What I have observed is that even with loads number of worker threads are same, it means I lost

[users@httpd] Which file creates master process

2017-09-06 Thread Hemant Chaudhary
Hi I have apache-2.4.25 on my ststem. When we start server, initially master process starts and give access to mpm. I want to know which ".c" file is used to create master process before worker.c. Thanks Hemant

Re: AW: [users@httpd] Run apache without master [wd-vc]

2017-09-13 Thread Hemant Chaudhary
mely stupid, IMO. > > Kurt Bremser > Allianz Technology GmbH > > Newton was wrong. There is no gravity. The Earth sucks. > ____ > Von: Hemant Chaudhary [hemantdude.chaudh...@gmail.com] > Gesendet: Mittwoch, 13. September 2017 14:03 > An: u

[users@httpd] Run apache without master

2017-09-13 Thread Hemant Chaudhary
Hi, I want to start my apache without master process means when I will give "httpd" command, it should start 5 worker process which has access to httpd.conf as well as serve requests. Is it possible to achieve this ? If yes, then how should to achieve this ? Thanks hemant

Re: [users@httpd] Run apache without master

2017-09-13 Thread Hemant Chaudhary
n Wed, Sep 13, 2017 at 7:09 AM, Hemant Chaudhary > <hemantdude.chaudh...@gmail.com> wrote: > > Hi, > > > > I want to start my apache without master process means when I will give > > "httpd" command, it should start 5 worker process which has access to &g

Re: [users@httpd] Run apache without master [wd-vc]

2017-09-13 Thread Hemant Chaudhary
hnology GmbH > > Newton was wrong. There is no gravity. The Earth sucks. > ____ > Von: Hemant Chaudhary [hemantdude.chaudh...@gmail.com] > Gesendet: Mittwoch, 13. September 2017 13:29 > An: users@httpd.apache.org > Betreff: Re: [users@htt

Re: [users@httpd] MPM_Worker main process

2017-08-30 Thread Hemant Chaudhary
that if parent process is not there then what are the functionalities will I lost ? Regards Hemant On Wed, Aug 30, 2017 at 12:43 PM, Luca Toscano <toscano.l...@gmail.com> wrote: > Hi Hemant, > > 2017-08-30 8:26 GMT+02:00 Hemant Chaudhary <hemantdude.chaudh...@gmail.com

[users@httpd] Build apache without mpm

2017-08-30 Thread Hemant Chaudhary
Hi By which configuration I can build apache without threaded> I dont want to sue mpm. Thanks Hemant

[users@httpd] log in socket.c in APR

2017-10-23 Thread Hemant Chaudhary
Hi All, I want to add log statement in apr to check some function in apr. When I am adding ap_log_perror in socket.c in apr, it is giving error.. Is there nay way to print logs of apr. please help. Thanks Hemant

[users@httpd] Aapche with c99 or c11

2017-11-23 Thread Hemant Chaudhary
Hi All, I have compiled my apache with c99 and its working fine. I am planning to use c11 compiler also. Is there any impact will occur if I use c11 in place of c99 ? Few more questions : 1) My apr is not supporting sendfile,random and mmap. What will be the impact ? 2) When I am sending request

[users@httpd] Libtool lock error

2017-11-29 Thread Hemant Chaudhary
Hi While building apache, I am getting this error: libtool: compile: Waiting for mod_lbmethod_bytraffic.o.lock to be removed libtool: compile: Waiting for mod_lbmethod_bytraffic.o.lock to be removed libtool: compile: Waiting for mod_lbmethod_bytraffic.o.lock to be removed libtool: compile:

[users@httpd] AH00052 error in apache

2017-11-29 Thread Hemant Chaudhary
Hi All, When I am starting apache, its started successfully and also listening to that port. But when I am sending request from browser to apache. It is not responding and giving error AH00052. [Wed Nov 29 11:14:04.956827 2017] [core:notice] [pid 2097152018:tid 7876215824606887940] AH00052:

[users@httpd] Re: AH00052 error in apache

2017-11-30 Thread Hemant Chaudhary
. Thanks Hemant On Wed, Nov 29, 2017 at 4:48 PM, Hemant Chaudhary < hemantdude.chaudh...@gmail.com> wrote: > Hi All, > > When I am starting apache, its started successfully and also listening to > that port. > But when I am sending request from browser to apache. It is not re

Re: [users@httpd] Re: AH00052 error in apache

2017-11-30 Thread Hemant Chaudhary
Hi On other platforms what is the cause for this error ? On Dec 1, 2017 12:00 AM, "Eric Covener" <cove...@gmail.com> wrote: On Thu, Nov 30, 2017 at 1:20 PM, Hemant Chaudhary <hemantdude.chaudh...@gmail.com> wrote: > Hi All, > > Can you please give some light w

Re: [users@httpd] Re: AH00052 error in apache

2017-11-30 Thread Hemant Chaudhary
Hi I build apache using cross compilers of Nonstop and then running apache on Nonstop. Thanks Hemant On Dec 1, 2017 12:11 AM, "Suvendu Sekhar Mondal" <suv3...@gmail.com> wrote: > Hemant, > > On Dec 1, 2017 12:02 AM, "Hemant Chaudhary" <hemantdude

[users@httpd] Worker MPM with kill

2017-11-27 Thread Hemant Chaudhary
Hi, I started apache server which has worker as mpm in debug mode. I killed the process with kill -9 then it kills the process and stop debug. But when I am using kill -term PID then it is not killing process. Whereas kill -term PID is woking with prefork debug. If I want to use kill -term PID

[users@httpd] Apache sending Content-Length 0

2017-12-04 Thread Hemant Chaudhary
Hi, When I am sending request from browser to client for basic "index.html", I am getting error that " Err_EMPTY_RESPONSE " in browser. When I checked in the error log, found that response content length is 0. [Tue Dec 05 05:28:15.499282 2017] [core:trace5] [pid 150995199:tid

Re: [users@httpd] Apache sending Content-Length 0

2017-12-05 Thread Hemant Chaudhary
tml"? > > 2017-12-05 7:14 GMT+01:00 Hemant Chaudhary <hemantdude.chaudh...@gmail.com > >: > > Hi, > > > > When I am sending request from browser to client for basic "index.html", > I > > am getting error that > > " Err_EMPTY_RES

Re: [users@httpd] Apache creates Semaphore

2017-11-03 Thread Hemant Chaudhary
single process only. Thanks hemant On Fri, Nov 3, 2017 at 2:56 AM, Yann Ylavic <ylavic@gmail.com> wrote: > Hi Hemant, > > On Thu, Nov 2, 2017 at 12:08 PM, Hemant Chaudhary > <hemantdude.chaudh...@gmail.com> wrote: > > > > For my product I need to run a

Re: [users@httpd] Apache creates Semaphore

2017-11-03 Thread Hemant Chaudhary
Hi I killed as kill -9 process_id_of_httpd On Nov 3, 2017 5:05 PM, "Yann Ylavic" <ylavic@gmail.com> wrote: > Hi Hemant, > > On Fri, Nov 3, 2017 at 12:01 PM, Hemant Chaudhary > <hemantdude.chaudh...@gmail.com> wrote: > > I tried with the pa

Re: [users@httpd] Apache creates Semaphore

2017-11-03 Thread Hemant Chaudhary
Hi I build httpd by myself from source code on HPE nonstop. On Nov 3, 2017 5:12 PM, "Yann Ylavic" <ylavic@gmail.com> wrote: > On Fri, Nov 3, 2017 at 7:09 AM, Hemant Chaudhary > <hemantdude.chaudh...@gmail.com> wrote: > > > > When I am settin

Re: [users@httpd] Apache creates Semaphore

2017-11-02 Thread Hemant Chaudhary
ng that would be avoided with a > graceful shutdown. I would encourage you to not use httpd -X but to > configure your mpm to spawn one process only (note that you might need > svn.apache.org/r1748336 or httpd >= 2.4.21). > > Hope that helps, > > Luca > > > 2017-11-02 12:08 GMT+

[users@httpd] Apache creates Semaphore

2017-11-01 Thread Hemant Chaudhary
Hi, Semaphore is used in multi process environment to share resources within processes. But when I am starting apache in debug mode i:e single process then still it creates semaphore. May I know the reason why it is creating semaphore in debug mode also. Thanks Hemant

Re: [users@httpd] Apache creates Semaphore

2017-11-09 Thread Hemant Chaudhary
it requires semaphores. Thanks Hemant On Fri, Nov 3, 2017 at 5:17 PM, Yann Ylavic <ylavic@gmail.com> wrote: > On Fri, Nov 3, 2017 at 12:42 PM, Hemant Chaudhary > <hemantdude.chaudh...@gmail.com> wrote: > > > > I killed as kill -9 process_id_of_httpd > &g

Re: [users@httpd] Apache creates Semaphore

2017-11-02 Thread Hemant Chaudhary
Hi Hemant, > > On Thu, Nov 2, 2017 at 5:47 AM, Hemant Chaudhary > <hemantdude.chaudh...@gmail.com> wrote: > > > > Semaphore is used in multi process environment to share resources within > > processes. But when I am starting apache in debug mode i:e single process

Re: [users@httpd] Apache creates Semaphore

2017-11-03 Thread Hemant Chaudhary
this error and how to solve it. Thanks Hemant On Fri, Nov 3, 2017 at 2:56 AM, Yann Ylavic <ylavic@gmail.com> wrote: > Hi Hemant, > > On Thu, Nov 2, 2017 at 12:08 PM, Hemant Chaudhary > <hemantdude.chaudh...@gmail.com> wrote: > > > > For my product I

Re: [users@httpd] Apache sending Content-Length 0

2017-12-07 Thread Hemant Chaudhary
n to have that content length with a 200 and a file > with actual data. > > Perhaps you could check which user runs httpd, and which is the > unpriviledged user and if there is nothing in your cygwin install or > windows is blocking it. Can't guess further. > > 2017-12-06 16

Re: [users@httpd] After send status 200 response, process exited

2017-12-08 Thread Hemant Chaudhary
mps. Or, if > your OS supports it, tell it to put cores somewhere other thsan the > working directory. > > On Fri, Dec 8, 2017 at 5:57 AM, Hemant Chaudhary > <hemantdude.chaudh...@gmail.com> wrote: > > Hi,, > > I started my apache successfully, but when I am sending requ

Re: [users@httpd] Apache sending Content-Length 0

2017-12-08 Thread Hemant Chaudhary
, Hemant Chaudhary < hemantdude.chaudh...@gmail.com> wrote: > Hi > > Noticed one more thing, after sending status 200 with content length 0. > That particular child process dies. I thought its code dump but didn't find > any thing in dump directory. > > Thanks > Hemant

[users@httpd] After send status 200 response, process exited

2017-12-08 Thread Hemant Chaudhary
Hi,, I started my apache successfully, but when I am sending request from browser. Getting ERR_NO_RESPONSE in chrome. I added LogLevel trace7 and collected the error log. What I have found that, after successful response of requests(status-200), process is exited. I thought its coredump therefore

Re: [users@httpd] Re: AH00052 error in apache

2017-12-04 Thread Hemant Chaudhary
r\mpm_common.c(533): mpm child 335544497 (gen 4/slot 1) started On Fri, Dec 1, 2017 at 12:13 AM, Hemant Chaudhary < hemantdude.chaudh...@gmail.com> wrote: > Hi > > I build apache using cross compilers of Nonstop and then running apache on > Nonstop. > > Thanks > Hemant >

Re: [users@httpd] Apache sending Content-Length 0

2017-12-06 Thread Hemant Chaudhary
Hi, I tired to solve this error but didn't get any hint why it is coming. Can you please help to solve the error. Which .c file manipulates the data to send the response. What are the reason to send status 200 with content-length 0. Thanks Hemant On Tue, Dec 5, 2017 at 2:32 PM, Hemant Chaudhary

Re: [users@httpd] Start apache with tomcat

2017-10-30 Thread Hemant Chaudhary
hu, Oct 26, 2017 at 6:30 PM, Hemant Chaudhary < hemantdude.chaudh...@gmail.com> wrote: > My apache error log says nothing but timcat error log has this thing when > i request to tomcat port. > > Oct 26, 2017 12:51:24 PM org.apache.coyote.ajp.AjpMessage processHeader > >

[users@httpd] Apache with Semaphore

2017-10-30 Thread Hemant Chaudhary
Hi When I am starting apache in debug mode then it creates semaphore. In another terminal I am giving command "httpd -k stop" to stop apache. It stops successfully but it is not removing semaphore. Why apache is not sending signal to remove semaphore in debug mode after stop it. Thanks Hemant

Re: [users@httpd] Start apache with tomcat

2017-10-30 Thread Hemant Chaudhary
es. > > On Mon, Oct 30, 2017 at 2:52 AM, Hemant Chaudhary > <hemantdude.chaudh...@gmail.com> wrote: > > Hi All, > > > > I am attaching my server.xml, httpd.conf and ajp.conf . Please let me > know > > where am I going wrong. > > > > location

[users@httpd] Start apache with tomcat

2017-10-26 Thread Hemant Chaudhary
Hi All, I am using tomcat-7.0.82 and httpd-2.4.25. Following are my configuration : in server.xml in httpd.conf Listen 5643 Loaded mod_proxy_ajp and mod_proxy Include /home/ananya/apache-2.4.25/other/ajp.conf in ajp.conf ProxyRequests Off Require all granted

Re: [users@httpd] Start apache with tomcat

2017-10-26 Thread Hemant Chaudhary
gt; ProxyPass ajp://localhost:8009/examples/ > > > > ProxyPass ajp://localhost:8009/manager/ > > > > Step 5 > Start httpd and tomcat. > > Thank you. > > Yours truly, > Kazuhiko Kohmoto > > > > On 2017/10/26 15:24, Hemant Chaudhary wrote: > > Hi All, > > I am using tomcat-7.0.82 and httpd-2.4.25. > > > Thanks > Hemant > > >

[users@httpd] Python and Perl support in Apache

2018-05-08 Thread Hemant Chaudhary
Hi All, Which of the following is the best way to support python and perl in our apache and why. Python - WSGI, CGI, CGID or FCGID. PERL - mod_perl, cgi, cgid , mod_fcgid, mod_psgi. Thanks Hemant

Re: [users@httpd] Running Lua Script using mod_lua

2018-05-18 Thread Hemant Chaudhary
Hi, Thanks issue is solved. Actually I was using Lua-5.3. I migrated to Lua-5.1 and it works for me. Hemant On Thu, May 17, 2018 at 11:53 AM, Daniel Gruno <humbed...@apache.org> wrote: > On 05/17/2018 08:21 AM, Luca Toscano wrote: > >> Hi, >> >> 2018-05-16 12

[users@httpd] Running Lua Script using mod_lua

2018-05-16 Thread Hemant Chaudhary
Hi, While running lua_script using mod_lua, I am getting this error in error_log. What does it mean "PANIC: unprotected error in call to Lua API (core and library have incompatible numeric types)" Thanks Hemant

Re: [users@httpd] Rotate logs in apache-2.4.29

2018-06-08 Thread Hemant Chaudhary
Y > > On Fri, Jun 8, 2018 at 5:11 AM Hemant Chaudhary < > hemantdude.chaudh...@gmail.com> wrote: > >> Hi All, >> >> I am trying to use rotatelogs in my webserver, but unable to do that. >> Please help me to know where I am going wrong. >> >>

[users@httpd] Rotate logs in apache-2.4.29

2018-06-08 Thread Hemant Chaudhary
Hi All, I am trying to use rotatelogs in my webserver, but unable to do that. Please help me to know where I am going wrong. httpd.conf: CustomLog "|/bin/rotatelogs logs/httpd_log 60" combined error_log: (4002)No such file or directory: AH00104: unable to start piped log program '

Re: [users@httpd] PHP-7.2.5 with Apache-2.4.25

2018-06-27 Thread Hemant Chaudhary
Its NonStop (tandem) On Jun 27, 2018 7:35 PM, "David Copeland" wrote: > What platform/distribution are you running? > > On 27/06/18 06:09 AM, Hemant Chaudhary wrote: > > Hi, > > > > I was using mod_php of php-5.5.37 with apache-2.4.25 and it was > > wo

[users@httpd] PHP-7.2.5 with Apache-2.4.25

2018-06-27 Thread Hemant Chaudhary
Hi, I was using mod_php of php-5.5.37 with apache-2.4.25 and it was working fine. I upgraded the php to php-7.2.5. But after upgrade, mod_php is not able to unload properly. Does anybody also face the same issue. Thanks Hemant

[users@httpd] openssl-1.1.0 with httpd-2.4.33

2018-05-02 Thread Hemant Chaudhary
Hi All, I am trying to build openssl-1.1.0 with httpd-2.4.33, everything is working fine without mod_ssl. But when I am loading mod_ssl, I am getting error while deloading the module i:e dso_close. Whereas httpd-2.4.33 is working fine with openssl-1.0.2d. Does anybody also get this issue ?

Re: [users@httpd] Start apache with tomcat

2017-10-26 Thread Hemant Chaudhary
il.com> wrote: > On Thu, Oct 26, 2017 at 8:22 AM, Hemant Chaudhary > <hemantdude.chaudh...@gmail.com> wrote: > > Hi, > > > > If I am using http and apache port then index.html of apache is displayed > > not of ajp. > > > > Do I need to change i

Re: [users@httpd] Start apache with tomcat

2017-10-26 Thread Hemant Chaudhary
Hi, If I am using http and apache port then index.html of apache is displayed not of ajp. Do I need to change in ajp.conf and server.xml ? On Oct 26, 2017 5:37 PM, "Eric Covener" wrote: > > From browser I am sending request ajp://15.213.91.33:5644, but getting > "this page

Re: [users@httpd] Worker MPM with debug mode

2018-01-18 Thread Hemant Chaudhary
Hi Yann, Yes this patch of code is not working for worker mpm in Apache-2.4.25 Thanks Hemant On Jan 18, 2018 5:28 PM, "Yann Ylavic" <ylavic@gmail.com> wrote: > Hi Hemant, > > On Thu, Jan 18, 2018 at 6:23 AM, Hemant Chaudhary > <hemantdude.chaudh...@gmail.com

[users@httpd] Worker MPM with debug mode

2018-01-17 Thread Hemant Chaudhary
Hi All , I added the following patch of code in my worker.c static void clean_child_exit(int code) if (one_process) { prefork_note_child_killed(/* slot */ 0, 0, 0); +atexit(apr_terminate); } ap_mpm_pod_close(my_bucket->pod); When I am starting apache with Worker

  1   2   >