Welcome, Guest
You have to register before you can post on our site.

Username
  

Password
  





Search Forums

(Advanced Search)

Forum Statistics
» Members: 3,085
» Latest member: Monapatap
» Forum threads: 1,045
» Forum posts: 1,114

Full Statistics

Latest Threads
ADD DOMAIN (can't find v...
Forum: Ehcp General, uncategorized yet
Last Post: RichardCrite
11-24-2024, 02:03 AM
» Replies: 29
» Views: 53,188
EHCP API1 error
Forum: Ehcp Development
Last Post: robind99
04-14-2023, 10:14 PM
» Replies: 4
» Views: 3
EHCP API Setup subdomain
Forum: Ehcp Development
Last Post: ehcpdeveloper
04-14-2023, 10:14 PM
» Replies: 2
» Views: 67
EHCP auto startup nginx i...
Forum: Ehcp Development
Last Post: ehcpdeveloper
04-14-2023, 10:14 PM
» Replies: 2
» Views: 0
VSFTPD
Forum: Ehcp Development
Last Post: ehcpdeveloper
04-14-2023, 10:14 PM
» Replies: 3
» Views: 5
PHP failed copy
Forum: Ehcp Development
Last Post: ehcpdeveloper
04-14-2023, 10:14 PM
» Replies: 2
» Views: 3
install echp + node js
Forum: Ehcp Development
Last Post: ehcpdeveloper
04-14-2023, 10:14 PM
» Replies: 2
» Views: 0
About Beta Software, Ehcp...
Forum: Ehcp Development
Last Post: ehcpdeveloper
04-14-2023, 10:14 PM
» Replies: 1
» Views: 1
La marque de l'enseigne C...
Forum: Ehcp Development
Last Post: shanmao
04-14-2023, 10:14 PM
» Replies: 1
» Views: 0
On portera une attention ...
Forum: Ehcp Development
Last Post: shanmao
04-14-2023, 10:14 PM
» Replies: 1
» Views: 1

 
  ehcp installation mysql password howto
Posted by: ehcpdeveloper - 04-14-2023, 10:10 PM - Forum: Ehcp Installation - Replies (5)

while you install ehcp, you need to enter your mysql root password.
if you dont know it, you may recover it as described here: http://www.ehcp.net/?q=node/160

if you are not able to learn or recover, i advice you to do a clean ubuntu install.

Please note that, if you reset your mysql pass, and if you have other software on your server that uses same mysql root pass, then they may not function after recovery..
But if you just installed your server, you may reset/recover your mysql pass safely...

if you need further help, look at troubleshooter at your ehcp installation, or http://www.ehcp.net/helper/yardim/cats.php


if you get this error, after a while, after you used sometime your ehcp:
either reset your ehcp pass as in your config.php in ehcp dir,
or change config.php to reflect your new ehcp mysql user pass.
you may also have deleted ehcp mysql user accidentally, then add that user in your phpmyadmin.


Restored from old drupal forum, for user uid:1 username:ehcpdeveloper
You may reset your password to access your new account here.

Print this item

  Help needed with configuration of everything
Posted by: k6gph - 04-14-2023, 10:10 PM - Forum: Ehcp Installation - Replies (11)

I have tried this a few times with little success. My last attempt would allow web site to send out email but not receive. And when sent out some were being bounced because in the email header was from www-data@localhost and of course that's not real. The web site hosting side worked just fine except for the postfix mail side. As above, would send out but many got bounced because of the header showing www-dats@localhost and I could not ping the mail. or smtp. server side or even telnet to port 25. Any attempt to access email account from outside would fail.
As a note ftp also worked perfect.
Obviously my stumble is somewhere in the setup of postfix or godaddy but I do not think it is godaddy.

I have:
New install of ubuntu 8.10 server LAMP.
Domain name pacificcoastgetaways.info not set up as dns server.
Static ip pointing at server via godaddy a record.
Computers name is pacific.
MX records set to smtp and mail.pacificcoastgetaways.info via godaddy.
When postfix asked for domain I set to pacificcoastgetaways.info. (not mail. or smtp. )
Ubuntu desktop.
Plan to install webmin also.
I have one nic set to static lan ip address.
internet connection through router which is set for one of our 5 comcast static ip addresses.
I have port forwarding set in both directions for all the ports etc.
I have a PTR reverse dns record set up with comcast as the block mail servers by default. Hopefully it is set up correctly by comcast and not the problem.

So before I screw it up again I need some kind guidance.

Do I have to set it up as a dns server also and configure things at godaddy etc?


Should I set up an account inside ehcp for pacificcoastgetaways.info or would that be incorrect.
Other than set postfix for internet site and to pacificcoastgetaways.info (not mail.pacific)
I would eventually like to host more than just one site.
Thanks in advance.

Restored from old drupal forum, for user uid:414 username:k6gph
You may reset your password to access your new account here.

Print this item

  if you see ehcp default page instead of your domain,
Posted by: ehcpdeveloper - 04-14-2023, 10:10 PM - Forum: Ehcp Installation - Replies (1)

first, make sure you finished ehcp install on a clean ubuntu/debian system.

then,
make sure /etc/apache2/apache2.conf has following files at end:
(these normally done by ehcp installer.. )
Include /var/www/vhosts/ehcp/apachehcp.conf
Include /var/www/vhosts/ehcp/apachehcp_subdomains.conf
Include /var/www/vhosts/ehcp/apachehcp_auth.conf
Include /var/www/vhosts/ehcp/apachehcp_passivedomains.conf



then,
still does not work:
(this will be done after version 0.27, that is, in vers. 0.28 and above)
put following in file /etc/apache2/sites-available/default

NameVirtualHost *
<VirtualHost *>

DocumentRoot /var/www
<Directory />
Options FollowSymLinks
AllowOverride None
</Directory>

<Directory /var/www/>
Options Indexes FollowSymLinks MultiViews
AllowOverride None
Order allow,deny
allow from all
</Directory>


ErrorLog /var/log/apache2/error.log
LogLevel warn
CustomLog /var/log/apache2/access.log combineddefault


</VirtualHost>

Restored from old drupal forum, for user uid:1 username:ehcpdeveloper
You may reset your password to access your new account here.

Print this item

  question:i am extreamly confused, im not sure how to set up the control panel, i have purchased a domain but im not sure
Posted by: ehcpdeveloper - 04-14-2023, 10:10 PM - Forum: Ehcp Installation - Replies (2)

Question:
i am extreamly confused, im not sure how to set up the control panel, i have purchased a domain but im not sure how to connect that to my server


Answer:
please look at: http://www.ehcp.net/?q=node/106


note:
please ask questions on forums, so that everyone can uitilize...

Restored from old drupal forum, for user uid:1 username:ehcpdeveloper
You may reset your password to access your new account here.

Print this item

  ehcp Upgrade to version 0.29
Posted by: ehcpdeveloper - 04-14-2023, 10:10 PM - Forum: Ehcp Installation - Replies (7)

Please use http://www.ehcp.net/?q=node/529

-----


New info:
Update script that may help you is at www.ehcp.net/download/ehcp_upgrade.sh
download and run that script at your server's console..

Old info:
Unfortunately, There is no fully automatic upgrade script/program yet...
it is better to re-install if you have a few domains..
Look at http://www.ehcp.net/?q=node/265 too
Or you need to handle it manually as follows:
<!--break-->
Basicly, there is no major/core change in ehcp ver. 0.28,
So, if you copy new version files to where you installed (/var/www/vhosts/ehcp),
ehcp starts to work, without error.. i think..
after copy, run /etc/init.d/ehcp restart

new version introduces some minor db changes,
so you will get some db errors if you add new domain or do something in panel.

To fix those errors, alter your tables accordingly..
For example, if you get like: mysql error, field xxxx not found,
then add that field to your mysql manually...
You may compare your sql structure, with ehcp.sql file, included in new download, and add required fields to your tables..

Briefly,
most tables has an additional field called host,
script table added field commandsaftercopy text,
scripts_log table added in ver 0.28,

New in mails:
Since ver 0.28 supports e-mail user login,
mail user passwords changed to be plaintext,
so, your old emails wont work with new version.
To fix this, reset all email passwords to a fixed value and inform your email users..
to do this, you may issue sql: update emailusers set password='123';


more explanation may be written here soon. or mail me..

You may apply this info for all versions->0.28 upgrade..
Sory for, not having time to write an upgrade program.
if somebody writes such a program/script, attach/comment here please..
Only mysql queries enaugh too..

Restored from old drupal forum, for user uid:1 username:ehcpdeveloper
You may reset your password to access your new account here.

Print this item

  net2ftp
Posted by: davew - 04-14-2023, 10:10 PM - Forum: Ehcp Problems - After Installation - Replies (2)

hi i am running 0.38.5.b with ubuntu 16.04 and i have tried to replace net2ftp with version in ehcp yeni
is there any other patch or fix i am getting this error message

This page isn’t working
xxxx.xxxx.xxx is currently unable to handle this request.
HTTP ERROR 500



cheers dave


Restored from old drupal forum, for user uid:4829 username:davew
You may reset your password to access your new account here.

Print this item

  Smtp/mail error: saslauthd server: No such file or directory
Posted by: ehcpdeveloper - 04-14-2023, 10:10 PM - Forum: Ehcp Problems - After Installation - Replies (1)

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-cannot-connect-to-saslauthd/

Here are required commands:
<code>
ln -s /var/spool/postfix/var/run/saslauthd /var/run
chown rootConfusedasl /var/spool/postfix/var/run/saslauthd
usermod -a -G sasl postfix
/etc/init.d/postfix restart
/etc/init.d/saslauthd restart
/etc/init.d/courier-authdaemon restart
</code>

Restored from old drupal forum, for user uid:1 username:ehcpdeveloper
You may reset your password to access your new account here.

Print this item

  Only default page
Posted by: jcmorse563 - 04-14-2023, 10:10 PM - Forum: Ehcp Problems - After Installation - Replies (1)

ok im running force, I upgraded to the newest using the script. However, no matter what I do all pages navigate to the /var/www/new/index.html page. I was having this issue with one of the pages but now after the upgrade, all pages are doing it. The /etc/apache2/default is present, I even tried replacing the text with what was suggested in the forum, but still had no effect. suggestions, please. is it possible to delete the force version and return to the standard ehcp without losing the pages? I switched for the ssl mods but they didn't workout anyway.

Restored from old drupal forum, for user uid:5235 username:jcmorse563
You may reset your password to access your new account here.

Print this item

  net2ftp not working ubuntu 18.04
Posted by: mauricio.wilmer - 04-14-2023, 10:10 PM - Forum: Ehcp Problems - After Installation - Replies (1)

need help ftp manager now working

Restored from old drupal forum, for user uid:4426 username:mauricio.wilmer
You may reset your password to access your new account here.

Print this item

  PHPBB
Posted by: Sippan - 04-14-2023, 10:10 PM - Forum: Ehcp Problems - After Installation - Replies (1)

Hi i try install phpbb 3.2 on 4 virtual hosts
the pages for just created shows with ads so that works on all 4 sites
But when i try install phpbb it stops on 32% and i know probly the wrong on i´t its chache folder that dont
work like i want i have permission to it 777 and that work but the install starts to work it creat a folder that calls production and that dont get the perm so its probly that...how can i solve it so it get same perm as cache folder...i did force it to install and everting to db get the right info..so when i go to path there its installed i get just a blank page

Restored from old drupal forum, for user uid:8077 username:Sippan
You may reset your password to access your new account here.

Print this item


Online Shopping App
Online Shopping - E-Commerce Platform
Online Shopping - E-Commerce Platform
Feinunze Schmuck Jewelery Online Shopping