What is the equivalent value for apache configuration

Discussion in 'Apache' started by thapame, Nov 26, 2010.

  1. #1
    Hi,

    I need to convert following nginx rule to Apache configuration. can anyone help me.

    
    location /chat {
       rewrite            /chat(/.+)$ $1 break;
       proxy_pass         http://localhost:8000;
       proxy_set_header   Host $host;
       proxy_set_header   Cookie $http_cookie;
       proxy_buffering    off;
       proxy_send_timeout 310;
    }
    
    Code (markup):

     
    thapame, Nov 26, 2010 IP
  2. REXTEX

    REXTEX Guest

    Messages:
    64
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    0
    #2
    Google, Apache configuration and take a look at askapache.com, both will give you much info.
     
    REXTEX, Nov 26, 2010 IP