[Pharo-project] Setup MacOSX snow leopard server for Pier
Hi, http://www.appdal.com is my homepage url. Recently, I started Pier server in my MacOSX snow leopard server at url http://appdal.com:8080/ . I want to get rid of the port description 8080 from url by setting a new host assigned to port 8080 like capture image below. http://forum.world.st/file/n3714794/sccc.png Anyone succeeded doing this? HwaJong Oh -- View this message in context: http://forum.world.st/Setup-MacOSX-snow-leopard-server-for-Pier-tp3714794p37... Sent from the Pharo Smalltalk mailing list archive at Nabble.com.
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-tp3714794p37... Sent from the Pharo Smalltalk mailing list archive at Nabble.com.
Apache virtualhosting for Seaside may be the solution for this. http://forum.world.st/Apache-and-virtual-host-td96448.html -- View this message in context: http://forum.world.st/Setup-MacOSX-snow-leopard-server-for-Pier-tp3714794p37... Sent from the Pharo Smalltalk mailing list archive at Nabble.com.
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-... Laurent. On Wed, Aug 3, 2011 at 10:53 AM, HwaJong Oh <daliot.oh@gmail.com> 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-tp3714794p37... Sent from the Pharo Smalltalk mailing list archive at Nabble.com.
participants (2)
-
HwaJong Oh -
laurent laffont