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
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
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
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
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
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
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
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?
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