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: Fri, 11 Mar 2011 22:29:36 +0100
User-agent: Gnus/5.110013 (No Gnus v0.13) Emacs/23.3 (gnu/linux)

Hi Giuseppe,

Giuseppe Scrivano <address@hidden> writes:

> the configuration snippet is not correct.  We have added the possibility
> to support different channels for the same log file, in order to do it
> we had to change the configuration file as well:
>
> <VHOSTS>
>   <VHOST>
>     <NAME>Every connection</NAME>
>     <PORT>8080</PORT>
>     <PROTOCOL>HTTP</PROTOCOL>
>     <DOCROOT>web</DOCROOT>
>     <SYSROOT>system</SYSROOT>
>     <HOST>127.0.0.1</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>

Thanks, it works for me...  up to the first connection where MyServer
segfaults:

--8<---------------cut here---------------start------------->8---
Program received signal SIGSEGV, Segmentation fault.
[Switching to Thread 0x7fffe17f2700 (LWP 23323)]
0x00007ffff7aafbd0 in Vhost::warningsLogWrite(char const*, ...) () from 
/nix/store/vqzf5hywvsg27mqi9cl9zpn6qxn2ggvz-myserver-0.10/lib/libmyserver.so.0
(gdb) bt
#0  0x00007ffff7aafbd0 in Vhost::warningsLogWrite(char const*, ...) () from 
/nix/store/vqzf5hywvsg27mqi9cl9zpn6qxn2ggvz-myserver-0.10/lib/libmyserver.so.0
#1  0x00007ffff7ae3754 in Http::raiseHTTPError(int) () from 
/nix/store/vqzf5hywvsg27mqi9cl9zpn6qxn2ggvz-myserver-0.10/lib/libmyserver.so.0
#2  0x00007ffff7ae1865 in Http::controlConnection(Connection*, char*, char*, 
unsigned long, unsigned long, unsigned long, unsigned long) ()
   from 
/nix/store/vqzf5hywvsg27mqi9cl9zpn6qxn2ggvz-myserver-0.10/lib/libmyserver.so.0
#3  0x00007ffff7ae5805 in HttpProtocol::controlConnection(Connection*, char*, 
char*, unsigned long, unsigned long, unsigned long, unsigned long) ()
   from 
/nix/store/vqzf5hywvsg27mqi9cl9zpn6qxn2ggvz-myserver-0.10/lib/libmyserver.so.0
#4  0x00007ffff7a6e30c in ClientsThread::controlConnections() () from 
/nix/store/vqzf5hywvsg27mqi9cl9zpn6qxn2ggvz-myserver-0.10/lib/libmyserver.so.0
#5  0x00007ffff7a6dd11 in clients_thread(void*) () from 
/nix/store/vqzf5hywvsg27mqi9cl9zpn6qxn2ggvz-myserver-0.10/lib/libmyserver.so.0
#6  0x00007ffff7679cec in start_thread () from 
/nix/store/vxycd107wjbhcj720hzkw2px7s7kr724-glibc-2.12.2/lib/libpthread.so.0
#7  0x00007ffff57561ed in clone () from 
/nix/store/vxycd107wjbhcj720hzkw2px7s7kr724-glibc-2.12.2/lib/libc.so.6
--8<---------------cut here---------------end--------------->8---

Ideas?  :-)

Thanks,
Ludo’.



reply via email to

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