Re: [users@httpd] Main domain and virtual hosts

2015-08-31 Thread Kurtis Rader
Works for me. I'm running v2.4.16. What version of Apache HTTPD are you running? According to the docs the NameVirtualHost "directive currently has no effect." And the default behavior changed with v2.3.11. So I'm wondering if you're running v2.2.*. If you issue a "host example.com 8.8.8.8" comman

[users@httpd] Main domain and virtual hosts

2015-08-31 Thread Warren Bell
I have 3 virtual hosts set up like this: ServerName www.example.com ServerAlias example.com DocumentRoot /var/www/html/example ErrorLog /var/www/html/example/error.log CustomLog /var/www/html/example/requests.log combined ServerName www.site1.example.com ServerAlias site1.example

[users@httpd] Apache configuration

2015-08-31 Thread kn42447
Hi All, We have a special requirement that the end user will use http://domain.com and it should be redirect to http://domain.com/aaa, http://domain.com/bbb and http://domain.com/ccc. And also when end user hits http://domain.com URL, if http://domain.com/aaa is down it should be redirect to e

[users@httpd] SSLProxyMachineCertificatePath certificate selection

2015-08-31 Thread Andika Daud
Hi, Does anyone how SSLProxyMachineCertificatePath cert selection works? I mean how does the proxy server knows which certificate to use/present to the remote servers? Thanks. -- Andika Daud Sr. Web Technologist, IS Web Ops Adobe Systems Incorporated 151 Almaden Blvd., A13-428 San Jose, CA 95

[users@httpd] Re: SSI best practice: XbitHack or .shtml

2015-08-31 Thread Tom Browder
On Aug 25, 2015 5:10 AM, "Tom Browder" wrote: > Anyone have an opinion of the best way to indicate an SSI file to be > scanned? Ping, anyone? -Tom

[users@httpd] Implementing flush() during PUT (Hadoop WebHDFS)

2015-08-31 Thread Chris Douglas
Hadoop HDFS supports an HTTP API, WebHDFS. The protocol [1] is pretty basic. It supports most of the operations exposed through the Hadoop FileSystem [2] API. There is a Java implementation [3] returning an OutputStream matching the contract [4] from FileSystem. The important point is that the stre

Re: [users@httpd] TimeOut value question

2015-08-31 Thread Kurtis Rader
On Mon, Aug 31, 2015 at 9:16 AM, Rose, John B wrote: > The TimeOut default value is 60. However, if the web server is just an > image server could a reasonable value for TimeOut be 10? 5? 3? > Is there some problem you're trying to solve by tweaking that parameter? If not you probably don't want

[users@httpd] Apache Bench ab question

2015-08-31 Thread Rose, John B
What does it tells me if I send x thousand requests with a "-c 100" and get the apr_socket_recv: Connection reset by peer But when I send the same number of requests with a "-c 50" and it completes successfully with no errors? What does that mean I need to do?

[users@httpd] TimeOut value question

2015-08-31 Thread Rose, John B
The TimeOut default value is 60. However, if the web server is just an image server could a reasonable value for TimeOut be 10? 5? 3? Thanks