[users@httpd] How Apache starts is server

2017-07-17 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 H

Re: [users@httpd] WebSockets support in transparent proxy

2017-07-17 Thread Yehuda Katz
What you are describing sounds like a reverse proxy to me. Are you using ProxyPass and did you try the same configuration with the ws or wss protocol (in place of http/https)? Can you post a snippet of your current configuration? - Y Sent from a device with a very small keyboard and hyperactive

[users@httpd] WebSockets support in transparent proxy

2017-07-17 Thread Ray Navarette
Hi Everyone, Sorry if I've completely missed this but I'm hoping maybe someone can help with what I hoped would be a simple setup. I'm setting up a proxy server on an edge node of a private network in order to expose a number of internal services within the private side to the public side thro

RE: [users@httpd] Subdomain of a virtual host ?

2017-07-17 Thread Darryl Philip Baker
That was my thought, just wanted to have a second opinion. Darryl Baker Sr. System Administrator Distributed Application Platform Services Northwestern University darryl.ba...@northwestern.edu (847) 467-6674 From: Yehuda Katz [mailto:yeh...@ymkatz.net] Sent:

RE: [users@httpd] Subdomain of a virtual host ?

2017-07-17 Thread Yehuda Katz
httpd will choose the first matching name it comes to (as long as the IP address is correct too). Sent from a device with a very small keyboard and hyperactive autocorrect. On Jul 17, 2017 12:32 PM, "Darryl Philip Baker" < darryl.ba...@northwestern.edu> wrote: Thanks Yehuda, Any affect from the

RE: [users@httpd] Subdomain of a virtual host ?

2017-07-17 Thread Darryl Philip Baker
Thanks Yehuda, Any affect from the order of the definitions? Darryl Baker Sr. System Administrator Distributed Application Platform Services Northwestern University darryl.ba...@northwestern.edu (847) 467-6674 From: Yehuda Katz [mailto:yeh...@ymkatz.net] Sent

Re: [users@httpd] Subdomain of a virtual host ?

2017-07-17 Thread Yehuda Katz
You can create it exactly the same way as any other virtual host. - Y Sent from a device with a very small keyboard and hyperactive autocorrect. On Jul 17, 2017 12:10 PM, "Darryl Philip Baker" < darryl.ba...@northwestern.edu> wrote: > I have a virtual host configured for george.example.com comp

[users@httpd] Subdomain of a virtual host ?

2017-07-17 Thread Darryl Philip Baker
I have a virtual host configured for george.example.com complete with directory definitions and redirects. I now have a request for washington.george.example.com and they would like the same abilities for the subdomain. I’m unsure as to how to make this work or if this is even possible. I am lo