04-14-2023, 10:12 PM
Question:
How to use custom dns and http?
I tried but dont know the commands to use.
How should I do it?
can you give me an example?
Tried to publish the fix to roundcube, but did not find out where to do it
on ehcp.net. Can you give me a link?
Answer:
1- Custom dns means, you add dns records other than standard records added by ehcp.
These are bind- dns configuration entries, so, you must obey to bind configuration syntax.
if you don't write correct custom dns entries, then your bind will not restart, will fail.
Example custom dns entry
as displayed when you add custom dns)
www2 IN A YOURIP
2- Custom http entries are just like custom dns, as they are apache configuration entries.
in the same way, if you write wrong apache configuration entries, apache will not restart, will be - generally- in previous state of apache. Sometime, apache fails to start and you will not able to access your ehcp gui.
in this case one should follow http://www.ehcp.net/?q=node/174
example custom http entry:
CustomLog /var/logs/apache_my_log combined
note that, custom dns/http is similar with edit dns/http template as described in http://www.ehcp.net/?q=node/552#comment-615
3- to upload your fix, post a forum topic or something like that, below input area, click on file attachements, click browse and append your file/fix to your post.
if you have other questions, let me know.
Restored from old drupal forum, for user uid:1 username:ehcpdeveloper
You may reset your password to access your new account here.
How to use custom dns and http?
I tried but dont know the commands to use.
How should I do it?
can you give me an example?
Tried to publish the fix to roundcube, but did not find out where to do it
on ehcp.net. Can you give me a link?
Answer:
1- Custom dns means, you add dns records other than standard records added by ehcp.
These are bind- dns configuration entries, so, you must obey to bind configuration syntax.
if you don't write correct custom dns entries, then your bind will not restart, will fail.
Example custom dns entry

www2 IN A YOURIP
2- Custom http entries are just like custom dns, as they are apache configuration entries.
in the same way, if you write wrong apache configuration entries, apache will not restart, will be - generally- in previous state of apache. Sometime, apache fails to start and you will not able to access your ehcp gui.
in this case one should follow http://www.ehcp.net/?q=node/174
example custom http entry:
CustomLog /var/logs/apache_my_log combined
note that, custom dns/http is similar with edit dns/http template as described in http://www.ehcp.net/?q=node/552#comment-615
3- to upload your fix, post a forum topic or something like that, below input area, click on file attachements, click browse and append your file/fix to your post.
if you have other questions, let me know.
Restored from old drupal forum, for user uid:1 username:ehcpdeveloper
You may reset your password to access your new account here.