One more thing: the first VirtualHost gets used
for any request that doesn't match another.
Try flipping the order of your VirtualHost sections
and see whether the DomainTwo stuff is always used.
Perhaps you haven't specified the correct aliases?
Or perhaps the browser isn't offering the...
The only difference I see between my VirtualHost
config and yours is that my DocumentRoot directives
contain drive letters...
<VirtualHost *>
ServerName www.domainone.com
DocumentRoot "D:/ApacheRoot/DomainOne"
</VirtualHost>
Do you perhaps have a valid DocumentRoot with a...
Using Apache 1.3.22 with Perl CGI on Win2k.
I'm trying to get a "Processing, please wait" message
to appear, and then be replaced by the result 20 seconds later.
I can't assume Javascript.
I planned to send a partial page with the "please wait"
message in a named div, flush...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.