You need to enable mod_proxy, mod_proxy_http and mod_rewrite in apache. Then something like:
RewriteRule ^/pier.appdal.com$ appdal.com:8080 should do the trick. See http://book.seaside.st/book/advanced/deployment/deployment-apache/configure-apache Laurent. On Wed, Aug 3, 2011 at 10:53 AM, HwaJong Oh <[email protected]> wrote: > Appending from previous message: > > I am expecting http://pier.appdal.com to work instead of > http://appdal.com:8080. > > HwaJong Oh > > -- > View this message in context: > http://forum.world.st/Setup-MacOSX-snow-leopard-server-for-Pier-tp3714794p3714802.html > Sent from the Pharo Smalltalk mailing list archive at Nabble.com. > >
