Re: [users@httpd] Strange Apache behavior

2015-07-21 Thread Tobias Adolph
Hi John, I think the described behaviour is normal. Apache makes a lookup whether it has a vhost with the requested hostname, if not it delivers the document root of the first vhost loaded which on Debian based systems (including Ubuntu) this conf file is "000-default" (the files are loaded

Re: [users@httpd] Strange Apache behavior

2015-07-21 Thread Mike Rumph
Hello John, The directory listing display is due to the "Options Indexes" directive. - http://httpd.apache.org/docs/2.2/mod/core.html#options | Indexes| If a URL which maps to a directory is requested and there is no |DirectoryIndex

Re: [users@httpd] php-fpm and proxy , httpd 2.4.12

2015-07-21 Thread MM
Apologies for the missing info. It is https by the way. Please see below: On 21 July 2015 at 00:48, Yehuda Katz wrote: > You haven't shown a need for any proxy configuration at all > Yes. If I have a single box with low traffic, I don't need a proxy config at all, right? Is this related to 1. pr

[users@httpd] Strange Apache behavior

2015-07-21 Thread John Fisher GM
We're running Apache 2.2 on Debian 7 (Wheezy). We run approximately 24 vhosts, mostly small sites but also one large site. Some sites are Drupal, some are Wordpress and some are handcoded going back to 1995. Our structure generally is: /home /home/mysite-1/public_html/index.html /home/mysite-2

Re: [users@httpd] Re: Problem in chunked response

2015-07-21 Thread Yann Ylavic
On Tue, Jul 21, 2015 at 10:31 AM, shailender wrote: > > Is there any configuration available in apache which can be applied to send > the chunk as it is to client. mod_proxy won't forward chunk-extensions, and it is not required to (see [1]) since they are hop-by-hop specifications (per connectio

[users@httpd] Re: Problem in chunked response

2015-07-21 Thread shailender
Maybe I was not clear in my question, so updating We have response which is routed via apache proxy. Our client needs complete chunk in response but extension(which begins with ;) in the response is chopped off by proxy. Is there any configuration available in apache which can be applied to send