Search results

  1. T

    passing X-Forwarded-For to apache on another server

    I have 2 legacy apache apps that are on a different server. I thought that when I set up the proxy, X-Forwarded-For was automatically sent with LiteSpeed. I still get the local LiteSpeed address 192.168.x.x in the logs. I have my apache logs setup as LogFormat "%{X-Forwarded-For}i %l %u %t...
  2. T

    logging external IP

    I notice that LS logs the internal IP from forwarded requests so all of my logs show only the internal IP of the virtual host. I have a firewall in front which passes the request to the correct server (this is not load balanced, just one server serving different domains). My aolserver...
  3. T

    Can't get lightspeed to work

    I must be the only moron left, but I can not get my rails app to work. Only a 404. I know it is something stupid, but this is not as easy as the docs say. Logging tells me nothing I can see. This worked fine under nginx/mongrel, so it is not the app. In fact, I don't even see any...
  4. T

    subdomain wildcards

    I am setting up a site for a non-profit with many chapters. I need to know if there is a way to pass all subdomains to my rails app. I can then let rails parse out the subdomain (if there is one). I know there is a way to do this under apache, but I don't use Apache. Thanks
Top