Re: [users@httpd] MPM_Worker main process

2017-08-30 Thread Luca Toscano
Hi Hemant, 2017-08-30 13:05 GMT+02:00 Hemant Chaudhary : > Hi Luca, > > Thanks for reply. > Actually I want to use apache web server for some transaction where I > can't afford any type of failure. That's why I was trying If by mistake > someone killed or something happen to my parent process th

Re: [users@httpd] Build apache without mpm

2017-08-30 Thread Luca Toscano
Hi Hemant, 2017-08-31 7:32 GMT+02:00 Hemant Chaudhary : > Hi > > By which configuration I can build apache without threaded> I dont want to > sue mpm. > The mpm is mandatory and you can choose between prefork (not threaded) and worker/event. If you need more info about the httpd's internal you c

[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] no-cache header setting for 1 file

2017-08-30 Thread Kiran Kosti
Hi team, can you please help me in setting a single no-cache header for an single file noImageIcon.jpg so that everytime its being accessed request should go to the webserver to check for file. currently we have setting like below:- CookieTracking off FileETag None Header Set Cache-Control "m

Re: [users@httpd] MPM_Worker main process

2017-08-30 Thread Hemant Chaudhary
Hi Luca, Thanks for reply. Actually I want to use apache web server for some transaction where I can't afford any type of failure. That's why I was trying If by mistake someone killed or something happen to my parent process then still apache can handle requests and serve. Thats why I have query t

[users@httpd] ProxyPass, root "/" directory and DirectoryIndex

2017-08-30 Thread Gustau Perez
Hi, During the setup of an Apache (2.4.18) proxy pass, I noticed that when requesting the root “/“, Apache assumes that the resource asked is /index.html. In our test environment the machine beg the proxy by default serves index.php I found out the way to change is by tweaking the Direct

Re: [users@httpd] MPM_Worker main process

2017-08-30 Thread Luca Toscano
Hi Hemant, 2017-08-30 8:26 GMT+02:00 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