Am 03.04.2007 um 00:02 schrieb Daniel Swarbrick: > David, > > The other big problem with the recent behavioural change in Agavi, is > the following scenario: > > My app has both a public component and an admin component. The public > component needs to run on http, port 80. The admin component needs to > run on BOTH port 80 AND some ssl port, often non-standard, ie 9443. > > This is usually not a complex issue at all, since Apache will just > listen on multiple ports. It's up to the end user how they decide to > connect to the app - either http or https. > > I don't understand why this has become such a hassle to implement.
It is not a hassle to implement. It never worked for you, you simply didn't notice before as you didn't use <base href /> etc. Fix your rewrites (no idea what's wrong there, typical Apache madness I'd guess), or add a workaround to app/config.php that copies REDIRECT_SERVER_PORT (or whatever it is called) to SERVER_PORT. David _______________________________________________ users mailing list [email protected] http://lists.agavi.org/mailman/listinfo/users
