I'm sending more details on this hoping someone has an idea.
Running httpd -S produces
$ bin/httpd -S
VirtualHost configuration:
127.0.0.1:* is a NameVirtualHost
default server vhost1 (/tmp/apache2.2/conf/httpd.conf:85)
port * namevhost vhost1 (/tmp/apache2.2/conf/httpd.conf:85)
port * namevhost vhost2 (/tmp/apache2.2/conf/httpd.conf:90)
Syntax OK
and the configuration is one of those created by the runtests.tcl script
when virtualhost.test is run. Basically the http::geturl call with
-header [list Host vhost1] is not apparently understood by Apache which
fails to select the appropriate DocumentRoot directory.
-- Massimo
On 09/18/2014 11:54 PM, Massimo Manghi wrote:
Hi
I confess I'm embarrassed to ask this as I'm probably supposed to sort
this out on my own, but I can not get some tests working anymore. The
problem with the virtual hosts tests turned out to be problems with the
Apache web server itself, with or without mod_rivet loaded.
The web server seems not to honor the "Host:" header line anymore and
fails to set the DocumentRoot properly. Anyone has suggestions on what
is the magic switch that would restore this basic feature of my custom
apache install?
-- Massimo
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]