Re: [Tiki-devel] Unicode aware natcasesort() and PluginSort for next Tiki version

Volker Wysk <post-hhF2Jplw28UoZk/[email protected]> Tue, 18 Jul 2023 19:11:38 +0200
Newsgroups gmane.comp.cms.tiki.devel
Message-ID <[email protected]>
Hi, Oliver!

Am Dienstag, dem 18.07.2023 um 16:48 +0200 schrieb Volker Wysk:
> Am Dienstag, dem 18.07.2023 um 15:46 +0200 schrieb Oliver Hertel:
> > Hello Volker,
> > 
> > Tuesday, July 18, 2023, 2:20:03 PM, you wrote:
> > 
> > > I'm running three servers: tiki (Tiki25), tikitest (Tiki, git master) and
> > > Nextcloud. I'm distinguishing them by the path:
> > 
> > > https://(mydyndns)/tiki
> > > https://(mydyndns)/tikitest
> > > https://(mydyndns)/nextcloud
> > 
> > > An Apache virtual server uses the domain name in order do identify itself,
> > > right? How can I use the directory for choosing the right virtual host,
> > > instead?
> > 
> > Not sure if that's possible. Can you set up several dyndns names, maybe?
> > 
> > > https://tiki.(mydyndns)/
> > > https://tikitest.(mydyndns)/
> > > https://nextcloud.(mydyndns)/
> 
> No, this is no option.
> 
> There's the Directory directive. Maybe it can be done with that. My current
> setup works, somehow. And it doesn't use virtual hosts, like I described.

It looks like I figured it out. You use only one VirtualHost (the default)
and add a Directory directive for each server. In there you specify the PHP
version, like you've written:

    <FilesMatch ".+\.ph(ar|p|tml)$">
        SetHandler "proxy:unix:/run/php/php8.1-fpm.sock|fcgi://localhost"
    </FilesMatch>


Thanks for the help.

Cheers,
Volker

_______________________________________________
TikiWiki-devel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/tikiwiki-devel
signature.asc (application/pgp-signature, 833 B)
-----BEGIN PGP SIGNATURE-----

iQIzBAABCgAdFiEE6QXGh82Ov3+2nrxp+K4ydFOsHoUFAmS2x8oACgkQ+K4ydFOs
HoWp7w/+OP7/e1TZMiVB4x0X5einIK/y730sjUhbUH7FlUbngsmpGLVTj/i/q/7+
nhL8mgGHQgGXhhcRWH3pYFBEXjKLI//KqHqYOT3r2TWr1Uorr/gWbGLyj7teVGv4
h1URwGo4B3vuaNmavGGwSPpojQCvccO7/Ks0nDdMPQMN050d2aVUfiNWP+gGLvnv
RGbOup5Umxd9SgkEuy8GDY4ejH9EY2I8q38Bh1gx/Ystc7bCoWxNO16t4Bgl8BUR
w8C1Pnc72ZcKox220rCC38qdNOGXwrUMAZtsxg2M8J9mMmhdTphT6rsVKg6XghWP
LN3ZUWXzWnsMkYFl2bCwr94CTkOeIsAxcnDDM02j4xZAVgQsy43Is7qRGpxMR/+r
r2Z2ph4v0AHJZLSsTW8EpuxQtu7P6fBZIvNbyW8NWMP+9FTCMqo6lfQt4UEPUVsa
tou2PluSdgq2DD4UiDByxsFO0nhKKrpmDOD0ys35fzf/9FuPIuIQHM6VEJEMosFO
4sFjK5q+GwOeEl1LiA6EPRUw4TmgC8KVpXmTj8rpl04F2NGPlxKeyY2KxaTT0YVr
dqx035YDzeU7lInq71GyCgjuizUaMnybUoinYJ2xDIMefRvkSpjV9zMc03aSQAu2
uwLhDf2Ea1FDl4Y1CmdW0049jeU/O+D5B12wblaSjMGWWwzsjm0=
=CDuZ
-----END PGP SIGNATURE-----