Show Posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.


Messages - earnolmartin

Pages: 1 ... 12 13 [14] 15 16 ... 21
196
General / Re: Update Log
« on: February 29, 2016, 04:17:03 pm »
Update released.  See first post for information.

197
EHCP Force Edition Test Logs:

  • Full installation testing completed 2/29/2016 by earnolmartin on Ubuntu 15.10 x64.  Base nginx / apache2 webserver template changes were made to satisfy some changes made in the newest versions of phpmyadmin.  All features appear to be working properly.

EHCP Force Supported Versions of Ubuntu (x86 and x64):

The below supported Ubuntu versions have been tested thoroughly in the past.  For new versions of Ubuntu, the testing log above will be updated when a full installation test has been successfully completed for that version of Ubuntu.  Obviously, the below list will change since most versions of Ubuntu are not LTS and support for them ends after a specific date.

  • Ubuntu 20.04
  • Ubuntu 19.10
  • Ubuntu 19.04
  • Ubuntu 18.04
  • Ubuntu 16.04
  • Ubuntu 14.04
  • Ubuntu 12.04
  • Ubuntu 10.04
Supported Debian Versions:
  • Debian 8
  • Debian 9
  • Debian 10

198
Technical Help / Re: PHPMyAdmin - Can't Login As root User
« on: February 21, 2016, 05:06:35 pm »
I do not thing the above works anymore having issues with logging in now as root on a fresh install of EHCPforce

Which version of Ubuntu?  Did you run the script posted above?

What are the file contents of /usr/share/phpmyadmin/rootip_whitelist.php?

Code: [Select]
sudo cat /usr/share/phpmyadmin/rootip_whitelist.php

199
General / Re: Update Log
« on: February 18, 2016, 05:25:41 pm »
New update has been released.

200
Technical Help / Re: Email sending issue
« on: December 09, 2015, 12:03:21 am »
Are you using your full email address as the login?  I don't seem to have a problem using POP3 to download email via Gmail and send mail using SMTP.

201
Technical Help / Re: How can i assign a subdomain
« on: November 01, 2015, 11:43:20 pm »
Looking to assign a  subdomain to the webmail2 subdomain.. example assign mail.domain.com to ip/ehcp/webmail2/

Idk.. Maybe i am over thinking this maybe I should just create the subdomain and make links to the webmail idk.. Just was looking for an easy way out..

It is possible.  You just have to create another VirtualHost entry for that server alias / servername so that its home directory is /var/www/new/ehcp/webmail2.  You would do this by logging in as "admin" to the EHCP panel and edit the Apache2 template for the domain you want to create a subdomain for.   I'm thinking in nginx mode for the moment, but here is an Apache2 example... you can add to the top of the template or bottom... doesn't really matter. 


Code: [Select]
<VirtualHost *>
        ServerName  webmail.{YOURDOMAIN}.com

        DocumentRoot /var/www/new/ehcp/webmail2

        LogFormat "%v:%h %l %u %t \"%r\" %>s %b \"%{Referer}i\" \"%{User-Agent}i\"" vhost_combined
        CustomLog  /var/log/apache_common_access_log vhost_combined

</VirtualHost>

I think you also need to create an A DNS record for the subdomain in the DNS template. 

Be careful.  If the above example doesn't work and messes up your Apache2 configuration for some reason... do this:

Code: [Select]
sudo -i
> /var/www/new/ehcp/apachehcp.conf
service apache2 restart

Then you need to login to PHPMYADMIN http://yourip/phpmyadmin as the EHCP user and clear the custom template from the database in the domains table...

Then, login to EHCP and run the Sync Domains operation.

Please let me know if you need help or if the example above doesn't work... (I didn't test it, so use at your own risk).


202
Technical Help / Re: EHCP will not start after reboot
« on: October 31, 2015, 01:01:11 am »
I am running Ubuntu Server 14.04.3 LTS. I have log files and checked them. All log files are blank.

Thanks,
Brandin Hess - KL4BR

And what happens when you run this command?

Code: [Select]
sudo service apache2 restart

203
Technical Help / Re: EHCP will not start after reboot
« on: October 30, 2015, 09:22:51 pm »
The first command doesn't display anything and the second command shows this:

cat: /var/log/apache2/error.log.1: No such file or directory

Thanks,
Brandin Hess - KL4BR

Sorry, make sure you run them with sudo access.  What version of Ubuntu are you running?  Do you see a log file for apache in /var/log or /var/log/apache2? 

Code: [Select]
sudo -i
cd /var/log
ls -alh

and

Code: [Select]
sudo -i
cd /var/log/apache2
ls -alh

You need to find the Apache log.  It could be in a different location depending on your operating system and version.  When you do, tail or cat the file to see what's going on.

204
Technical Help / Re: EHCP will not start after reboot
« on: October 30, 2015, 08:22:59 pm »
Hi Brandin,

What do the logs say? 

Check the apache error logs:

Code: [Select]
sudo cat /var/log/apache2/error.log
sudo cat /var/log/apache2/error.log.1

They should tell you why the web server will no longer start.  Please post your output of the logs here if you are not sure what to do.

205
General / Re: Update Log
« on: October 28, 2015, 11:30:23 pm »
New update released.

206
Bugs / Re: Server Status page
« on: September 10, 2015, 06:12:12 pm »
And ..... he said on a roll, PHP7 is currently targeted for release on November 12, 2015. For example, PHP7 deprecates PHP4 style constructors. The PHP Uniform Variable Syntax also changes in PHP7. There are builds out already for Ubuntu 14.04 and CentOS 7. There is a note https://github.com/php/php-src/blob/php-7.0.0RC2/UPGRADING about the changes. Given the supposed huge improvements in speed, I can see a lot of folks wanting to upgrade. I think it also supports multi threading.

Isn't that just wonderful...

Tired of PHP making breaking changes.  We'll support this only when we have to.

207
Bugs / Re: Server Status page
« on: September 09, 2015, 04:57:35 pm »
Another thing I had had to do a few times was restart php5-fpm, which is not in the list (I assume this only applies to nginx).

Another good idea.  I will add that to the list if nginx is enabled.

208
Bugs / Re: Server Status page
« on: September 09, 2015, 11:19:33 am »
Hi

"I went into Options ... Advanced and enabled nginx, in the status page then Apache is off and nginx is on. However, if I go back to revert to Apache, sometimes both nginx and Apache are on, or Apache shows as off still. If I then switch off the unwanted server in the status page, then it seems to kick it all OK."

This issue seems to have fixed itself!!! But the other issues are still there.

and thanks for looking into that error issue.

This has been fixed in http://sourceforge.net/p/ehcpforce/code/476/ and will be included in the next release whenever that may be.

Please note that it takes about 20-30 seconds for the web server software to switch between apache2 and nginx. It takes this long to refresh the true status of your server.  This is probably why you saw both services running when in fact only one was running.  They cannot simultaneously run because your web server would not work at all if that were truly the case.  I also added a change that hides the web server software you're not configured to use in the status page, so I doubt anyone will run into this again.

209
Feature Requests / Re: New control panel design?
« on: September 08, 2015, 06:10:52 pm »
I am a HTML and CSS guru, and a reasonably good php and javascript coder. I like the Admin Control Panel idea, so I will give that a go. I will also make sure it is mobile friendly. At the moment I do not have a local dev server with Ubuntu on, so I will copy the template folder into an accessible domain on my server and bring that locally to my PC using ftp, and then modify and work on it.

The way the templates work right now isn't the most ideal solution (operations should be dynamically rendered).  In essence, for picante and epic, they already are dynamically generated because I created a database that the ops are generated from based on the page and category, but I haven't rewritten the whole templating system yet nor have plans to do so for quite some time.  When I do, new templates will be easier. 

210
Bugs / Re: Server Status page
« on: September 06, 2015, 11:50:39 pm »
Hi Trevor,

Thanks for reporting.  This will be looked into and fixed in the next release.  I don't normally restart services from the panel, so I didn't know this was broken.

Pages: 1 ... 12 13 [14] 15 16 ... 21