Not familiar with Apache, but have followed instructions for RompR installation and I am getting the following after configuration and restating Apache:
pi@home-pi:~/rompr $ sudo systemctl status apache2
× apache2.service - The Apache HTTP Server
Loaded: loaded (/lib/systemd/system/apache2.service; enabled; preset: enabled)
Active: failed (Result: exit-code) since Mon 2024-10-28 14:59:55 GMT; 7s ago
Duration: 17min 59.378s
Docs: https://httpd.apache.org/docs/2.4/
Process: 7327 ExecStart=/usr/sbin/apachectl start (code=exited, status=1/FAILURE)
CPU: 51ms
Oct 28 14:59:55 home-pi systemd[1]: Starting apache2.service - The Apache HTTP Server...
Oct 28 14:59:55 home-pi apachectl[7330]: apache2: Syntax error on line 225 of /etc/apache2/apache2.conf: Syntax error on line 33 of /etc/apache2/sites-enabled/rompr.conf/404.php: Expected Badgers! but saw
Oct 28 14:59:55 home-pi apachectl[7327]: Action 'start' failed.
Oct 28 14:59:55 home-pi apachectl[7327]: The Apache error log may have more information.
Oct 28 14:59:55 home-pi systemd[1]: apache2.service: Control process exited, code=exited, status=1/FAILURE
Oct 28 14:59:55 home-pi systemd[1]: apache2.service: Failed with result 'exit-code'.
Oct 28 14:59:55 home-pi systemd[1]: Failed to start apache2.service - The Apache HTTP Server.
Is this an Apache or RompR configuration error? I have installed PHP8.2.24.
Cheers