[Seaside][Apache] Working Apache Httpd Config File?

Lukas Renggli renggli at gmail.com
Fri May 23 05:47:12 UTC 2008


> Hi, does anyone have a working Apache httpd.conf for serving up static
> content on Mac OS X 10.5.2?  Also, I have a requirement for load balancing.

My development setup adds the following lines to
"/etc/apache2/users/lukas.conf":

  # settings
  RewriteEngine On
  ProxyPreserveHost On

  # rewrite rules
  RewriteRule ^/resources/(.*) http://localhost/~lukas/resources/$1 [P,L]
  RewriteRule ^/seaside/(.*) http://localhost:8080/seaside/$1 [P,L]

This is essentially the same as I have on the Linux deployment boxes.

Cheers,
Lukas

-- 
Lukas Renggli
http://www.lukas-renggli.ch


More information about the seaside mailing list