Displaying 20 results from an estimated 46 matches for "varnished".
Did you mean:
vanished
2013 Jun 28
3
Using Puppet for downgrading Varnish (circular dependency)
Hi all,
I am trying to use puppet (2.7.18) for downgrading varnish cache on Centos
Linux (6.3).
Unfortunately there are two varnish RPMs (which seem to have circular
dependencies):
varnish-3.0.4-1.el6.x86_64
varnish-libs-3.0.4-1.el6.x86_64
When using "ensure" for downgrading I get a bunch of errors:
err: /Stage[main]/Varnish/Package[varnish-libs]/ensure: change from
3.0.4-1.el6
2014 May 11
3
find with exclude directory
Hey all,
I'm trying to do a find of all files with the phrase 'varnish' in the
name, but want to exclude a user home directory called
/usr/local/digitalplatform.
Here's what I was able to come up with:
find / -path '/usr/local/digitalplatform/*' -prune -o -name "*varnish*"
Which results in this:
[root at uszmpwsls014lb ~]# find / -path
2015 Dec 22
0
Announcing release for Varnish Cache 4 on CentOS Linux 7 x86_64 SCL
I am pleased to announce the immediate availability of version 4 of the
Varnish Cache Server on CentOS Linux 7 x86_64, delivered via a Software
Collection (SCL) built by the SCLo Special Interest Group
(https://wiki.centos.org/SpecialInterestGroup/SCLo).
QuickStart
----------
You can get started in three easy steps:
$ sudo yum install centos-release-scl
$ sudo yum install rh-varnish4
$ scl
2015 Dec 22
0
Announcing release for Varnish Cache 4 on CentOS Linux 6 x86_64 SCL
I am pleased to announce the immediate availability of version 4 of the
Varnish Cache Server on CentOS Linux 6 x86_64, delivered via a Software
Collection (SCL) built by the SCLo Special Interest Group
(https://wiki.centos.org/SpecialInterestGroup/SCLo).
QuickStart
----------
You can get started in three easy steps:
$ sudo yum install centos-release-scl
$ sudo yum install rh-varnish4
2012 Mar 22
1
Overriding package installation source
Hi,
I use a module (for Varnish in this case) which has the typical install,
service, package classes.
-- modules/varnish/manifests/install.pp:
class varnish::install {
package { $varnish::params::package_name:
ensure => installed,
}
}
-- modules/project/manifests/proxy.pp
class project::proxy {
include varnish
}
-- manifests/site.pp
node proxy {
2013 Oct 25
0
Varnish-ban-manager + vhosts
http://varnish_server.domain:9200/ != 9000
------Mensaje original------
De: Mariano Gonz?lez
Remitente: centos-bounces at centos.org
Para: centos at centos.org
Responder a: CentOS mailing list
Asunto: [CentOS] Varnish-ban-manager + vhosts
Enviado: 25 de oct de 2013 18:03
Hi guys.
've installed varnish-ban-manager (
https://github.com/dot2code/varnish-bans-manager) and I'm currently
2018 Dec 11
0
Announcing release of Varnish 6
I am pleased to announce the immediate availability of Varnish
in version 6 on CentOS Linux 7 x86_64,
delivered via a Software Collection (SCL) built by the SCLo Special
Interest Group (https://wiki.centos.org/SpecialInterestGroup/SCLo).
QuickStart
----------
You can get started in three easy steps:
# 1. Install a package with repository for your system:
$ sudo yum install centos-release-scl
2013 Oct 25
0
Varnish-ban-manager + vhosts
Hi guys.
've installed varnish-ban-manager (
https://github.com/dot2code/varnish-bans-manager) and I'm currently
configuring it's DNS name. The thing is that I've set in Route53 (DNS
service in AWS) to use name http:// purge.domain.com / pointing to http://
varnish_server_name.com/. The thing is, if I test with http ://
purge.domain .com:9000/ it works normally, but using http: //
2018 Jun 12
0
Announcing release of Varnish Cache 5 on CentOS 7 x86_64
I am pleased to announce the immediate availability of Varnish Cache in
version 5 on CentOS Linux 7 x86_64,
delivered via a Software Collection (SCL) built by the SCLo Special
Interest Group (https://wiki.centos.org/SpecialInterestGroup/SCLo).
QuickStart
----------
You can get started in three easy steps:
# 1. Install a package with repository for your system
# On CentOS, install package
2012 Jan 25
6
Can anyone talk infrastructure with me?
Hi All,
I started a 501c3 (not-for-profit) organization back in February 2011 to deal with information archival. A long vision here, I wont bore you with the details (if you really want to know, e-mail me privately) but the gist is I need to build an infrastructure to accommodate about 2PB of data that is database stuff, stored video, crawl data, static data sets, etc. Right now in my testing of
2013 Jan 04
5
FreeBSD wiki offline for a bit
Hey,
Due to a security issue in the moinmoin wiki software, the FreeBSD
wiki will be offline for a bit. I do not yet know if the issue
actually has been exploited in the FreeBSD wiki (haven't had the time
yet to examine it), but I took the wiki down just in case.
Note that even if the software was compromised, it was considered
untrusted from the start and as such heavily sandboxed
2015 Dec 23
0
CentOS-announce Digest, Vol 130, Issue 11
Send CentOS-announce mailing list submissions to
centos-announce at centos.org
To subscribe or unsubscribe via the World Wide Web, visit
https://lists.centos.org/mailman/listinfo/centos-announce
or, via email, send a message with subject or body 'help' to
centos-announce-request at centos.org
You can reach the person managing the list at
centos-announce-owner at centos.org
When
2009 Aug 06
1
Separate App an DB servers , Scabality and rails
Hi , what will be if my site traffic became huge , can i separate db
server and add 3 or more app server using rails framework. i think
designing my site using rails and put it in EC2 servers. what do you
think about this system? Will be work or not?
2014 Jul 07
0
enable caching in apache
hey all,
I am serving up a couple of sites using apache with varnish sitting in
front of it.
When I check the headers for the site, this is what I'm seeing:
[root at ops:~] #curl -I http://ref.mydomain.com/
HTTP/1.1 200 OK
Server: Apache/2.2.15 (CentOS)
X-Powered-By: PHP/5.6.0-dev
Set-Cookie: PHPSESSID=rqetkvi6l54819fffdivkppo90; path=/
Expires: Thu, 19 Nov 1981 08:52:00 GMT
2004 Feb 03
3
[OT] Oldest Telephone
While the rest of you were chatting about the smallest * server, I was
sitting her staring at the telephone hanging on the wall.
It is a Western Electric set in a varnished pine box with an earpiece
you hold in your left hand and a mouthpiece attached to the box. You
crank the magneto with your right hand to signal the switchboard.
The two dry cells inside are dated 1935, and I'm throwing them away
because they're leaking acid.
Wouldn't it be a kick...
2009 Sep 30
1
Update on protection against slowloris
Hi list!
We tested mod_antiloris 0.4 and found it quite efficient, but before
putting it in production, we would like to hear some feedback from
freebsd users. We are using Apache 2.2.x on Freebsd 6.2 and 7.2. Is
anyone using it? Do you have any other way to patch against Slowloris
other than putting a proxy in front or using the HTTP accept filter?
Thanks for your feedback,
Martin
2009 Nov 09
3
Sort logfiles at rotation time
Hi,
I want to be certain that my apache and varnish logfiles are in strict
date order when rotated. I'd like to run a sort command against them
before they're compressed.
I've had a look at the logrotate man page, and it looks like I can use
a postrotate/endscript to do this. However, I can see any reference
in the documentation for how to operate on the file. All the examples
2009 Aug 14
3
EC2 -> EBS -> S3 ?
Greetings!
I''d appreciate hearing from anybody who''s had experience with any of
this. I''ve got a Rails app that currently deployed on EC2 with MySQL
and am readying to move from a dev / prototype model to a full-scale
production model. Right now I''ve got a single MySQL instance. I''m
getting ready to move that to a master-slave setup. I''m
2013 Nov 26
37
get a *structured* version of the puppet agent output
puppet agent --verbose shows a verbose output of the changes done by
puppet, such as:
notice:
/Stage[main]/Logstash::Config/Logstash::Configdir[agent]/File[/etc/logstash/agent/config]/owner:
owner changed ''root'' to ''logstash''
notice: /Stage[main]/Varnish/Service[varnish]/ensure: ensure changed
''stopped'' to ''running''
2011 Nov 05
3
How to get Rails 3.1's Cache store (FileStore) to work with Rack::Sendfile
Hey - I need your input regarding a problem I''ve come across. I''ll first
explain what the problem is, and what I think the solution is. If I
misunderstood how things work, please let me know.
# The problem
I''m using Dragonfly (on-the-fly file processing) to serve images. Dragonfly
uses Rack::Cache to cache the processed images so subsequent requests are
served by