Puneet Kishor wrote, On 11/09/11 18:47: > > Very nice. But, I don't get why is it that I am able to run several Starman > powered Dancer apps behind Apache front-end without every having declared the > behind_proxy setting in the config file. > Indeed interesting - it didn't work for me (and for several others, based on recent emails).
The only problem with not enabling "behind_proxy" is that "request->uri_for" and "request->uri_base" return links that start with "http://127.0.0.1:3000" . Perhaps you have some special Apache configuration ? and proxying not through TCP ? or perhaps you're only using relative links ? _______________________________________________ Dancer-users mailing list [email protected] http://www.backup-manager.org/cgi-bin/listinfo/dancer-users
