Can't configure LAMP

Since you made changes to httpd.conf , make sure you use only one Multi-Processing Module. Apache supports 3 (prefork, worker or event), choose only one.
If you want to use php, choose prefork.

See
https://wiki.archlinux.org/title/Apache_HTTP_Server#PHP

and

1 Like