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

Pages: 1 ... 57 58 [59] 60 61 ... 114
871
CentOS 7 Problems / Re: Bind dns service Faild
« on: May 30, 2019, 08:19:12 PM »
i think you've deleted main DNS Dbs/configs. Contact support for the checks

872
Apache / Re: Apache AH00524 error with code 70007
« on: May 18, 2019, 01:07:31 AM »
Add this line to apache vhost under "proxy_fcgi_module"
Code: [Select]
ProxyTimeout 600
eg :
Code: [Select]
        <IfModule proxy_fcgi_module>
<FilesMatch \.php$>
SetHandler "proxy:%backend_fcgi%|fcgi://localhost"
</FilesMatch>
        ProxyTimeout 600
</IfModule>

873
E-Mail / Re: how to disable roundcube centos web panel 6
« on: May 18, 2019, 12:53:52 AM »
rename roundcube dir to disable roundcube access
Code: [Select]
mv /usr/local/cwpsrv/var/services/roundcube /usr/local/cwpsrv/var/services/roundcube.bak

874
for name server setup check the wiki
http://wiki.centos-webpanel.com/how-to-setup-name-servers

875
Installation / Re: Can I install the cwp panel on my server
« on: May 17, 2019, 01:22:25 PM »
Help me with your presence
I own a CentOS 6 server.
Specifications
64bit Server - 512MB RAM
HDD - 10 GB
Can I install the cwp panel on my server
you can use it for testing only not for production.

876
for large files use FTP/SFTP

877
E-Mail / Re: Port 25 blocked, Im not using port 25
« on: May 17, 2019, 01:17:59 PM »
Reading carefully the post, looks like my issue isn't the exactly the same.

I can receive e-mail but I can't send, I use thunderbird and port 587 to send e-mails but when I check mail logs I see this:
"...delay=none, delay=164006, delays=164006/0.01/0/0, dsn=4.4.1, status=deferred (delivery temporarily suspended: connect to hotmail-com.olc.protection.outlook.com[104.47.1.33]:25: Connection timed out)"

It looks like postfix uses only port 25. I want to mention that port 25 is blocked to my VM.
then you need to use external mail server which have port 25 open or sendgrid or similar Email Delivery Services.

878
E-Mail / Re: Roundcube CWP7 500 error FIX
« on: May 17, 2019, 01:14:07 PM »
you can run this script to :
Code: [Select]
sh /scripts/mail_roundcube_update

Roundcube has had the same release for two years
what version you've  ? before and after update ?

879
Backup / Re: User-Backup: initialized by cronjob?
« on: May 17, 2019, 01:09:18 PM »
you can check the cron daily dir for the cron jobs. Cron logs will also help you understand on which time they are running.

880
Information / Re: addon domain temporary url not working
« on: May 17, 2019, 01:06:12 PM »
ask you developer how you can do it as root .htaccess is for only root dir for website you can use multiple htaccess for subdir with different rules.

881
CentOS Configuration / Re: Simple Crossover
« on: May 17, 2019, 08:32:56 AM »
Hi,
for cwp installation you need to have clean os

882
you need to use php-fpm in order to use opcache

883
Updates / Re: Is there a way to turn all updates off?
« on: May 17, 2019, 08:25:47 AM »
Igor : Its not a good idea on a workstation but on a server, its NEVER a good idea to have automatic updates.  Keeping an uptime high is much easier when a sysadmin knows when and what is updated.
you'll get much more serious issue if you didn't update it

884
Hello
try to rebuild webserver settings

885
E-Mail / Re: Roundcube CWP7 500 error FIX
« on: February 05, 2019, 07:12:07 AM »
you can run this script to :
Code: [Select]
sh /scripts/mail_roundcube_update

Pages: 1 ... 57 58 [59] 60 61 ... 114