Re: [Tiki-devel] Unicode aware natcasesort() and PluginSort for next Tiki version
Volker Wysk <post-hhF2Jplw28UoZk/[email protected]> Tue, 18 Jul 2023 14:20:03 +0200
| Newsgroups | gmane.comp.cms.tiki.devel |
|---|---|
| Message-ID | <[email protected]> |
Am Dienstag, dem 18.07.2023 um 13:35 +0200 schrieb Oliver Hertel: > Hello Volker, Hi, Oliver > Tuesday, July 18, 2023, 11:05:05 AM, you wrote: > > > This furthers me. Thanks. However, I still need to learn more Apache in > > order to do it. > > there isn't much more needed. > > apt install php8.1-fpm > apt install php7.4-fpm > > After that just make sure that same block from below isn't enabled in > /etc/apache2/conf-enabled/*php*.conf by default, so you can set it per > virtual host. 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? I've followed the installation instructions for the Tiki and Nextcloud servers, but, honestly, I don't know how they work, with respect to Apache. There aren't any virtual hosts except for "<VirtualHost _default_:443>". There aren't any which are specific to Tiki or Nextcloud. > If you are on Windows: don't do that there. Create a linux box in the > hyper-v manager and do it inside that box. :-) I'm totally free of Windows! Never installed Windows on my machine. It's Linux exclusively. ;-) Cheers, Volker > > > > > I can't make a merge request right now, because I have to figure out > > > > first, > > > > how to run Apache with multiple PHP versions. > > > > > > About apache: > > > > > > ---snip--- > > > <virtualhost 1> > > > [...] > > > <FilesMatch ".+\.ph(ar|p|tml)$"> > > > SetHandler "proxy:unix:/run/php/php8.1- > > > fpm.sock|fcgi://localhost" > > > </FilesMatch> > > > </virtualhost> > > > > > > > > > <virtualhost 2> > > > [...] > > > <FilesMatch ".+\.ph(ar|p|tml)$"> > > > SetHandler "proxy:unix:/run/php/php7.4- > > > fpm.sock|fcgi://localhost" > > > </FilesMatch> > > > </virtualhost> > > > ---snip--- > _______________________________________________ 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+K4ydFOsHoUFAmS2g3MACgkQ+K4ydFOs HoXQeg/8CUFsWzyVUQfi89FSdGaYe9xaCloOJVDRwHsX+RcXDZKDKht0bGCcrUkM JRkBMQdzwVMVTXdlFM0iMPUjnDBPxEMs4An5fo6vGVwvPpB9rEygajHOwtjeO7Ol KuN+78bRbOrNagM+w2SNMbTrTiOLBn4iQpBR0VSj1Ma4siTWzfs+dO2GgmhCJ9g4 4TRwy6/CSywkWNnTyUKR7aPjy+jiTwUSiW4rARPAXgYS5RFLiQrFf2+f6Jlt3OBE j5XDkBHDi7af1cMxWJwpj79oVDigTcL+Hdu9eJzcJJiIS7zDTlW8fuFOxFvs5mEy b96L9p8EOofy98GuTWngo76XYXD6FlQ8R2kb7qF6qjNrRfDCau2wF0r/KPEd4+BC LHwTqQULYSq7J7gn2PTEqaaN2bWsIGuG0vKad0A6DRF5kcDqaFSBBIVd8ksymt7C lhjsftS0ggXxcROYqLIicON+s70Oh2L7WF+r6p7bTviqwxb9JlMjagxZ1haaqHQQ XZ2exii+PdHzHMKwOiuHCURwbpvgWUd/Z/n8mWbQ2RT5Q9XBx2Aj/ipLncQNMAtt lr47Q6Xp+uFezcmbBWKbSsRLaIH7dj9vTdv1WHtfVom9nhXRWPZgA6AG0nduvukc hDHUpJq1yeoCzGiKRvOg6xyaP5l4dar8s7BoVQw9s3tmHE1P69U= =poqp -----END PGP SIGNATURE-----