Open mannieschumpert opened 8 years ago
While doing the automatic configuration of Apache, the script failed at the point where it checks Apache version.
This was returned in the terminal: /rsyslog/configure_apache.sh: line 195: apache2: command not found
/rsyslog/configure_apache.sh: line 195: apache2: command not found
And so [INFO] Detected apache version: returned void and the script failed.
[INFO] Detected apache version:
I used apachectl -v and got back Apache/2.4.18 (Unix), so the necessary requirements are there.
apachectl -v
Apache/2.4.18 (Unix)
thanks @mannieschumpert, we have open up a ticket for this issues, we will let you know once it resolved
While doing the automatic configuration of Apache, the script failed at the point where it checks Apache version.
This was returned in the terminal:
/rsyslog/configure_apache.sh: line 195: apache2: command not found
And so
[INFO] Detected apache version:
returned void and the script failed.I used
apachectl -v
and got backApache/2.4.18 (Unix)
, so the necessary requirements are there.