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.
1066
Apache / Re: question
« on: November 15, 2017, 06:38:04 AM »
currently this isn't possible automatically from cwp but can be done manually if you change apache port and set nginx by yourself...unfortunately this is only good if you will use it for a few of your sites since you would need to do all configuration manually.
I know that cwp has plan to include nginx with php-fpm but nobody still doesn't know when exactly this will be available as this is completely different then suphp as permissions need to be different.
I know that cwp has plan to include nginx with php-fpm but nobody still doesn't know when exactly this will be available as this is completely different then suphp as permissions need to be different.
1067
Information / Re: It works!
« on: November 14, 2017, 12:23:54 PM »
so in your case "It works!" means it "It works NOT!" 
your solution is probably here, I would suspect on NAT.ed mod
http://wiki.centos-webpanel.com/default-page-displayed-for-all-domains

your solution is probably here, I would suspect on NAT.ed mod
http://wiki.centos-webpanel.com/default-page-displayed-for-all-domains
1068
CentOS 6 Problems / Re: Until when I have to wait and pay for nothing?
« on: November 14, 2017, 12:21:41 PM »
try to update ticket, like "is this done ?"...maybe that could help
1069
Backup / Re: mount.cifs not mounting to directory
« on: November 14, 2017, 12:19:06 PM »
try googling about it, should be simple
http://www.serverlab.ca/tutorials/linux/storage-file-systems-linux/mounting-smb-shares-centos-7/
http://www.serverlab.ca/tutorials/linux/storage-file-systems-linux/mounting-smb-shares-centos-7/
1070
Apache / Re: Account Details
« on: November 14, 2017, 12:16:50 PM »
you have server with local ip which means that your public IP is nat-ed to your server and then you can enable nat-ed mod
here is the info (orange box)
http://wiki.centos-webpanel.com/default-page-displayed-for-all-domains
here is the info (orange box)
http://wiki.centos-webpanel.com/default-page-displayed-for-all-domains
1071
MySQL / Re: Warning: [obfuscated](): (HY000/2002): No such file or directory in ...
« on: November 14, 2017, 12:14:41 PM »
you need to locate mysql logs to check this issue, try /var/lib/mysql and /var/log
also try checking /var/log/messages as you maybe can find something interesting there
also try checking /var/log/messages as you maybe can find something interesting there

1072
CSF Firewall / Re: lfd on vpsxxxxxx.ovh.net: Excessive processes running under user xxxxxx
« on: November 14, 2017, 12:07:54 PM »
you can simply add that process to csf/lfd ignore list if you allow it
in file /etc/csf/csf.pignore at end as new line add this
exe:/usr/local/bin/php-cgi
then restart lfd
in file /etc/csf/csf.pignore at end as new line add this
exe:/usr/local/bin/php-cgi
then restart lfd
Code: [Select]
service lfd restart
1073
Apache / Re: HTTP2 / SPDY
« on: November 14, 2017, 12:04:47 PM »
the best would be that you wait for new cwp as it has it integrated for centos 7 with nginx for http & https.
next version is 360 for cwp el7.
next version is 360 for cwp el7.
1074
Installation / Re: CWP on Linode CentOS
« on: November 14, 2017, 12:01:46 PM »
if you use linode as you domain nameservers then all changes you do on the server you also need to copy to the linode, example if you add subdomains, dkim, spf you need to have them copied to the linode dns and you can have dns server off on your server since its not in use.
1075
CentOS 7 Problems / Re: View user web pages locally on local network?
« on: November 14, 2017, 11:58:29 AM »
you can modify hosts file on your computer or use mod_userdir in cwp, like this
If you want to modify your hosts file you can use this example
https://support.managed.com/kb/a683/how-to-modify-your-hosts-file-so-you-can-work-on-a-site-that-is-not-yet-live.aspx
Code: [Select]
http://192.168.1.1/~USERNAMEreplace USERNAME with account name, this will show you the content of /home/USERNAME/public_htmlIf you want to modify your hosts file you can use this example
https://support.managed.com/kb/a683/how-to-modify-your-hosts-file-so-you-can-work-on-a-site-that-is-not-yet-live.aspx
1076
Information / Re: Custom Nameservers Not Working
« on: November 11, 2017, 10:10:25 PM »
you can use this site for your dns settings testing
http://leafdns.com/index.cgi?testid=0F93BC95
Currently you have the issue that nameservers at ip 45.77.1.58 are not responding meaning that they don't have this domain loaded.
So you need to check if this domain is working properly on that dns in bind configuration.
any change in bind configuration requires that you reload named.
http://leafdns.com/index.cgi?testid=0F93BC95
Currently you have the issue that nameservers at ip 45.77.1.58 are not responding meaning that they don't have this domain loaded.
So you need to check if this domain is working properly on that dns in bind configuration.
any change in bind configuration requires that you reload named.
1077
CentOS 6 Problems / Re: Until when I have to wait and pay for nothing?
« on: November 11, 2017, 10:02:49 PM »
don't you use paypal ? if yes paypal has subscribe configuration so you simple need to remove auto-payment on your paypal account.
Also why don't you reopen a ticket or check what ever is status of your ticket is and request for the answer ?
Also why don't you reopen a ticket or check what ever is status of your ticket is and request for the answer ?
1078
CentOS 7 Problems / Re: internal server error and 503 permissions
« on: November 11, 2017, 09:58:41 PM »
you need to remove zend from your php include files since it works only with php 5.
simply check where its included and remove that line
simply check where its included and remove that line
1079
PHP / Re: Im having problems of Running Scripts in CWP7pro
« on: November 11, 2017, 09:52:51 PM »
you can't use permissions 777 for any folders/files, you can use in cwp under user account options "fix account permissions" and it will setup permissions for your account as they should be and you are ready to go.
Note that cwp is using suphp as php handler and it has more secure permissions on files and checks that
Required permissions
files = 644
folder = 755
since all scripts run under username first number means that you have write access.
Note that cwp is using suphp as php handler and it has more secure permissions on files and checks that
Required permissions
files = 644
folder = 755
since all scripts run under username first number means that you have write access.
1080
CentOS 7 Problems / Re: Timeout to change DNS to CentOS Web Panel
« on: November 11, 2017, 09:45:55 PM »
cwp has your dns data for domains only in /var/named/DOMAIN.db file, so you can simply edit that file and reload named to accept changes.
