I'm running apache on my ubuntu 22.04 server, the problem is apache won't start.The error log is completely empty.
I thought that it was probably something with the config/modules so i tried:tail -f /var/log/apache2/error.log
less /var/log/apache2/error.log
nano /var/log/apache2/error.log
the thing is the error log is completely empty, just nothing,
when i do a configtest it says:`* Reloading Apache httpd web server apache2 *
- The apache2 configtest failed. Not doing anything.Output of config test was:AH00526: Syntax error on line 2 of /etc/apache2/conf-enabled/php_cgi_wrapper.conf:Invalid command 'Action', perhaps misspelled or defined by a module not included in the server configurationAction 'configtest' failed.`
do you have any idea what might cause this?thx for reading
(btw i already searched for a solution on stackoverflow but nothing helped)