| Welcome, Guest |
You have to register before you can post on our site.
|
| Forum Statistics |
» Members: 8,185
» Latest member: Victorkef
» Forum threads: 1,052
» Forum posts: 1,198
Full Statistics
|
| Latest Threads |
ADD DOMAIN (can't find v...
Forum: Ehcp General, uncategorized yet
Last Post: SantoPiori
Yesterday, 06:09 AM
» Replies: 74
» Views: 92,021
|
5 sulfosalicylic acid dih...
Forum: Ehcp General, uncategorized yet
Last Post: Lavillsauro
11-15-2025, 05:40 PM
» Replies: 0
» Views: 322
|
Hi, I would like to ask f...
Forum: Ubuntu Topics
Last Post: Juliaseema
11-10-2025, 01:35 PM
» Replies: 0
» Views: 0
|
Hello, I need a recommend...
Forum: General Linux
Last Post: Juliaseema
11-10-2025, 01:34 PM
» Replies: 0
» Views: 0
|
Hello, I need a recommend...
Forum: Ehcp for Developers and Programmers/Designers
Last Post: Juliaseema
11-10-2025, 01:33 PM
» Replies: 0
» Views: 0
|
Hello, I need a recommend...
Forum: Ehcp Problems - After Installation
Last Post: Juliaseema
11-10-2025, 01:31 PM
» Replies: 0
» Views: 0
|
Hello, I need a recommend...
Forum: Ehcp Development
Last Post: Juliaseema
11-10-2025, 01:30 PM
» Replies: 0
» Views: 2
|
Hello! Can you advise me?
Forum: Ehcp General, uncategorized yet
Last Post: Juliaseema
11-10-2025, 01:29 PM
» Replies: 0
» Views: 149
|
Email DKIM
Forum: Ehcp HowTos
Last Post: Lavillsauro
11-08-2025, 03:24 PM
» Replies: 3
» Views: 16
|
run ehcp on rasperry pi
Forum: Ehcp HowTos
Last Post: Lavillsauro
11-02-2025, 10:18 AM
» Replies: 3
» Views: 19
|
|
|
| Custom Error Pages |
|
Posted by: pmcdougl - 04-14-2023, 10:14 PM - Forum: Ehcp Feature Requests
- Replies (1)
|
 |
An inclusion of apache's ability to have custom error documents for each site would be great!
I have seen this done with an error directory in the httpdocs directory with another hosting control panel.
link to the apache documentation for this is here: http://httpd.apache.org/docs/2.2/custom-error.html
Restored from old drupal forum, for user uid:2710 username:pmcdougl
You may reset your password to access your new account here.
|
|
|
| Move database forms to the templates |
|
Posted by: todhend - 04-14-2023, 10:14 PM - Forum: Ehcp Feature Requests
- Replies (2)
|
 |
I am a template designer, I'm creating a new template design for my hosting site, while looking through the code I noticed the forms that view the database fields are hard coded into classapp.php. I realize it is faster the way you have it but my request is to move these into a templates dir for better customization. Great work!
Restored from old drupal forum, for user uid:2721 username:todhend
You may reset your password to access your new account here.
|
|
|
| Feature Discussion - preconfigured ehcp |
|
Posted by: ehcpdeveloper - 04-14-2023, 10:14 PM - Forum: Ehcp Feature Requests
- Replies (3)
|
 |
Hi,
you have some interesting ideas.
I want to say generally: ehcp works tightly with ubuntu/debian system, in terms of software installation, configuration and update. In principle, i did almost nothing manual while installing, used mostly apt-get installation mechanism. As you expect, the results of this principle is this:
* any user gets latest server software (apache, dns, ftp and so on) on his/her server, even if a 6 months old ehcp is installed, for example. becaue, ehcp uses apt-get update and apt-get install, in ehcp installer.
This is a very basic/big difference between other panels (such as ISPConfig) and ehcp. Some other panels release a newer version, whenever a new php is released for example..
I think this explains somewhat your question..
(ubuntu softwares only may get very little (minor version) back of original softwares until a package for it releases. this generally takes very little time. this is done by ubuntu guys)
* Another result: users may update their system easily with apt-get update&apt-get upgrade command. Programmatically, it is a single php command.. But this is a kind of sensitive or dangerous task. maybe not easy to implement in gui, with single click. Because, some upgrade operations may change some sensitive parts of system, and if performed in gui, this may not be recognised. So, this update of software should be performed in console, manually, by server owner... This is what I think now, but we may figure it out in future, we may overcome that sensitive case.
In principle, I try to not change default configurations, as much as possible, since I try to reduce programming tasks and keep system most original. ehcp actually installs necessary software, makes some little configurations in installer and configures system (with normal system configuration files such as /etc/.../default and others..) This resembles what you suggest "pre-configured.". If you think some points of ehcp installer may be more "pre configured" let me know. I am trying to be very open to ideas, suggestions and critics...
* Being light: I tested and recorded new server before and after ehcp installation, I will post full result here, in general, after installation, ehcp core is as low as 40MB ram, other parts is apache, dns, and mysql. Normally, the total of all server software (apahe, dns, mysql, ftp, postfix) is 500MB ram. That maybe because of default instllation of server software, maybe controls the total ram and configures something higher.. I made some modifications in apache config and reduced that size to 206MB.
* Apache: I thought to use another web server such as lighthttpd or some other. I checked one and found to be non-gpl. I remain now on apache to be most conformant, confortable and for general use. Since apache is most generally used, I had choosed this and uses this. But as I mentioned, actually apache is eats much of memory. So, we may consider something newer in future. I am open to this too; needs some coding... current ehcp code tightly works with apache configuration files; functional, may be re-coded by re-implementing a few functions.
In general, I try to keep following principles an try to keep a balance between them:
* easy usage, easy installation, easy programming
* use system installation functions (apt-get)
* keep default config as much as possible
* little code, fast system
* use most generally used software
* integrated web server system
The result of these principle as I mentioned before:
* ui of ehcp; single file installer, installs everything within it; single class file, well commented, structural.. et...
* uses apt-get, hence, latest software, easy to upgrade,
* this is to lower coding overhead, to keep system untouched, standard
* very little code for each functions.. look at classapp.php. some features implemented in a few lines of php code.
* apache, bind, postfix, mysql, php etc.
* ehcp integrates everything using php around mysql db.
On Sun, Jul 26, 2009 at 5:41 AM, <webmaster@xxxx.org> wrote:
> Dear Mr.bahattin
>
> will apache and other on server get updated along with ehcp update? can
> ehcp update things on server?
>
> eager to know,
>
> you have any plans to use different http server on server, do you specify
> compatibility with php versions? I mean, can ehcp work with latest version
> of php, do ehcp has any compatibility issues with any php extensions?
>
> how it will be if you give ehcp pre-configured ?
>
> hope you are getting my point know,
>
> using ehcp for multi-server setup is nice thing,
>
> what I personally feel is to use some comfortable control panel which is
> very much light weight which comes out of the box (pre-configured for some
> software combination) and which facilitates simple few click interface to
> update software in the server, to ease server management task, if you are
> interested, I wish to input more thoughts, so we can discuss and freeze
>
|
|
|
| Request. Easy add company logo |
|
Posted by: ehcpuser - 04-14-2023, 10:14 PM - Forum: Ehcp Feature Requests
- Replies (2)
|
 |
Say I wanted to add my company logo to the Ehcp control panel, without editing the classapp.php. Wouldn't that be useful for small hosting businesses? If you still want it to show the fact that it is Ehcp, you can have a logo at the bottom that says "easy hosting control panel."
Restored from old drupal forum, for user uid:2687 username:ehcpuser
You may reset your password to access your new account here.
|
|
|
| i can´t send e-mails to some address |
|
Posted by: rgmti - 04-14-2023, 10:14 PM - Forum: Ehcp Email Related Issues
- Replies (1)
|
 |
Please, help me! My ehcp dont send e-mails to hotmail, some gmail, etc.
I can´t find any solution here...
Please...
Restored from old drupal forum, for user uid:30568 username:rgmti
You may reset your password to access your new account here.
|
|
|
| E-Mail Virus and Spam Protection |
|
Posted by: Andy Jordaan - 04-14-2023, 10:14 PM - Forum: Ehcp Email Related Issues
- Replies (1)
|
 |
Hi I am Having tremendous problems with spam and viruses
I have installed
clamAV
SpamAssassin
and now MailScanner
I still Cannot get rid of the Spam and viruses
I some how think that the Mailscanner / Spamassassin is not working correctly
I think my error may be in the MailScanner.config setup, I refer to two entries here
Incoming Queue Dir = /var/spool/mqueue ( does not exist )
changed to
Incoming Queue Dir = /var/spool/postfix/incoming
and
Outgoing Queue Dir = /var/spool/mqueue ( does not exist )
changed to
Outgoing Queue Dir = /var/spool/postfix/maildrop
but I am still getting spam / viruses
the tail
tail -f /var/log/mail.log
seems to indicate it is doing something, here is a sample
" Jul 15 10:39:02 jor60-nix01 postfix/qmgr[3386]: 81FF84539C: removed "
but spam /virus are still coming down
Currently I am Using
sudo clamscan -r / --remove
which clears the server but does not last long
Does ANYBODY have any advice ?
Thanks in advance
Andy
Restored from old drupal forum, for user uid:27267 username:Andy Jordaan
You may reset your password to access your new account here.
|
|
|
| Feature requests |
|
Posted by: deconectat - 04-14-2023, 10:14 PM - Forum: Ehcp Feature Requests
- Replies (15)
|
 |
There are a few things I'd like to have in ehcp that wouldn't require much work. Here it goes:
1. The language and templates selection options should be in the settings/options menu.
2. The posibility to edit the dns zone for a domain (simple text edit of the zone file) and the option to reload dns zones.
3. Tables / divs sould have id's and no inline formating so you can change the formating from the template's css file. This isn't very important.
Restored from old drupal forum, for user uid:700 username:deconectat
You may reset your password to access your new account here.
|
|
|
|