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.
1
CentOS-WebPanel Bugs / Re: PHPMyAdmin not working from Userpanel
« on: March 16, 2021, 10:03:50 AM »
domain.com/phpMyAdmin
or
/myadmin
/MyAdmin
/phpmyadmin
/phpMyAdmin
domain redirects are specifed in the apache conf
/usr/local/apache/conf.d/domain-redirects.conf
or
/myadmin
/MyAdmin
/phpmyadmin
/phpMyAdmin
domain redirects are specifed in the apache conf
/usr/local/apache/conf.d/domain-redirects.conf
2
CSF Firewall / Re: How to get rid of UDP_IN Blocked message flood
« on: March 15, 2021, 07:39:25 PM »
you should check csf.conf for configuration if that will be possible
3
CentOS-WebPanel Bugs / Re: PHPMyAdmin not working from Userpanel
« on: March 12, 2021, 09:24:17 PM »
you would probably need to use a custom link than for phpmyadmin and enter login details on the prompt as autologin and pma by default works from port 2087/2031
4
DNS / Re: The Domain Pointing CNAME run into default web page CWP
« on: March 12, 2021, 09:19:19 PM »
as for any other domain the same needs to be configured in the panel which will than add configuration to the webservers.
CNAME is a simple DNS record it doesn't handle webserver folder locations
CNAME is a simple DNS record it doesn't handle webserver folder locations
5
DNS / Re: Getting Problem While DNS Records Using CentOS Web Panel
« on: March 12, 2021, 09:39:15 AM »
you can use this site for live dns testing for your domain
http://leafdns.com/
http://leafdns.com/
6
Functions / Re: WebServers Vhost Template
« on: March 12, 2021, 09:35:33 AM »
disabled is probably because you have some strange characters in the template, like character %
7
DNS / Re: DNS Cluster
« on: March 12, 2021, 09:29:38 AM »
info is on the cwp wiki
http://wiki.centos-webpanel.com/slave-dns-server-manager-dns-cluster
http://wiki.centos-webpanel.com/slave-dns-server-manager-dns-cluster
8
CWP API / Re: Adding users to a database
« on: March 12, 2021, 09:27:29 AM »
probably the easiest way is to do it from the user panel or if from admin than using phpmyadmin as root to be able to add custom permissions per user.
9
Installation / Re: /10 network
« on: March 12, 2021, 09:26:30 AM »
all depends on which services do you mean.
If you had configured user accounts with different ip and configured NAT properly then it should be working.
If you had configured user accounts with different ip and configured NAT properly then it should be working.
10
SSL / Re: AutoSSL Issue Failed! Validations for new domains are disabled in the V1 API
« on: February 12, 2021, 12:27:36 AM »
/root/.acme.sh/acme.sh --upgrade
11
Apache / Re: Default Page for all domains
« on: February 12, 2021, 12:26:43 AM »
you should probably check wiki
http://wiki.centos-webpanel.com/default-page-displayed-for-all-domains
http://wiki.centos-webpanel.com/default-page-displayed-for-all-domains
12
E-Mail / Re: How to activate MailServer Stats
« on: February 12, 2021, 12:20:13 AM »
try to contact cwp support
https://control-webpanel.com/contact
https://control-webpanel.com/contact
13
PHP / Re: PHP Version Switcher
« on: February 02, 2021, 05:57:51 PM »
file is ~18MB so cwp download link must work, here is direct to test download on your server
http://dl1.centos-webpanel.com/files/php/php-7.3.19.tar.gz
http://dl1.centos-webpanel.com/files/php/php-7.3.19.tar.gz
14
PHP / Re: php cron job, account vs root
« on: January 25, 2021, 02:51:27 PM »I have a php script that I can execute from a browser and also as a cron job using the account's cron, however I cannot execute from the terminal window or root cron job.
The script is located in the public_html folder of the account.
Why can I not execute the script from the terminal window and root cron?
first, you should never execute scripts under the user account as root, also if this is something PHP-related then it could be a permissions issue...however nobody can't assist without checking the exact issue on the server...probably the best is to check with some experienced sysadmin or cwp support.