Unterschiede
Hier werden die Unterschiede zwischen zwei Versionen angezeigt.
Beide Seiten der vorigen Revision Vorhergehende Überarbeitung Nächste Überarbeitung | Vorhergehende Überarbeitung | ||
content:apache_phpfpm [2022/11/23 10:50] – Daniel | content:apache_phpfpm [2025/02/19 14:30] (aktuell) – [LAMPf: Linux / Apache / MariaDB / PHP- FPM- Serverguide] Daniel | ||
---|---|---|---|
Zeile 1: | Zeile 1: | ||
- | ====== Apache PHP- FPM- Serverguide ====== | + | ====== |
+ | |||
+ | Note: The here explained way of setting up a webserver is very performant plus very slim and basic and may be a very good way if your machine is old and/or your ressources are low and you want to deliver solid, fast and small services based on native distribution- liked builds. But it needs some manual maintanance and a well working, full featured Linux- Distribution, | ||
+ | |||
+ | For example: if you want to make those Services available on the internet, you should definitively want to make webservices SSL- secured. Getting automatic SSL- Certificates and renew them in a good way, will work if you know how to set it up, but the setup is just another thing to care about. | ||
+ | |||
+ | So nowadays there are solutions to make complexity for that more handy which would be e.g. using Docker or Podman - which would be another, very different approach for large system, delivering a full, extremly powerful service- infrastructure in a pre- build way (it also delivers apache with php-fpm and automatic ssl-acme-challanges out of the box in many packages!). | ||
+ | |||
+ | So if you plan to set up a new fully flagged Server which will have many needed services, don't use this setup. Just after installation go straight into installing and setting up e.g. Docker and go on and use it for all services you can find there. | ||
+ | |||
+ | You can find the new way how to setup a server here: [[.: | ||
+ | |||
+ | So this for me is deprecated as i bought a new server here. I won't spend any time here. If you wann know more about nowadays setups, feel free and write a mail to me, maybe i will deliver docs to this than. HF and GL obel1x | ||
===== Howto setup a LAMP-Server in 2018 - 2020+ ===== | ===== Howto setup a LAMP-Server in 2018 - 2020+ ===== | ||
Zeile 332: | Zeile 345: | ||
This should give you the complete Info of your php-configuration. If something fails, check if the above services are started an/or the logfiles. | This should give you the complete Info of your php-configuration. If something fails, check if the above services are started an/or the logfiles. | ||
- | If you get Permission denied even if your file is world- readable and the user wwwrun can access the content, in Leap 15.4 there are strict permissions in AppArmor. So check Yast / AppArmor and Check the Protocols. You will most likely find entries that needs to be changed. After that, Access should work. | + | If you get Permission denied even if your file is world- readable and the user wwwrun can access the content, in Leap 15.4 there are strict permissions in AppArmor. So check Yast / AppArmor and Check the Protocols. You will most likely find entries that needs to be changed |
In Production, you should not run a plain http-server, | In Production, you should not run a plain http-server, |