Re: [users@httpd] Start apache with tomcat

2017-10-30 Thread Hemant Chaudhary
Hi Actually its ajp.conf and httpd.conf. Then what should i write in ajp.conf to work based on my workarund. Thanks hemant On Oct 30, 2017 6:19 PM, "Eric Covener" wrote: > ProxyPass directives in ajp.txt don't make any sense, follow some > basic examples. > > On Mon, Oct 30,

Re: [users@httpd] Start apache with tomcat

2017-10-30 Thread Eric Covener
ProxyPass directives in ajp.txt don't make any sense, follow some basic examples. On Mon, Oct 30, 2017 at 2:52 AM, Hemant Chaudhary wrote: > Hi All, > > I am attaching my server.xml, httpd.conf and ajp.conf . Please let me know > where am I going wrong. > >

[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
Hi All, I am attaching my server.xml, httpd.conf and ajp.conf . Please let me know where am I going wrong. location of tomcat - /home/ananya/apache-tomcat location of apache - /home/ananya/apache-2.4.25 On browser I am giving "15.213.91.33:5643/manager/index.html" as request. On Thu, Oct 26,