HTTP Anti-Virus Proxy

Official HAVP Support Forum
Registration disabled, I'm tired of spambots. E-mail havp@hege.li if you have questions.
HAVP project is pretty much frozen/abandoned at this time anyway.
It is currently 22 Jun 2014 09:52

All times are UTC + 2 hours [ DST ]




Post new topic Reply to topic  [ 1 post ] 
Author Message
 Post subject: HAVP and NginX
PostPosted: 29 Jun 2011 16:07 
Offline

Joined: 29 Jun 2011 15:48
Posts: 1
Hello

I try to setup nginx with HAVP as proxy parent but i get Invalid request as resulting webpage.

HAVP is working fine with our Apache Setup but our goal is to move on nginx or lighthttpd.

My guess is that ngix mod_proxy, which is HTTP/1.0 only, can't talk with HAVP.

Thanks for your help

Here is my ngix conf:

server
{
### server port and name ###
listen 3127;
server_name bob.com;

access_log logs/access.log;
error_log logs/error.log;

##############################################

location /
{
proxy_pass http://127.0.0.1:8080/;
### force timeouts if one of backend is died ##
proxy_next_upstream error timeout invalid_header http_500 http_502 http_503;

### Set headers ####
proxy_set_header Host $host;
proxy_set_header X-Real-IP $remote_addr;
proxy_set_header X-Forwarded-For $proxy_add_x_forwarded_for;

proxy_pass_request_headers on;
proxy_pass_request_body on;

### By default we don't want to redirect it ####
proxy_redirect off;
}
}


Top
 Profile  
 
Display posts from previous:  Sort by  
Post new topic Reply to topic  [ 1 post ] 

All times are UTC + 2 hours [ DST ]


Who is online

Users browsing this forum: Google [Bot] and 1 guest


You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot post attachments in this forum

Search for:
Jump to:  
Powered by phpBB® Forum Software © phpBB Group