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 - martexx

Pages: [1] 2 3 4
1
CentOS-WebPanel Bugs / Re: Error while crating new account
« on: June 22, 2018, 08:32:50 PM »
Is this project dead? Too bad, i really liked it.

2
CentOS-WebPanel Bugs / Re: Error while crating new account
« on: May 30, 2018, 01:43:59 PM »
im back after a couple of years, and have the same error, in 2018

3
E-Mail / Re: Mail in queue, cant send, 25 port blocked
« on: April 12, 2017, 07:48:32 AM »
google it my friend!

I mean u are right that this is a support forum, but googling is way faster for simple questions ))

External mta mean that u configure Postfix to send email via other mail service

4
E-Mail / Re: Mail in queue, cant send, 25 port blocked
« on: March 17, 2017, 07:34:18 AM »
google:

use gmail with postfix

Your isp is blocking port 25 for security reasons, ask theen not to do that or solve it by using an external MTA

5
How to / Re: how to create domain alias
« on: March 17, 2017, 07:32:52 AM »
google for htaccess redirect


6
CentOS 6 Problems / Re: CentOS6 Upgrade
« on: March 17, 2017, 07:28:42 AM »
starting apache fails Stopping httpd: [FAILED]
Starting httpd: httpd: Syntax error on line 54 of /usr/local/apache/conf/httpd.conf: Cannot load modules/mod_antiloris.so into server: /usr/local/apache/modules/mod_antiloris.so: undefined symbol: ap_log_error
[FAILED]



THIS ARE UPGRADE INSTRUCTIONS ONLY FOR CWP VERSION 0.9.8.153

Procedure
===============
- Make sure that you are running CWP version 0.9.8.153 before proceeding !!!!
- Check your mysql version, you need to have mysql version 5.5 or higher
- If your MySQL version is 5.1 or less than 5.5 then you need to upgrade MySQL by using MySQL upgrade script (instructions are bellow)
- Switch your server to Apache only mode in WebServers menu (you need to disable nginx and varnish, instructions are bellow )
- Download and Run CWP upgrade script (instructions are bellow)
- Download and Run Apache Upgrade script (instructions are bellow)

MySQL Upgrade (NOT required if you have MariaDB or MySQL 5.5 or newer)
- Before running any mysql upgrade please make sure you have backups of your databases, if you have cwp backups enabled then you should also have backups, but please check before proceeding.
Code: [Select]
cd /usr/local/src
wget http://dl1.centos-webpanel.com/files/el6/cwpupgrade/mysql.sh
sh mysql.sh

CWP Upgrade script
- Download and Run CWP upgrade script
Code: [Select]
cd /usr/local/src
wget http://dl1.centos-webpanel.com/files/el6/cwpupgrade/cwpsrv.sh
sh cwpsrv.sh

Apache Upgrade script
- Before running apache upgrade script, login into cwp.admin and check that you are running apache only under Apache Settings --> Select WebServers, don't forget to rebuild vhosts also.
- Download and Run Apache upgrade script
Code: [Select]
cd /usr/local/src
wget http://dl1.centos-webpanel.com/files/el6/cwpupgrade/apache.sh
sh apache.sh

RESTORE
If something goes wrong you can restore your apache/cwpsrv with the command
Code: [Select]
cd /usr/local/src
sh cwpsrv.sh restore
sh apache.sh restore

*** Please note that it would be good that you have some system admin at your side before proceeding :)
If you stuck somewhere you can restore your current version and/or contact our support for assistance.
http://centos-webpanel.com/contact

7
Installation / Re: Cannot Manage domain pointing files/dir
« on: March 17, 2017, 07:21:54 AM »
I would talk to support if i was u, no one can check anything for u if u for some reason dont want to share true ip and domain info.

It does NOT make u more safe, but it does make it impossible for the world to know whats going on.

So by not disclosing that info u force nice people who help others in their free time to respond to your post, ask questions, go into discussion about why its ok to post that info, then check, make suggestions, recheck and so on.

If u need help, sate your problem clearly, expose the ip addresses and the domainnames so that people can check out your situation for free without too much troubles.

Nothing bad intended, we are all love

Sincere

8
Addons / Re: Trying to Install Lets Encrypt, but getting errors
« on: March 13, 2017, 08:39:37 AM »
try this:

yum clean all
rpm --rebuilddb
yum update

or

rpm --rebuilddb
yum clean all
yum update

and try again

9
Information / Re: location of letsencrypt vhost template wanted
« on: March 13, 2017, 08:35:48 AM »
thanks

10
SSL / Re: Letsencrypt not installing migrated cpanel accounts
« on: March 04, 2017, 09:36:36 AM »
Cannot get Letsencrypt to install certificate on any account migrated from cpanel. No issues with domains/accounts created in CWP.

I get error message like:

Code: [Select]
Failed authorization procedure. domain.com (http-01): urn:acme:error:unauthorized :: The client lacks sufficient authorization :: Invalid response from http://domain.com/.well-known/acme-challenge/r2L_Ca0Yxv7lo1XXXmF1s6jwbrnrfiSiD2abyLhtpAI: "
Running CWPpro version: 0.9.8.153 with CentOS6

Have fixed permissions and even deleted the .well-known dir with no luck.

Any ideas?

Thanks in advance.

login to your server via ssh and do:

chown -R username:nobody /home/username/

Try again after that

The error u get is that the LE tool cant write in that directory, or the domain is not resolving.
I do asume that http://domain.com/.well-known/acme-challenge/r2L_Ca0Yxv7lo1XXXmF1s6jwbrnrfiSiD2abyLhtpAI

is not really domain.com

11
Apache / include file
« on: March 02, 2017, 04:02:13 PM »
Please create interface in GUI for end user to edit vhost

# Include "/usr/local/apache/conf/userdata/%username%/%domain_name%/*.conf

12
Information / add domains to same user account folder structure
« on: March 02, 2017, 03:52:53 PM »
Hi

When adding new domain the default is to use the default public_html folder.

I would suggest to make the folder structure as such:

/home/user/domains/XXX.TLD/public_html/

In that way u have a default and files outside of the webroot still can easily be placed in the right domain folder if belonging to specific domain,
its easy to implement in the function into existing folder creation upon adding domain.

13
SSL / Re: SSL On Hostname?
« on: March 02, 2017, 03:44:08 PM »
Guide for setting up ssl on centos web panel:


Add a special user to the system, per example systemdomains
add the domainname to the system for that user, per example. hosting.xxx.com if thats your hostname
(if u use the other ways of adding the domain to the system u might run into problems later and be less flexible)

Go to xxx.com/index.php?module=letsencrypt and install Lets Encrypt

If this domain is the only one for this account systemdomains >> Install the new cert for the account systemdomains (as configured before)
if the account has more then one domain (u added via Domains >> add domain menu) then Install the new cert via  Install Letsencrypt for Addon Domain function (as configured before)

Done

14
CentOS 7 Problems / Re: Postfix Mail sending issue
« on: March 02, 2017, 03:29:39 PM »
u can run on whatever port u want, BUT the receiving server is answering on port 25

so... unblock the port or sent ur email via smtp relay

https://duckduckgo.com/?q=smtp+relay+postfix

15
E-Mail / Re: Rebuilding e-mail
« on: March 01, 2017, 09:12:58 PM »
its not a cwp error )))

u must be doing smth wrong, if u want i can check it out for you tomorow by logging in to your box
or u can pay for support

or u can do
http://blog.shineservers.com/install-clamav-configure-daily-scanning-centos/
and keep trying

Pages: [1] 2 3 4