L337xyz
Server: LiteSpeed
System: Linux in-mum-web831.main-hosting.eu 4.18.0-553.34.1.lve.el8.x86_64 #1 SMP Thu Jan 9 16:30:32 UTC 2025 x86_64
User: u786315844 (786315844)
PHP: 7.4.33
Disabled: system, exec, shell_exec, passthru, mysql_list_dbs, ini_alter, dl, symlink, link, chgrp, leak, popen, apache_child_terminate, virtual, mb_send_mail
Upload Files
File: //opt/passenger/resources/templates/apache2/multiple_apache_installations_detected.txt.erb
<yellow>Multiple Apache installations detected!</yellow>

You are about to install <%= PhusionPassenger::PROGRAM_NAME %> against the following
Apache installation:

  <b>Apache <%= @current.version %></b>
  apxs2     : <%= @current.apxs2 || 'N/A (OS-provided install)' %>
  Executable: <%= @current.httpd %>

However, <%= @other_installs.size %> other Apache installation(s) have been found on your system:
<% @other_installs.each do |result| %>
  * Apache <%= result.version %>
    apxs2     : <%= result.apxs2 || 'N/A (OS-provided install)' %>
    Executable: <%= result.httpd %>
<% end %>