From tphuocthien at gmail.com Wed Oct 5 18:12:03 2011 From: tphuocthien at gmail.com (=?UTF-8?B?VGhp4buHbiBUcuG6p24gUGjGsOG7m2M=?=) Date: Thu, 6 Oct 2011 01:12:03 +0700 Subject: How to run Varnish as Windows Service Message-ID: Hi everybody, I uses Varnish Web Cache in Windows Server 2008. Could anybody tell me: how to run Varnish as Windows Service ? Because this is a server,it should run automatically when Windows is startup. I research multi way to do. Download some wrapper software and intergate Varnish into them. But not success. Thanks a lot, Denny Jimmy -------------- next part -------------- An HTML attachment was scrubbed... URL: From jdzstz at gmail.com Sat Oct 8 11:30:43 2011 From: jdzstz at gmail.com (jdzstz - gmail dot com) Date: Sat, 8 Oct 2011 13:30:43 +0200 Subject: How to run Varnish as Windows Service In-Reply-To: References: Message-ID: Hello Thi?n, If you have installed varnish in a full cygwin environment with varnish ( https://www.varnish-cache.org/trac/wiki/VarnishOnCygwinWindows#InstallFullCygwinenvironmentwithvarnishpackage) you can use "cygrunsrv" util to configure it: - http://web.mit.edu/cygwin/cygwin_v1.3.2/usr/doc/Cygwin/cygrunsrv.README - http://cygwin.wikia.com/wiki/Cygrunsrv - [in spanish] http://www.vicente-navarro.com/blog/2007/07/20/servicios-en-cygwin-syslogd-sshd-telnetd-ftpd-nfsd-etc/ If you have installed the varnish ZIP bundle (that includes Varnish binaries, GCC compiler, Cygwin, PDCurses and PCRE DLLs) you have to use the wrapper software solution like runasservice, srvany or instsrv: - http://stackoverflow.com/questions/415409/run-batch-file-as-a-windows-service - http://www.techtalkz.com/windows-server-2003/41044-run-bat-file-service-windows-2003-xp.html Another advice is to check windows event viewer, at administrative tools or executing: eventvwr.msc (cygwin programs logs some errors into this event viewer) Regards, Jorge 2011/10/5 Thi?n Tr?n Ph??c > Hi everybody, > > I uses Varnish Web Cache in Windows Server 2008. Could anybody tell me: how > to run Varnish as Windows Service ? > Because this is a server,it should run automatically when Windows is > startup. > > I research multi way to do. Download some wrapper software and intergate > Varnish into them. But not success. > > Thanks a lot, > Denny Jimmy > > _______________________________________________ > varnish-dist mailing list > varnish-dist at varnish-cache.org > https://www.varnish-cache.org/lists/mailman/listinfo/varnish-dist > -------------- next part -------------- An HTML attachment was scrubbed... URL: From ingvar at redpill-linpro.com Thu Oct 13 09:24:26 2011 From: ingvar at redpill-linpro.com (Ingvar Hagelund) Date: Thu, 13 Oct 2011 11:24:26 +0200 Subject: Updated jemalloc-packages for Red Hat and Fedora Message-ID: <1318497866.3847.410.camel@yum.linpro.no> I recently submitted jemalloc-2.2.3 for Fedora. Because of ppc/ppc64 specific bugs, jemalloc is still not updated for for epel5. epel5 supports ppc/ppc64 and needs those fixed to get a working update. Because of this, I have compiled jemalloc-2.2.3 for rhel5 and clones. Packages available here: http://users.linpro.no/ingvar/jemalloc/2.2.3/el5/ Updated packages for epel6 and fedora 14-16 and rawhide are built in fedora koji. They are submitted to bodhi, and will trickle down to their respective test (and later stable) repos in a few days. Ingvar