Hi,
If I do the following (in order):
1) Start a virtual host (instantiated) listening on an address/port
2) Change the name of the virtual host to something else
3) Remove the virtual host from the listener and add a different virtual host to the listener
4) Do a graceful restart
I get the following:
- The old virtual host (which no longer exists in name) still shows up on the console
- The old virtual host is still running (after the restart)
- The new virtual host isn't running, though it says it is
In order to fix the problem (and load the proper configuration), I have to actually stop/start the server.
Also, I've noticed a number of times that templated virtual hosts are running after reboots, when in fact they're not.
In general, if an address/port combination is being used by a virtual server, then in the config you change which servers listen to which address/port combo, there have been errors (both in the loading and displaying of which servers are running). I've only experienced this with the beta 4 versions - the 3 branch hasn't done this.
I've experienced these problems on Ubuntu 8.04, LSWS v 4.0b2 and 4.0b3 standard.
No core dump files were generated (and they're turned on).
If you want any more info, let me know.
If I do the following (in order):
1) Start a virtual host (instantiated) listening on an address/port
2) Change the name of the virtual host to something else
3) Remove the virtual host from the listener and add a different virtual host to the listener
4) Do a graceful restart
I get the following:
- The old virtual host (which no longer exists in name) still shows up on the console
- The old virtual host is still running (after the restart)
- The new virtual host isn't running, though it says it is
In order to fix the problem (and load the proper configuration), I have to actually stop/start the server.
Also, I've noticed a number of times that templated virtual hosts are running after reboots, when in fact they're not.
In general, if an address/port combination is being used by a virtual server, then in the config you change which servers listen to which address/port combo, there have been errors (both in the loading and displaying of which servers are running). I've only experienced this with the beta 4 versions - the 3 branch hasn't done this.
I've experienced these problems on Ubuntu 8.04, LSWS v 4.0b2 and 4.0b3 standard.
No core dump files were generated (and they're turned on).
If you want any more info, let me know.