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

Pages: 1 ... 45 46 [47] 48 49 ... 57
691
E-Mail / Re: Gmail Does Not Send Mail to Hotmail Addresses
« on: March 25, 2020, 12:12:01 AM »
Spf records are important.  So is ip reputation.  Of you have none, Gmail is a pita.  Use mxtools to make sure your not on blacklists, and check root mail (install mutt) to see responses from Gmail's servers.

692
Your hostname is too long.  Try changing it to s.(domain)

693
E-Mail / Re: cannot send but can receive mail
« on: March 15, 2020, 04:20:19 AM »
 No route to host
Says otherwise.  As for your "still using port 25". Correct.   Smtp ports really shouldnt be changed   if you prevent relaying your fine.  If you are receiving mail from the outside world, I'm amazed unless you use port redirection which is doing nothing for you.

694
DNS / Re: Nameserver is not authoritative
« on: March 15, 2020, 04:12:25 AM »
@    86400        IN      SOA     ns1.centos-webpanel.com

SOA means start of authority

695
No hostname cert = no cwpsrv start.

Run
/scripts/generate_hostname_ssl

696
That is the nature of MySQL.  It doesn't matter what account you connect from of you use the proper user/pass combo.  It is not tied to a home directory.

697
E-Mail / Re: I get spam email 2000 thousand in 24H
« on: March 06, 2020, 04:30:09 AM »
1)  Why?  Are you spamming with a php script???
2) Cron Redirect "> /dev/null 2>&1" at end of cron line

698

I also tried to change on the domain. There it looks like the PHP 7.3 is an alternative but when I change the domain to PHP 7.3 it add an .htaccess on the domain files with this in it
AddHandler application/x-httpd-php73 .php
But that gives me 500 internal error

What can be the problem?
Please anybody?

Chances are, that a script you are running on that domain requires a module that is not compiled into the php7.3.  Check /usr/local/apache/domlogs/(Domain).error.log to find out what the specific php error is, and post that.

699
Apache / Re: Ajax Links not loading
« on: March 02, 2020, 07:08:39 AM »
403 is not authorized.

Does his ajax requests have an API key that is tied to an IP address?  That would be my guess.

700
DNS / Re: CWP BIND DNS Server stop every couple of hours
« on: February 29, 2020, 07:34:40 PM »
systemctl status named

should give you last couple of lines of the error log

make sure it is enabled.  systemctl enable named

as for csf,
systemctl enable csf

701
CentOS 7 Problems / Re: installed "Nuell" Menu certificates SSL?
« on: February 27, 2020, 06:08:38 AM »
It appears you have an account without a domain name associated to it.  Hence null domain.

702
CentOS 7 Problems / Re: Change session save place
« on: February 25, 2020, 12:22:01 PM »
If your using php-fpm

In each users pool file.
php_value[session.save_path]    = path/to/savepath. Ex: /home/user/tmp
 
In PHP.ini session.save_path a default location can be set server wide.


703
Installation / Re: centos 7 with virtualbox
« on: February 25, 2020, 07:56:36 AM »
if your running apache only, that's normal.  If your trying to run nginx+apache, then apache needs to change ports.  But nginx requires php-fpm, as it cannot runn on normal php. try yum install php-fpm

704
Installation / Re: centos 7 with virtualbox
« on: February 25, 2020, 03:04:32 AM »
if your running apache on 8181, you must be running nginx on 80/443.  Most likely an issue with php-fpm.

Check the error logs in
 /usr/local/apache/domlogs/
/var/log/nginx
/var/log/messages | grep httpd

705
If your main server has CWP Pro,
https://wiki.centos-webpanel.com/slave-dns-server-manager-dns-cluster

https://wiki.centos-webpanel.com/slave-dns-server-manager-download-version is the instructions.  You don't really even need CWP, just apache or nginx with php will work as long as your follow the directions.

If you are uncomfortable, I'm sure the support team can help you set it all up for a fee.

Pages: 1 ... 45 46 [47] 48 49 ... 57