Re: Change "/manage" name of URL for accessing ZMI
Michael Howitz <[email protected]> Tue, 11 Jun 2019 07:52:41 +0200
| Newsgroups | gmane.comp.web.zope.general |
|---|---|
| Message-ID | <[email protected]> |
--===============0499581537713087039== Content-Type: multipart/signed; boundary="Apple-Mail=_AAA899DB-F2AF-41DA-9476-EB8A7755877E"; protocol="application/pgp-signature"; micalg=pgp-sha512 --Apple-Mail=_AAA899DB-F2AF-41DA-9476-EB8A7755877E Content-Transfer-Encoding: quoted-printable Content-Type: text/plain; charset=utf-8 Am 08.06.2019 um 18:19 schrieb Christophe Petit = <[email protected]>: > Hello, >=20 > is there a way to change the name 'manage' in URL (like = "http://localhost:8080/manage") that is currently used for access of ZMI = on Zope3 > and replace it by another chosen name ? The short answer is: no. The longer one is: `/manage` is a path used in Zope 2 and Zope 4, but = not in Zope 3. It is baked into the application server. You might use a front side proxy (like Apache or nginx) to use a = different path to point to `/manage`. If you only want to restrict access to the ZMI see the Plone = documentation for details. = https://docs.plone.org/manage/deploying/production/securitybestpractices.h= tml#lock-down-access-to-your-management-components If you are actually using Zope 3 you might re-register the view to = another name while using a custom skin layer. -- Mit freundlichen Gr=C3=BC=C3=9Fen Michael Howitz --Apple-Mail=_AAA899DB-F2AF-41DA-9476-EB8A7755877E Content-Transfer-Encoding: 7bit Content-Disposition: attachment; filename=signature.asc Content-Type: application/pgp-signature; name=signature.asc Content-Description: Message signed with OpenPGP -----BEGIN PGP SIGNATURE----- iQEzBAEBCgAdFiEEzRcZ5x+BCFYq+baDYQXEIR/92gQFAlz/QakACgkQYQXEIR/9 2gTcTwf/TXOQ4M/j9v2sud28SLs6AeCQOwk8Y73fX7ZKvKg3tSzt8q/PzHkF6tCB Kbab6c4o9erpGsGF6es0KvxCk/kAYvoP9qtHkbycOQFg8Sm1c/oVfhdKjPjp+7K+ oVIH8pkL5pWlvFrHV5CMWwzQKFc1eVqNqFZur+PxBvTCDeTjglUJfMuXL3xK76vN 1PGxxqnNgfoFNiA8nI4T0/lXThKj7laYynQW8WAe3zcCQ/FAvyNaGeOlbjgZB0BZ Gr6uDPsYmbkNUtv+EHWnYtBw6wD3ggoGucb1ZUIkyaAQAXTBX1HIjXpLH5VxReXU v86tOl81fWv+4QZAcqzi2JmV+GVA/Q== =ROaF -----END PGP SIGNATURE----- --Apple-Mail=_AAA899DB-F2AF-41DA-9476-EB8A7755877E-- --===============0499581537713087039== Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Content-Disposition: inline _______________________________________________ Zope maillist - [email protected] https://mail.zope.org/mailman/listinfo/zope ** No cross posts or HTML encoding! ** (Related lists - https://mail.zope.org/mailman/listinfo/zope-announce https://mail.zope.org/mailman/listinfo/zope-dev ) --===============0499581537713087039==--