Hi Giuseppe,

Giuseppe Scrivano <[email protected]> writes:

> I think in your configuration file you need:
>
>   <HOST>127.0.0.1:8080</HOST>
>
> instead of:
>
>   <HOST>127.0.0.1</HOST>

That doesn’t make any difference here (still with 0.10):

--8<---------------cut here---------------start------------->8---
<?xml version="1.0"?>

<VHOSTS>
  <VHOST>
    <NAME>Every connection</NAME>
    <PORT>8081</PORT>
    <PROTOCOL>HTTP</PROTOCOL>
    <DOCROOT>web</DOCROOT>
    <SYSROOT>system</SYSROOT>
    <HOST>127.0.0.1:8081</HOST>
    <ACCESSLOG>
      <STREAM location="file:///dev/null" cycle="1048576"/>
    </ACCESSLOG>
    <WARNINGLOG>
      <STREAM location="file:///dev/null" cycle="1048576"/>
    </WARNINGLOG>
    <ALLOW_CGI>NO</ALLOW_CGI>
  </VHOST>
</VHOSTS>
--8<---------------cut here---------------end--------------->8---

BTW, ‘master’ is failing here:
<http://hydra.nixos.org/jobset/gnu/myserver-master>.

Thanks,
Ludo’.

Reply via email to