Pound is a lightweight open source reverse proxy program and application firewall.
Questions tagged [pound]
27 questions
4
votes
1 answer
Magento + Turpentine + SSL only generates HTTP URLs
I'm pulling my hair out over this problem so I'd really appreciate some help :/
I'm using Turpentine with Magento 1.7 CE and Varnish 3, which works fine. Now I wanted to add SSL encryption wich doesn't work so fine.
The SSL encryption is terminated…

Fabian
- 163
- 1
- 8
3
votes
3 answers
how to use a reverse proxy to get around X-Frame-Options: SAMEORIGIN for iframe
I am struggling to get around X-Frame-Options: SAMEORIGIN restriction on some pages so I can put them in an iframe.
I understand that one can use a reverse proxy server to get around that, but I am not sure how.
what I need is to create a touch…

manolo zapata
- 31
- 1
- 1
- 3
2
votes
2 answers
Error when writing "£" in a paragraph
I'm trying to put in a simple paragraph in which there are "£" signs denoting prices.
However, when the text appears on the webpage every "£" sign is preceded by a "Â" symbol.
Can anyone advise as to why this happens?
Any suggestions on how to stop…

Tom Jardine-Smith
- 121
- 2
- 8
1
vote
0 answers
Debug Pound Varnish Apache
I have a server configured with Apache and Varnish, we are using Pound to handle port 443.
Everything runs smoothly and the site speed is amazing.
I have one little bug, when clicking on an AJAX button, sometimes the request hangs for 60 seconds…

Haim
- 1,107
- 2
- 10
- 19
1
vote
1 answer
Pound SSL Ciphers and Firefox Issue
I am fairly new to Pound cfg and SSL in general and working on learning. Tried a few things I found on Google related to setting Ciphers but they failed.
We are having an issue with Firefox after setting Ciphers in Pound to not allow SSLv3. Firefox…

McKeder
- 41
- 9
1
vote
2 answers
How to run multiple instance of Pound load balancer service
I followed the instruction at this link to setup Pound load-balancer on my fedora server. Everything works fine. Pound is running on port 80. Now I want to configure Pound on a different port and balance 2 other different backend servers.
I found…

Sriram
- 8,574
- 4
- 21
- 30
1
vote
0 answers
After configure pound get error "An internal server error occurred. Please try again later"
I have configure pound on my Linux system. my site is working fine but some time i get "An internal server error occurred. Please try again later". I have changed the alive in pound.conf file 15 to 100 but it didn't work. i have also changed the…

Ankit Aneja
- 110
- 7
1
vote
0 answers
PHP iconv ASCII and Pound Sterling symbol
I'm using
iconv('UTF-8', 'ASCII//TRANSLIT', $string)
To convert all single quotes to the default one, but at the same time all pound symbols £ are converted to question marks ? - any idea how this can be avoided while everything else gets…

Sebastian Sulinski
- 5,815
- 7
- 39
- 61
0
votes
1 answer
PowerShell Get-Content do not display currency symbol euro (€), pound (£)
I read a csv file that contains currency symbol : us dollar ($), british pound (£) and euro (€).
Here a short extract:
337;European €;NULL;
426;British £;NULL;
337;Americain $;NULL;
I use a powershell command to replace the "NULL" literal string in…

VyTre
- 103
- 3
- 14
0
votes
3 answers
Convert Pound 2.8 Configuration file to 3.x YAML
I have this v2.8-2 configuration file that I want to convert to the new YAML format. Documentation is hard to find.
User "root"
Group "root"
LogLevel 5
Alive 10
Control "/var/run/poundctl.socket"
# Redirect all http requests on port 80 to…

Mike Slinn
- 7,705
- 5
- 51
- 85
0
votes
1 answer
Varnish 4 + Pounds - Bypass cache for specific IP Address
I'me trying to configure Varnish to not use cache for specific IPs.
I've configured Varnish 4 on Centos with Apache using Pound to manage HTTPS requests.
I've tried to follow this approach:
Varnish - Bypass Cache for IP Address
based…

SimoneB
- 592
- 1
- 6
- 16
0
votes
1 answer
MySQL not returning correct pound sign
I am running WAMP 3.0.6 with MySQL 5.7.14. EVERYTHING is using UFT-8 character set.
I have data in a field "1£1" (that is 1 (pound) 1).
I have checked on the server (my own) and the Hex value for the field is: 31 C2 A3 31. This is correct.
I run a…
0
votes
1 answer
Printing from my hybrid Android App to TM T70II
Here is my problem. I am trying to print from my app to EPSON Thermal Printer Tm T70II via Bluetooth. I can connect and print but I am not able to print the symbol £ for my receipts.
It prints strange characters and I am struggling to find a…

Raj
- 69
- 1
- 10
0
votes
1 answer
Pound + Varnish + Apache - Pound hanging
I have an issue with my current configuration.
I'm trying to stress test my platform prior to going live and I found something pretty concerning.
Pound conf:
User "pound"
Group "pound"
Control "/var/lib/pound/pound.cfg"
#TimeOut 150
LogLevel…

Atheryl
- 295
- 4
- 11
0
votes
1 answer
Pound Configuration, https redirect issues with wildcard
I have an issue where wildcard.domain.com is not working 100%. It appears to fail when going to https://wildcard.domain.com, where as https://www.wildcard.domain.com works. so I have the following pound config:
##
# 1…

Anthony 'Runt' Cleaves
- 109
- 2
- 15