Re: Concurrent connections from single IP to same VirtualHost?



On Tue, 09 Sep 2008 10:49:13 -0500
bernie <bernie@xxxxxxxxxxxxxxxxxxxxx> wrote:

Howdy,

I would like to make more than one concurrent request to the same
virtual host from the same IP. For example, I have an application
that takes some time to process an import. During this time I would
like to refresh the log output in a separate window. I am able to do
this if I use a separate VirtualHost, but if I use the same
VirtualHost my log output doesn't refresh until the import has
completed.

I am running apache2 on debian etch.

Is there a way to do this?

Set your browser to use more than one connection. And if necessary,
reduce the keepalive so it doesn't block itself - if it won't clear
a connection under the circumstances you're giving it.


--
Nick Kew

Application Development with Apache - the Apache Modules Book
http://www.apachetutor.org/
.



Relevant Pages

  • RE: Apache Virtual Host
    ... you can also put an Include directive in the VirtualHost block. ... Subject: Apache Virtual Host ... have to load your default server as a vhost as well or you won't be able to ...
    (RedHat)
  • Re: [users@httpd] Re: cgi-bin stopped working in apache ?! please help SOLVED
    ... so now, when Apache starts, it "includes" the configuration of your new ... (It is the new default because it is now the first defined virtual host in ... terms to ServerAlias and that is what screwed me up. ... So whenever a Virtual Host "needs" a parameter value, and it is not explicitly defined in his own <VirtualHost> section, it will use the default parameter value as defined before the "NameVirtualHost" line. ...
    (Debian-User)
  • Re: Virtual hosting with squirrelmail & apache
    ... > Apache was downloaded when I apt-get installed squirrelmail and setup ... Usually the first virtual host will become the ... allow only connections to the squirrelmail virtualhost over ssl, ...
    (alt.os.linux)
  • Re: Remote portforwarding and virtualhost
    ... portforward one of the webserver port to this machine. ... The webserver is apache with 5 virualhosts. ... connection to the public IP machine, I am not able to get the ... distinguish the virtualhost while forwarding. ...
    (SSH)
  • open_basedir leaking between virtual hosts
    ... I am setting open_basedir to include only the DocumentRoot and PHP ... This is running apache 2.0.53 and PHP 5.0.3. ... to serve a page from a different VirtualHost. ... Configuration details follow... ...
    (comp.lang.php)