Ian Eslick wrote:
>
> Does the host:port dispatch happen before the webapp path dispatch?

Hostname trumps prefix. See SORT-WEBAPPS (src/application.lisp).

By the way the port isn't honored in the current code.


> (i.e. could you run a version of the same webapp at the same path
> extension two different virtual hosts?)

Some word is missing here, I think you meant to write "extension of two".
If the question is whether it is possible to have multiple hostnames
dispatch to the same webapp then the answer is yes. You can specify
a list of hostnames for a webapp.

  Leslie


--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"weblocks" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to 
[email protected]
For more options, visit this group at 
http://groups.google.com/group/weblocks?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to