Ready for Support of Ehcp

We want to inform you that, our support for Ehcp continues as always. We are answering support requests through emails and our ticket system (on left menu). You may also buy our professional version for mora guaranteed support.
As you remember, Ehcp 20.04 was released and we are fixing it as needed. If you have any issues related to Ehcp 20.04 (which is for Ubuntu 20.04), let us know. You may also send us your feature requests.

Ehcp 20.04 Docker and Vagrant Image

You may try ehcp only by using ehcp docker image. This will install ehcp into an isolated docker environment, where normal filesystem of your server/desktop not modified.

To install ehcp docker image, run:
docker pull ehcp/ehcp

To run this:
docker run -p 80:80 ehcp/ehcp

This will run and bind port 80 of your computer/server to port 80 of docker, in which you may see ehcp login page. Default password for this is, as usual, 1234. Username is admin.
To use other ports, you may specify in this commnad additionally. Ftp should also work on port 2121

Ehcp for Ubuntu 20.04 first Beta ready

You may download and test Ehcp 20.04 for Ubuntu 20.04 from url: http://ehcp.net/ehcp_2004.tgz
(See usual download instructions)

This is first beta release for Ehcp. Please try and report any issues. Do not directly install to production servers, not all functions tested.

Actually, there are little changes from previous versions. Only a few Ubuntu 20.04 adaptations. No major changes. Some features and nginx/webserver configurations are improved.

New year, new decade, 2020 and new horizons

Although not known very much in public, we are continuing to support and develop/improve Ehcp. Anyone who need help/support may reach us usually by many means, either for free version or for professional version of Ehcp.
We plan to release Ehcp 20.04, after Ubuntu 20.04 is released.
We are also pleased to get suggestions/feature requests from you. Just drop an email or post on this site.

Secure your Linux ! Update needed in php

Please check your systems against a possible security vulnerability, as described at https://twitter.com/nixcraft/status/1188670465042046977?s=19

If there is anything that we can do on Ehcp side, please let us know, send email to support@e..

To get regular security warnings/updates, you may consider to subscribe to our Pro plan.

Installing Ehcp in a virtualmachine on Ubuntu 19.04

Installing Ehcp in a virtualmachine in your destop (or even server), on Ubuntu version 19.04:

sudo apt install virtualbox
sudo apt install vagrant
mkdir ~/ehcp_vagrant
cd ~/ehcp_vagrant
vagrant init ubuntu/disco64
# Edit Vagrantfile, uncomment line with: config.vm.network "forwarded_port", guest: 80, host: 8080, host_ip: "127.0.0.1"
vagrant up
vagrant ssh
wget ehcp.net/ehcp_1804.tgz
tar -zxf ehcp_1804.tgz
cd ehcp
./install # run & finish installation

Smtp/mail error: saslauthd server: No such file or directory

If you see following error in your syslog:
warning: SASL authentication failure: cannot connect to saslauthd server: No such file or directory
Then, the solution is as is in https://nfolamp.wordpress.com/2013/02/04/fixing-postfix-and-saslauthd-ca...

Pages