Re: Keep WebObjects, Remove cgi-bin
Re: Keep WebObjects, Remove cgi-bin
- Subject: Re: Keep WebObjects, Remove cgi-bin
- From: Mike Schrag <email@hidden>
- Date: Mon, 25 Jun 2007 18:47:57 -0400
Because it conflicts with the /WebObjects that identifies a request
to the application? How does the adaptor know which is to go to
the app and which is to be processed by Apache?
This is correct ... We ended up doing urls like:
http://www.nlisthelp.com/wo/0.2.5
http://www.nlisthelp.com/wa/whatever
and we use Apache rewrite rules to turn it into /cgi-bin/WebObjects
internally (i.e. without a redirect), then we override
ERXApplication's rewriteUrl method to rewrite all the URL's to this
format.
ms
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Webobjects-dev mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden