Getting "Apache2 Debian Default Page" on new FreePbx installation

Hello.

I just did a new installation of Debian and FreePbx 17 following the following installation guides:

Debian:
https://sangomakb.atlassian.net/wiki/spaces/FP/pages/295403538/Step+By+Step+Debian+12+Installation

FreePbx 17:
https://sangomakb.atlassian.net/wiki/spaces/FP/pages/230326391/FreePBX+17+Installation

No errors where displayed on the console, but I’m getting the “Apache2 Debian Default Page” when trying to access the GUI. I tried adding “/admin” to the URL, but that gives me a “not found” error.

Looking at the installation logs, I see the following error:

2024-08-26 12:25:33 - Installing asterisk21 ....
Reading package lists...
Building dependency tree...
Reading state information...
E: Unable to locate package asterisk21
2024-08-26 12:25:33 - Exiting script

System Information:

  • Macbook Pro with a M3 chip (amr64)
  • Vmware Fusion for Mac
  • VM has 20 GB of disk space and 2 MB of memory

Any help would be greatly appreciated!

I think you want
rm /var/www/html/index.html
it may be htm… that takes priority over index.php

Thanks for the reply James. I tried your suggestion and reboot the server, but now I don’t get any pages at all. It just shows " Index of /".

rerun the install script

Your VM will have to be x86, not arm64. I don’t think they built packages for arm.

good call, this should probably be a check in the script

I was afraid that was going to be your answer (arm64 is not supported)… :slight_smile: I got my hopes up when the script completed without any console errors.

In any case, thanks for the confirmation.

This topic was automatically closed 7 days after the last reply. New replies are no longer allowed.