View Single Post
  #11  
Old 04-02-2010, 11:22 AM
raphidae raphidae is offline
Senior Member
 
Join Date: Apr 2008
Posts: 59
Quote:
Originally Posted by mistwang View Post
Looks like [::]:280 the wildcard IPv6 is in use
2010-04-02 06:05:17.793 [NOTICE] Recovering server socket: [[ANY]:280]

You cannot create another listener on the same port binding to individual IPv6 address.
It's not. I have specific bindings:

Code:
  <listenerList>
    <listener>
      <name>virasena.mediamonks.net</name>
      <address>217.195.117.160:80</address>
      <binding>15</binding>
      <secure>0</secure>
      <note></note>
      <vhostMapList>
        <vhostMap>
          <vhost>virasena.mediamonks.net</vhost>
          <domain>*</domain>
        </vhostMap>
      </vhostMapList>
    </listener>
    <listener>
      <name>virasena.mediamonks.net-6</name>
      <address>[2001:610:722:0:217:195:117:160]:80</address>
      <binding>15</binding>
      <secure>0</secure>
      <note></note>
      <vhostMapList>
        <vhostMap>
          <vhost>virasena.mediamonks.net</vhost>
          <domain>*</domain>
        </vhostMap>
      </vhostMapList>
    </listener>
  </listenerList>
INFO level log:

Code:
2010-04-02 20:17:14.949 [NOTICE] Server Restart Request via Signal...
2010-04-02 20:17:14.950 [NOTICE] [Child: 83688] Start shutting down gracefully ...
2010-04-02 20:17:14.950 [NOTICE] [Child: 83689] Start shutting down gracefully ...
2010-04-02 20:17:14.950 [NOTICE] [Child: 83686] Start shutting down gracefully ...
2010-04-02 20:17:14.950 [NOTICE] [Child: 83687] Start shutting down gracefully ...
2010-04-02 20:17:14.950 [INFO] Pass listener 217.195.117.160:280.
2010-04-02 20:17:14.950 [INFO] Pass listener [2001:610:722:0:217:195:117:160]:280.
2010-04-02 20:17:14.950 [INFO] Pass listener 217.195.117.160:80.
2010-04-02 20:17:14.950 [INFO] Pass listener [2001:610:722:0:217:195:117:160]:80.
2010-04-02 20:17:14.951 [INFO] Stop listener 217.195.117.160:280.
2010-04-02 20:17:14.951 [INFO] Stop listener [2001:610:722:0:217:195:117:160]:280.
2010-04-02 20:17:14.951 [INFO] Stop listener 217.195.117.160:80.
2010-04-02 20:17:14.951 [INFO] Stop listener [2001:610:722:0:217:195:117:160]:80.
2010-04-02 20:17:15.642 [NOTICE] [AutoRestarter] cleanup children processes and unix sockets belong to process 83688 !
2010-04-02 20:17:15.642 [INFO] [CLEANUP] Clean up child process with pid: 83691
2010-04-02 20:17:15.672 [NOTICE] [AutoRestarter] child process with pid=83688 exited with status=0!
2010-04-02 20:17:15.672 [NOTICE] [AutoRestarter] cleanup children processes and unix sockets belong to process 83689 !
2010-04-02 20:17:15.672 [INFO] [CLEANUP] Clean up child process with pid: 83690
2010-04-02 20:17:15.680 [NOTICE] [AutoRestarter] child process with pid=83689 exited with status=0!
2010-04-02 20:17:15.680 [NOTICE] [AutoRestarter] cleanup children processes and unix sockets belong to process 83687 !
2010-04-02 20:17:15.680 [INFO] [CLEANUP] Clean up child process with pid: 83703
2010-04-02 20:17:15.680 [INFO] [CLEANUP] Clean up child process with pid: 83707
2010-04-02 20:17:15.784 [NOTICE] [AutoRestarter] child process with pid=83687 exited with status=0!
2010-04-02 20:17:15.784 [NOTICE] [AutoRestarter] cleanup children processes and unix sockets belong to process 83686 !
2010-04-02 20:17:15.890 [NOTICE] [AutoRestarter] child process with pid=83686 exited with status=0!
2010-04-02 20:17:15.890 [NOTICE] [PID:83682] Server Stopped!

<switch logfile>

2010-04-02 20:17:14.959 [NOTICE] Free software update of your owned license will expire in 41 days.
2010-04-02 20:17:14.959 [NOTICE] Loading LiteSpeed/4.0.13 Enterprise ...
2010-04-02 20:17:14.961 [NOTICE] [ADMIN] server socket: uds://usr/local/lsws/admin/tmp/admin.sock.7011
2010-04-02 20:17:14.961 [NOTICE] Loading configuration from /usr/local/lsws/conf/httpd_config.xml ...
2010-04-02 20:17:14.963 [NOTICE] Recovering server socket: [217.195.117.160:280]
2010-04-02 20:17:14.963 [NOTICE] Recovering server socket: [[ANY]:280]
2010-04-02 20:17:14.963 [NOTICE] Recovering server socket: [217.195.117.160:80]
2010-04-02 20:17:14.963 [NOTICE] Recovering server socket: [[ANY]:80]
2010-04-02 20:17:14.963 [NOTICE] [config] chroot is disabled.
2010-04-02 20:17:14.963 [INFO] old priority: 0, new priority: 0
2010-04-02 20:17:14.963 [INFO] [config:server:basic] For better obscurity, server version number is hidden in the response header.
2010-04-02 20:17:14.964 [INFO] Start listen socket [/tmp/lscgid.sock].
2010-04-02 20:17:15.282 [ERROR] HttpListener::start(): Can't listen at address localadminlistener-6: Address already in use!
2010-04-02 20:17:15.282 [ERROR] HttpServer::addListener(localadminlistener-6) failed to create new listener
2010-04-02 20:17:15.282 [ERROR] [config:admin:listener:localadminlistener-6] failed to start SSL listener on address [2001:610:722:0:217:195:117:160]:280!
2010-04-02 20:17:15.597 [ERROR] HttpListener::start(): Can't listen at address virasena.mediamonks.net-6: Address already in use!
2010-04-02 20:17:15.597 [ERROR] HttpServer::addListener(virasena.mediamonks.net-6) failed to create new listener
2010-04-02 20:17:15.597 [ERROR] [config:server:listener:virasena.mediamonks.net-6] failed to start listener on address [2001:610:722:0:217:195:117:160]:80!
2010-04-02 20:17:15.597 [NOTICE] The maximum number of file descriptor limit is set to 115891.
2010-04-02 20:17:15.603 [ERROR] [config:template:template for normal hosts] Listener [virasena.mediamonks.net-6] does not exist
2010-04-02 20:17:15.612 [ERROR] [config:template:template for RoR hosts] Listener [virasena.mediamonks.net-6] does not exist
2010-04-02 20:17:15.618 [ERROR] [config:template:template for framegame.nl hosts] Listener [virasena.mediamonks.net-6] does not exist
2010-04-02 20:17:15.625 [INFO] Stop listener [ANY]:280.
2010-04-02 20:17:15.625 [INFO] Stop listener [ANY]:80.
2010-04-02 20:17:15.627 [NOTICE] lshttpd (83748) is ready
2010-04-02 20:17:15.628 [NOTICE] [AutoRestarter] new child process with pid=83750 is forked!
2010-04-02 20:17:15.628 [NOTICE] [AutoRestarter] new child process with pid=83751 is forked!
2010-04-02 20:17:15.629 [NOTICE] [AutoRestarter] new child process with pid=83752 is forked!
2010-04-02 20:17:15.629 [NOTICE] [AutoRestarter] new child process with pid=83753 is forked!
2010-04-02 20:17:15.629 [INFO] Stop listener 217.195.117.160:280.
2010-04-02 20:17:15.630 [NOTICE] Core dump is enabled.
2010-04-02 20:17:15.630 [NOTICE] [child: 83750] Successfully change current user to www
2010-04-02 20:17:15.630 [INFO] Stop listener 217.195.117.160:280.
2010-04-02 20:17:15.630 [NOTICE] Core dump is enabled.
2010-04-02 20:17:15.630 [NOTICE] [child: 83751] Successfully change current user to www
2010-04-02 20:17:15.630 [NOTICE] [Child: 83750] Setup swapping space...
2010-04-02 20:17:15.630 [INFO] Stop listener 217.195.117.160:280.
2010-04-02 20:17:15.630 [NOTICE] [Child: 83751] Setup swapping space...
2010-04-02 20:17:15.630 [NOTICE] Core dump is enabled.
2010-04-02 20:17:15.630 [NOTICE] [child: 83752] Successfully change current user to www
2010-04-02 20:17:15.630 [NOTICE] [Child: 83750] LiteSpeed/4.0.13 Enterprise starts successfully!
2010-04-02 20:17:15.631 [NOTICE] [Child: 83751] LiteSpeed/4.0.13 Enterprise starts successfully!
2010-04-02 20:17:15.631 [NOTICE] [Child: 83752] Setup swapping space...
2010-04-02 20:17:15.631 [NOTICE] Core dump is enabled.
2010-04-02 20:17:15.631 [NOTICE] [child: 83753] Successfully change current user to www
2010-04-02 20:17:15.631 [NOTICE] [Child: 83752] LiteSpeed/4.0.13 Enterprise starts successfully!
2010-04-02 20:17:15.631 [NOTICE] [Child: 83753] Setup swapping space...
2010-04-02 20:17:15.631 [NOTICE] [Child: 83753] LiteSpeed/4.0.13 Enterprise starts successfully!
2010-04-02 20:17:15.637 [NOTICE] New lshttpd process is ready, lshttpd (83688) stops listeners
2010-04-02 20:17:15.637 [INFO] Stop listener 217.195.117.160:80.
2010-04-02 20:17:15.637 [INFO] Stop listener [2001:610:722:0:217:195:117:160]:80.
2010-04-02 20:17:15.637 [NOTICE] [Child: 83688] Shut down successfully! 
2010-04-02 20:17:15.638 [NOTICE] [PHP5-www.monksystem.nl] stop worker processes
2010-04-02 20:17:15.638 [INFO] Permission denied, let parent kill it: 83691
2010-04-02 20:17:15.638 [INFO] [PHP5-www.monksystem.nl] kill pid: 83691
2010-04-02 20:17:15.665 [NOTICE] New lshttpd process is ready, lshttpd (83686) stops listeners
2010-04-02 20:17:15.665 [NOTICE] New lshttpd process is ready, lshttpd (83689) stops listeners
2010-04-02 20:17:15.665 [INFO] Stop listener 217.195.117.160:280.
2010-04-02 20:17:15.665 [INFO] Stop listener 217.195.117.160:80.
2010-04-02 20:17:15.665 [INFO] Stop listener [2001:610:722:0:217:195:117:160]:280.
2010-04-02 20:17:15.665 [INFO] Stop listener [2001:610:722:0:217:195:117:160]:80.
2010-04-02 20:17:15.665 [INFO] Stop listener 217.195.117.160:80.
2010-04-02 20:17:15.665 [NOTICE] [Child: 83689] Shut down successfully! 
2010-04-02 20:17:15.665 [INFO] Stop listener [2001:610:722:0:217:195:117:160]:80.
2010-04-02 20:17:15.665 [NOTICE] [Child: 83686] Shut down successfully! 
2010-04-02 20:17:15.666 [NOTICE] [PHP5-www.monksystem.nl] stop worker processes
2010-04-02 20:17:15.666 [INFO] Permission denied, let parent kill it: 83690
2010-04-02 20:17:15.666 [INFO] [PHP5-www.monksystem.nl] kill pid: 83690
2010-04-02 20:17:15.668 [NOTICE] New lshttpd process is ready, lshttpd (83687) stops listeners
2010-04-02 20:17:15.668 [INFO] Stop listener 217.195.117.160:80.
2010-04-02 20:17:15.668 [INFO] Stop listener [2001:610:722:0:217:195:117:160]:80.
2010-04-02 20:17:15.668 [NOTICE] [Child: 83687] Shut down successfully! 
2010-04-02 20:17:15.669 [NOTICE] [PHP5-virasena.mediamonks.net] stop worker processes
2010-04-02 20:17:15.669 [INFO] [PHP5-virasena.mediamonks.net] kill pid: 83707
2010-04-02 20:17:15.669 [NOTICE] [PHP5-www.monksystem.nl] stop worker processes
2010-04-02 20:17:15.669 [INFO] Permission denied, let parent kill it: 83703
Reply With Quote