[wellylug] Re: apache2ctl vs apache2 restart

Sigurd Magnusson sigurd at silverstripe.com
Wed May 2 20:15:54 NZST 2007


I proved "apache2ctl graceful" reopen the files, which you can see with 
 my test below.
 Thanks guys for all the prompt info.
 I found /etc/init.d/apache2 is a wrapper for apache2ctl and apache2 
 depending on some complex if statements, which to my mind look a bit 
 flakey :P
 --
 
 Proof:
 
 smagnusson at littleted:/sites/up/logs$ /usr/sbin/apache2 -v
 Server version: Apache/2.2.3
 Server built: Nov 10 2006 19:07:57
 
 smagnusson at littleted:/sites/up/logs$ ls apache.access* -li
 3145732 -rw-rw---- 1 sites sites 2112 2007-05-02 20:03 apache.access
 22888455 -rw-rw-r-- 1 sites sites 13571 2007-04-24 20:37 apache.access.1
 
 smagnusson at littleted:/sites/up/logs$ lynx --dump 
 http://up.littleted.silverstripe.com | wc
 113 291 3491
 
 smagnusson at littleted:/sites/up/logs$ ls apache.access* -li
 3145732 -rw-rw---- 1 sites sites 2464 2007-05-02 20:06 apache.access
 22888455 -rw-rw-r-- 1 sites sites 13571 2007-04-24 20:37 apache.access.1
 
 smagnusson at littleted:/sites/up/logs$ mv apache.access apache.access.MOVED
 
 smagnusson at littleted:/sites/up/logs$ lynx --dump 
 http://up.littleted.silverstripe.com | wc
 113 291 3491
 
 smagnusson at littleted:/sites/up/logs$ ls apache.access* -li
 22888455 -rw-rw-r-- 1 sites sites 13571 2007-04-24 20:37 apache.access.1
 3145732 -rw-rw---- 1 sites sites 2816 2007-05-02 20:06 
 apache.access.MOVED
 
 smagnusson at littleted:/sites/up/logs$ sudo apache2ctl graceful
 
 smagnusson at littleted:/sites/up/logs$ lynx --dump 
 http://up.littleted.silverstripe.com | wc
 113 291 3491
 
 smagnusson at littleted:/sites/up/logs$ ls apache.access* -li
 22894266 -rw-r--r-- 1 root sites 352 2007-05-02 20:08 apache.access
 22888455 -rw-rw-r-- 1 sites sites 13571 2007-04-24 20:37 apache.access.1
 3145732 -rw-rw---- 1 sites sites 2816 2007-05-02 20:06 
 apache.access.MOVED
 
 Sigurd Magnusson
 SilverStripe
 sigurd at silverstripe.com
 +64 4 978 7332 
 
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.wellylug.org.nz/pipermail/wellylug/attachments/20070502/60bb47ae/attachment.htm 
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: image/gif
Size: 344 bytes
Desc: not available
Url : http://lists.wellylug.org.nz/pipermail/wellylug/attachments/20070502/60bb47ae/attachment.gif 
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: image/gif
Size: 1622 bytes
Desc: not available
Url : http://lists.wellylug.org.nz/pipermail/wellylug/attachments/20070502/60bb47ae/attachment-0001.gif 
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: image/gif
Size: 934 bytes
Desc: not available
Url : http://lists.wellylug.org.nz/pipermail/wellylug/attachments/20070502/60bb47ae/attachment-0002.gif 


More information about the wellylug mailing list