Re: Drop of yast2-dns-server, yast2-dhcp-server and yast2-http-server
On Thu, 9 Feb 2023 21:13:09 +0000 Martin Schlander <mschlander@mailbox.org> wrote:
Den Onsdag den 8. februar 2023 skrev josef Reidinger:
For http-server it is use case from 90's to get quickly setup apache with php mod.
Hey, that's me :-) I am/was very happy to be able to setup a local Apache with php with a few clicks and zero knowledge. But I guess I can learn to do it manually with a bit of effort...
Well, it really depends on what you want to use it. For some home usage or development of php code I thing that simple `php -S localhost:8000` just start server that interpret your code fine. For more serious/production usage I really suggest to track your configuration in some versioning system and ideally with some deployment ( even trivial shell script really helps to redeploy your stuff ). Another option if you use default apache + php configuration is to use containers, I expect there is already many existing apache + php containers with default configuration, that just need run, mount your code directory and expose ports. Josef
participants (1)
-
josef Reidinger