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.
16
DNS Manager / Re: rDNS/PTR error
« on: April 30, 2019, 12:49:38 PM »I'm having a problem a few days with my DNS, the same is with rDNS OK as you can see below, but I still get the crash.
Your Hostname is: srv01.mydomain.com and it resolves to IP: 1xx.1xx.1xx.1xx [Check Black List]
rDNS/PTR = FAILED, check with your hosting provider! FAILED [Check SenderBase]
rDNS/PTR check for IP 1xx.1xx.1xx.1xx = srv01.mydomain.com
Regarding rDNS/PTR
Think you are going to purchase vps or dedicated server from vendor . So you are not able to create rDNS/PTR record on server , if you create this , the record will not published . Because you are not a owner of that ip.
How to publish/create rDNS/PTR?
you have to contact with vendor or they will provide the option for rDNS/PTR in their panel . As example : On Digital Ocean Panel , you will get this option and you also can create NS records for your private name server.
If you don't have rDNS/PTR , spf and dkim records , No one will accept your outgoing mail or going to spam folder .
17
Installation / Re: Why is the "SYSTEM REQUIREMENTS" not explained even briefly?
« on: April 30, 2019, 09:48:27 AM »I have tried several hosting software, but the only thing preventing me from trying this is the 'system requirements' page.
Example:QuoteDefine additional IP address, subnet address, and default gateway IP address for your server — your service provider can provide you with this information.??
What? How?? Usually, when I buy unmanaged VPS, I usually install Plesk, cPanel with ease, even floxlor has a simple url based install guide, and others have similar guide. Not one of them throws words around and expect you to figure out.
I have been a web developer for some years, I have sites hosted in VPS with LEMP stack or docker but I have done everything without defining additional ip, subnet, gateway ....
Also, what is with "Define additional IP address" ... I know how to buy an ip address for $1 but what do I do after that? How do you define this ip address??
Can someone edit the front page please? and tell me how to configure subway, gateway..
I agreed with @adamjedgar ,
For proper CWP Installation Guide : https://www.awsmonster.com/p/cwp-installation-and-configuration_12.html
just inbox For CWP help
18
SSL / Re: Auto SSL from user account does not work...but does for user from root dashboard
« on: April 30, 2019, 09:39:34 AM »
I think that you are using Apache only server , Auto SSL is working perfectly with NGINX server on CentOS Webpanel .
For Apache only web server , Follow the Guide :
http://forum.centos-webpanel.com/ssl/install-let'sencrypt-for-admin-panel-user-panel-again-100-working/
For Apache only web server , Follow the Guide :
http://forum.centos-webpanel.com/ssl/install-let'sencrypt-for-admin-panel-user-panel-again-100-working/
19
PHP / Re: Error 503 for WordPress on PHP-FPM 7.3.4
« on: April 30, 2019, 09:34:05 AM »Code: [Select]
# /bin/systemctl enable php-fpm73.servce
20
PHP / Re: Error 503 for WordPress on PHP-FPM 7.3.4
« on: April 30, 2019, 08:00:58 AM »
If missing , then create those sock file as per your need
Code: [Select]
[root@host sockets]# cd /opt/alt/php-fpm73/usr/var/sockets
[root@host sockets]# ll
srw-r----- 1 cwpsvc cwpsvc 0 Apr 30 11:48 cwpsvc.sock
srw-rw---- 1 nobody nobody 0 Apr 30 11:48 nobody.sock
srw-rw---- 1 realmart nobody 0 Apr 30 11:48 realmart.sock
22
PHP / Re: Error 503 for WordPress on PHP-FPM 7.3.4
« on: April 30, 2019, 06:09:20 AM »
Will you follow below the process again ?
>>Goto WebServer Settings >> WebServer Domain Conf >> Select a UserName >> username >> nginx -> varnish -> apache -> php-fpm
>>Now Fix the permission : User Accounts >> Fix Permissions
Restart if service is enabled (depends on your version)
Restart all the services from CWP dashboard. Don't forget to share the log again with details .
>>Goto WebServer Settings >> WebServer Domain Conf >> Select a UserName >> username >> nginx -> varnish -> apache -> php-fpm
>>Now Fix the permission : User Accounts >> Fix Permissions
Restart if service is enabled (depends on your version)
Code: [Select]
# /bin/systemctl reload php-fpm71.service
Restart all the services from CWP dashboard. Don't forget to share the log again with details .
23
SSL / Re: Install Let'sEncrypt for Admin Panel & User Panel Again, 100% Working
« on: April 30, 2019, 05:58:28 AM »It was my mistake, i was trying to access secure page via my IP address instead of FQDN (https://123.456.123.456:2087 instead of https://server.hostname.com). Of course, SSL certificate is installed for FQDN, not for an IP address.
So, everything works well now
Thanks!
Great to know that it's working
24
High Performance / Re: Wordpress - High-Performance instructions, but joomla and prestashop - no ...
« on: April 30, 2019, 05:42:52 AM »
Hi
At first, Please check the requirement(s) for Presta
Imagine you have a domain ( awsmonster.com ) and you want to use presta 1.7.5 ,Then you must have PHP 7.2 (Recommended).
Also Recommended: Apache Server with PHP-FPM ,
>>WebServer Settings >> WebServer Domain Conf >> Select a UserName >> username >> Apache->php-fpm
>>Now Fix the permission : User Accounts >> Fix Permissions
But Remember intl is backdated for Latest Presta 1.7.5 , So you need to update this library to intl 63.1
How to check lib intl requirements?
>> Go to /home/username/public_html/ and Copy the latest prestashop 1.7.5.0.zip file and unzip here .
Now run the below command:
OR if you use nginx + php-fpm then you need to write Nginx friendly URLs ,
Follow this Guide: http://doc.prestashop.com/display/PS16/System+Administrator+Guide#SystemAdministratorGuide-NginxfriendlyURLs
How to update lib intl ?
Now compile the php again
You can follow the thread :
http://forum.centos-webpanel.com/php/php-accelerator-and-short_open_tag-with-prestashop/msg22018/#msg22018
http://forum.centos-webpanel.com/php/update-icu-system-package-and-the-intl-php-extension/msg21925/#msg21925
At first, Please check the requirement(s) for Presta
Imagine you have a domain ( awsmonster.com ) and you want to use presta 1.7.5 ,Then you must have PHP 7.2 (Recommended).
Also Recommended: Apache Server with PHP-FPM ,
>>WebServer Settings >> WebServer Domain Conf >> Select a UserName >> username >> Apache->php-fpm
>>Now Fix the permission : User Accounts >> Fix Permissions
But Remember intl is backdated for Latest Presta 1.7.5 , So you need to update this library to intl 63.1
How to check lib intl requirements?
>> Go to /home/username/public_html/ and Copy the latest prestashop 1.7.5.0.zip file and unzip here .
Now run the below command:
Code: [Select]
# php bin/symfony_requirements
OR if you use nginx + php-fpm then you need to write Nginx friendly URLs ,
Follow this Guide: http://doc.prestashop.com/display/PS16/System+Administrator+Guide#SystemAdministratorGuide-NginxfriendlyURLs
How to update lib intl ?
Code: [Select]
# yum list available | grep libicu
# icuinfo | grep version
# cd /usr/local/src
# wget http://download.icu-project.org/files/icu4c/63.1/icu4c-63_1-src.tgz
# tar -xvf icu4c-*.tgz
# cd icu/source/
# sed -i '/#define __UCONFIG_H__/a #define UCONFIG_ENABLE_PLUGINS 1' common/unicode/uconfig.h
# ./configure --prefix=/usr --bindir=/usr/bin --libdir=/usr/lib64 --datadir=/usr/share --enable-plugins
# make -j4 && make install
Now compile the php again
You can follow the thread :
http://forum.centos-webpanel.com/php/php-accelerator-and-short_open_tag-with-prestashop/msg22018/#msg22018
http://forum.centos-webpanel.com/php/update-icu-system-package-and-the-intl-php-extension/msg21925/#msg21925
25
Installation / Re: How to install CentOS Web Panel?
« on: April 29, 2019, 04:06:08 PM »
It's better to follow the below Guide :
Step 1: CWP Installation Prerequisite
CWP Installation Perquisite : Disable SeLinux
CWP Installation Perquisite : Disable Firewalld
CWP Installation Perquisite : Set Hostname Permanently
CWP Installation Perquisite : Disable Network Manager & Set Static IP
CWP Installation Perquisite : Install Chrony and Configure NTP server
CWP Installation Perquisite : Set-Up Time Zone
CWP Installation Perquisite : Install Latest EPEL Release
Details: https://www.awsmonster.com/p/cwp-installation-and-configuration_12.html
Step 1: CWP Installation Prerequisite
CWP Installation Perquisite : Disable SeLinux
CWP Installation Perquisite : Disable Firewalld
CWP Installation Perquisite : Set Hostname Permanently
CWP Installation Perquisite : Disable Network Manager & Set Static IP
CWP Installation Perquisite : Install Chrony and Configure NTP server
CWP Installation Perquisite : Set-Up Time Zone
CWP Installation Perquisite : Install Latest EPEL Release
Details: https://www.awsmonster.com/p/cwp-installation-and-configuration_12.html
26
PHP / Re: Error 503 for WordPress on PHP-FPM 7.3.4
« on: April 29, 2019, 03:20:19 PM »
Check the error log and share with us
are you using apache only OR NGINX+php-fpm+virnish ?
Code: [Select]
# tail -f /usr/local/apache/domlogs/domain.com.error.log
are you using apache only OR NGINX+php-fpm+virnish ?
27
DNS / Re: Hostname adding 127.0.0.1
« on: April 29, 2019, 10:49:30 AM »
Basically when you purchase a kvm/OpenVZ vps from vendor , they provide a hostname with private ip for management . the ip is providing by aliasing.
The hostname can be configured as follows:
Static host name assigned by sysadmin. For example, “server1”, “wwwBot2”, or “host.datahead.biz”.
Transient/dynamic host name assigned by DHCP or mDNS server at run time.
Pretty host name assigned by sysadmin/end-users and it is a free-form UTF8 host name for presentation to the user. For example, “Rubel’s netbook”.
I had the same issue , and I have fixed the issue . Please follow the below guide , it's really helpful .
Set Hostname Permanently
https://www.awsmonster.com/2019/01/cwp-installation-perquisite-set.html
Disable Network Manager & Set Static IP
https://www.awsmonster.com/2019/01/cwp-installation-perquisite-disable.html
And Finally use the command
The hostname can be configured as follows:
Static host name assigned by sysadmin. For example, “server1”, “wwwBot2”, or “host.datahead.biz”.
Transient/dynamic host name assigned by DHCP or mDNS server at run time.
Pretty host name assigned by sysadmin/end-users and it is a free-form UTF8 host name for presentation to the user. For example, “Rubel’s netbook”.
I had the same issue , and I have fixed the issue . Please follow the below guide , it's really helpful .
Set Hostname Permanently
https://www.awsmonster.com/2019/01/cwp-installation-perquisite-set.html
Disable Network Manager & Set Static IP
https://www.awsmonster.com/2019/01/cwp-installation-perquisite-disable.html
And Finally use the command
Code: [Select]
chattr +i /etc/hostname
28
PHP / Re: Error 503 for WordPress on PHP-FPM 7.3.4
« on: April 29, 2019, 10:28:18 AM »
Don’t forget to fix the permission
Go to User Account >> Fix Permission >> Select the user
Go to User Account >> Fix Permission >> Select the user
29
Postfix / Re: force postfix email to SSL
« on: April 29, 2019, 10:16:23 AM »
If you have hostname SSL with LetsEncrypt , you can use it for postfix and dovecot configuration file. And finally you can use secure smtp connection .
And it is also possible that every client get connected automatically through secure smtp for outlook/thunderBird ....etc
Please wait for that because I am preparing a detail documents
And it is also possible that every client get connected automatically through secure smtp for outlook/thunderBird ....etc
Please wait for that because I am preparing a detail documents
30
Postfix / Re: Manage your Postfix Mail Server using PostfixAdmin on CWP
« on: April 29, 2019, 10:07:54 AM »
If you want to assign someone only for mail/group mail or email account management and he doesn't have hosting management permission then what should you do ?
I hope you understand and Thanks for asking .
I hope you understand and Thanks for asking .