Ehcp force edition
(Note: this is a rather old post)
OwN-3m-All has made some changes to standard ehcp installation, fixing some issues. Here is download link:
http://ehcpforce.tk/download.php
He made several changes in the install.sh along with main ehcp class.
You may download and use/test it at your own.
You may also write your comments here or on his site.
He called this "force edition". Thanks to him for contribution and bug fixes.
Comments
carl97
Mon, 06/18/2018 - 02:00
Permalink
Fresh install issue
Hi, this is my third fresh install one after the other and i have an issue, well two.
1st there is no reliable way to fully uninstall EHCP so that i can start from Scratch
without having to format and reinstall Ubuntu 18.04. EHCP instructions simply don't work
The problem i am having is that all my new domains that i have created in the Root account
are in a subfolder ie. admin@truestate.org/truestate.org I am also unable to login to MySQL
PHPmyAdmin as it says Access Denied. on the EHCP installation i selected to set my own passwords.
Please can you help. PS i have installed EHCP Force Edition.
Regards Carl
Colin
ehcpdeveloper
Mon, 06/25/2018 - 00:48
Permalink
Which version did you install
Which version did you install ? if you installed Ehcp force edition above, then, you need to contact its maintainer. That version is not maintained by us (Ehcp.net). For Ubuntu 18.04, you need to install ehcp 18.04, look to http://ehcp.net/?q=node/1861
If you still have problem, let us know. do not write private info such as passwords here. You may also contact by email.
If you are "maintainer of Ehcp Force edition", then let us know. There are some changes since then in codebase. You need to reflect some of changes. Phpmyadmin is a 3rd party library. That should be considered separately, it is not a core part of Ehcp.
spicer
Tue, 10/15/2019 - 16:56
Permalink
htacces will not be performed
I run a Ubuntu 18.04 with EHCP force panel.
I have created a domain yyyy.ch
The htaccess file will not be processed.
I show the /etc/apache2/sites-enabled/default
There is
.
.
.
ServerName ssl
DocumentRoot /var/www/new
Options +FollowSymLinks
AllowOverride None
Options -Indexes -FollowSymLinks -MultiViews
AllowOverride All
Order Allow,Deny
Allow from All
.
.
.
# a2enmod rewrite
say
Module rewrite already enabled
I run a Xenforo 2.1.4 on this machine and ssl is activated (certbot).
Without htaccess i have no redirects and no security :(
I do not understand that. Can someone help?
Same post at https://ehcpforce.tk/forums/index.php?topic=91.msg400#msg400
"Ich weiß nicht, mit welchen Waffen wir im 3. Weltkrieg kämpfen werden, aber im 4. werden wir uns wieder mit Keulen prügeln."
(Albert Einstein)
spicer
Tue, 10/15/2019 - 16:58
Permalink
Edit:
Edit:
Options -Indexes -FollowSymLinks -MultiViews
AllowOverride All
Order Allow,Deny
Allow from All
"Ich weiß nicht, mit welchen Waffen wir im 3. Weltkrieg kämpfen werden, aber im 4. werden wir uns wieder mit Keulen prügeln."
(Albert Einstein)
spicer
Wed, 10/16/2019 - 04:23
Permalink
Solved
EHCP > Domain > Edit Apache template
Options -Indexes +FollowSymLinks -ExecCGI +MultiViews
AllowOverride All
RewriteEngine On
RewriteBase /
RewriteOptions InheritBefore
RewriteCond %{REQUEST_FILENAME} -f
RewriteRule ^([^\.]+\.php)$ fcgi://127.0.0.1:9000{homedir}/httpdocs/$1 [L,P]
Order allow,deny
allow from all
= 2.4>
Require all granted
instead of
ProxyPassMatch ^(.*\.php)$ fcgi://127.0.0.1:9000{homedir}/httpdocs/$1
"Ich weiß nicht, mit welchen Waffen wir im 3. Weltkrieg kämpfen werden, aber im 4. werden wir uns wieder mit Keulen prügeln."
(Albert Einstein)