bug-myserver
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [bug-myserver] Configuration?


From: Ludovic Courtès
Subject: Re: [bug-myserver] Configuration?
Date: Wed, 16 Mar 2011 21:36:26 +0100
User-agent: Gnus/5.110013 (No Gnus v0.13) Emacs/23.3 (gnu/linux)

Hi Giuseppe,

Giuseppe Scrivano <address@hidden> 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

[Prev in Thread] Current Thread [Next in Thread]