Ticket #684 (enhancement)
Opened 2 years ago
Last modified 1 year ago
Make it possible to mount virtual host apps separately somewhere below '/'
Status: closed (fixed)
| Reported by: | ricardo | Assigned to: | rdelon |
|---|---|---|---|
| Priority: | normal | Milestone: | 3.1 |
| Component: | CherryPy code | Keywords: | |
| Cc: |
I'd prefer to mount each of my virtual hosts as separate applications (mainly to have separate log files for each virtual host). This can't be done out of the box under Cherrypy 3.0 since _cpdispatch.VirtualHost() can only pass off handling to a function located somewhere within the application mounted at '/'.
Change History
06/16/07 19:37:10: Modified by fumanchu
- status changed from new to closed.
- resolution set to fixed.


Implemented as WSGI middleware in [1670].