Project

General

Profile

[Solved] Reverse proxy

Added by service-it-01@foto.com over 5 years ago

Hello,

Currently I have an IP load balanced on 5 Lighttpd webserver.
This configuration gives us some trouble with wordpress and I would like to transfer/modify all traffic for the wordpress blog to a new server.

$HTTP["url"] == "/blog" {
        ### GO TO NEWSERVER
}

How can I do this ? My current version of Lighttpd is 1.4.26

Thank you


Replies (4)

RE: Reverse proxy - Added by gstrauss over 5 years ago

Have you tried reading the documentation for mod_proxy?

Also, you should really consider upgrading your version of lighttpd. The latest is 1.4.50. 1.4.26 is irresponsibly old.

RE: [Solved] Reverse proxy - Added by service-it-01@foto.com over 5 years ago

yes, I tried but without any luck, where my "general" question.

Indeed, but currently it's not really easy to do it because it's hosted by a ubuntu 10 and not easy to update on it.
So a massive roll out will be done in the following month.

RE: [Solved] Reverse proxy - Added by gstrauss over 5 years ago

yes, I tried but without any luck, where my "general" question.

Asked and answered. Use mod_proxy.

I tried but without any luck

No evidence of such has been presented. Please use your favorite search engine to look up how to ask a good technical question.

Ubuntu 10.04.4 LTS was end-of-lifed over three years ago: May 9, 2013 (Desktop) April 30, 2015 (Server)

That does not provide a rosy impression.

If you'd like help from others, please try harder to help yourself and then ask more detailed questions.

RE: [Solved] Reverse proxy - Added by service-it-01@foto.com over 5 years ago

gstrauss wrote:

yes, I tried but without any luck, where my "general" question.

Asked and answered. Use mod_proxy.

I tried but without any luck

No evidence of such has been presented. Please use your favorite search engine to look up how to ask a good technical question.

Ubuntu 10.04.4 LTS was end-of-lifed over three years ago: May 9, 2013 (Desktop) April 30, 2015 (Server)

That does not provide a rosy impression.

If you'd like help from others, please try harder to help yourself and then ask more detailed questions.

Finally I could make it work, I used the wrong "/blog", it was "/blog/" that was working.

For the ubuntu, I know, I'm in this company only for few month now and have to deal with the past :)

Thanks for the help

    (1-4/4)