[users@httpd] mdns and/or dns-sd for virtual servers

2017-10-30 Thread Jason Brooks
Hello, I would like to have an internal apache server that when I build a virtualhost, apache, or the host os can send out mdns (or DNS-SD) advertisements. Thus, an internal site deployment can automagically notifiy all hosts in the LAN of its new presence. I see references to mod_domain, an

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, 2017 at 2:52 AM, He

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. > > location of tomcat - /home/ananya/apach

[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