Easy Hosting Control Panel (EHCP) :: Force Edition

EHCP Force Support => Technical Help => Topic started by: spicer on January 24, 2020, 09:28:10 pm

Title: *Solved* New installation Debian 10 in a Proxmox 6.x LXC
Post by: spicer on January 24, 2020, 09:28:10 pm
The install process seems good.
But first enter to the GUI says:

Not Found
The requested URL was not found on this server.
Apache/2.4.38 (Debian) Server at 192.168.1.51 Port 80

Is EHCP force still not compatible with Debian 10?

Edit:
Ubuntu 18.04 Server works ootb
Title: Re: New installation Debian 10 in a Proxmox 6.x LXC
Post by: spicer on January 27, 2020, 08:38:22 am
I found the solution.
In /etc/apache2/apache2.conf two lines are faulty.
See attachement.
Title: Re: New installation Debian 10 in a Proxmox 6.x LXC
Post by: earnolmartin on January 29, 2020, 12:49:20 pm
I ran through an unattended installation on Debian 10 yesterday (1/28/2020), and it worked flawlessly for me out of the box.  I didn't have to adjust anything for Apache2.  What version of Apache2 are you running?  Also, where can I obtain the Debian 10 image that Proxmox uses so that I can test this further?  If you're having this strange issue, it's probably a result of the installer not doing something correctly.

Please let me know.
Title: Re: New installation Debian 10 in a Proxmox 6.x LXC
Post by: spicer on January 29, 2020, 01:42:39 pm
I have now installed a debian 10 as a LXC container.

apt update
apt upgrade

then from https://ehcpforce.tk/download.php
Prerequisites > Ubuntu Only
as root

apt-get install software-properties-common
apt-get install wget subversion curl

Downloads > Download & Install EHCP Force Edition (Stable)

wget -O "ehcpforce_stable_snapshot.tar.gz" -N https://github.com/earnolmartin/EHCP-Force-Edition/releases/download/1.1.1.1/ehcpforce_stable_snapshot.tar.gz
tar -zxvf "ehcpforce_stable_snapshot.tar.gz"
cd ehcp
bash install.sh

It works!

"Ubuntu only" is very unfortunate in the heading because it is also required by Debian (point 1 and 4).
Title: Re: [solved] New installation Debian 10 in a Proxmox 6.x LXC
Post by: earnolmartin on January 30, 2020, 10:17:46 am
Hmmm, strange.  I think it depends on the image then.  Most of the time, you don't have to run those commands.  I will mark it as Ubuntu and Debian.