Active sync killing Apache

Thomas Spuhler thomas.spuhler at btspuhler.com
Fri Aug 7 23:04:26 CEST 2015


On Friday, August 07, 2015 09:14:53 AM Shaw, Brian wrote:
> On 2015-08-07 9:07 am, signaldeveloper at gmail.com wrote:
> > My httpd service dies after about a week for some reason when I have
> > phones using active sync. I have to manually go in and restart the
> > service or nobody can access anything obviously. Is there an issue
> > with this? Does this happen to anyone else?
> > 
> > 
> > 
> > Sent from my iPhone
> > _______________________________________________
> > users mailing list
> > users at lists.kolab.org
> > https://lists.kolab.org/mailman/listinfo/users
> 
> Is your logrotate set to reload Apache instead of restart?  It should be
> restart.
> 
> Brian
> _______________________________________________
> users mailing list
> users at lists.kolab.org
> https://lists.kolab.org/mailman/listinfo/users


I haven't had any problems and my script reads:

/var/log/httpd/*_log /var/log/httpd/apache_runtime_status 
/var/log/httpd/ssl_mutex {
    rotate 5
    monthly
    missingok
    notifempty
    nocompress
    postrotate
        /bin/systemctl reload httpd.service > /dev/null 2>/dev/null || true
    endscript
}


-- 
Best regards
Thomas Spuhler

All of my e-mails have a valid digital signature
ID 60114E63
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 181 bytes
Desc: This is a digitally signed message part.
URL: <http://lists.kolab.org/pipermail/users/attachments/20150807/aad18af5/attachment.sig>


More information about the users mailing list