When I access to Zope Management Interface through lighttpd (proxy module) it does not show up (wget downloads 0 bytes). Relevant part of Lighttpd config:
--------
url.rewrite-> "^/plone/(.*)$" => "/VirtualHostBase/http/rio.sci
.ccny.cuny.edu/VirtualHostRoot/_vh_plone/$1"
)
proxy.server = (
"/VirtualHostBase" => ( ( "host" => " 127.0.0.1
" , "port" => 8080 ) )
)
-------
at the same time Plone's part is perfectly accessible (I added a Plone site).
Same problem remains even if I remove all the rewriting and simply forward (with mod_proxy) all urls with /manage to port 8080
If I access port 8080 directly everything work just fine.
I'm submitting the same issue to Plone.
)
proxy.server = (
"/VirtualHostBase" => ( ( "host" => " 127.0.0.1
)
-------
at the same time Plone's part is perfectly accessible (I added a Plone site).
Same problem remains even if I remove all the rewriting and simply forward (with mod_proxy) all urls with /manage to port 8080
If I access port 8080 directly everything work just fine.
I'm submitting the same issue to Plone.
--
Best regards,
Yegor
__________________________________________________________
Yegor Bryukhov,
Research Associate
Center for Algorithms and Interactive Scientific Software
City College of New York
office: Shepard 278
office phone: +1(212)650-5378
cell phone: +1(917)650-2035
e-mail: [EMAIL PROTECTED]
home-page: http://yegor.org
_______________________________________________ Setup mailing list [email protected] http://lists.plone.org/mailman/listinfo/setup
