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

Pages: 1 [2] 3
16
PHP / Default PHP.ini
« on: December 05, 2021, 04:03:30 PM »
Hi guys
Is possible set the default php.ini settings?
If yes, how to do that?

17
CentOS-WebPanel GUI / Custom Theme
« on: December 01, 2021, 10:44:50 AM »
Hi Guys
Anyone already create a custom themes to CWP?
If yes, can tell me which things you used to make the custom theme?

18
Backup / Backup noob
« on: December 01, 2021, 10:34:21 AM »
Hi guys
I have some questions about the backups on CWP:
  • How to restore backups?
  • Any way to limit number of backups to retain?
  • I have the new backup and the (old) backup configured, which is the better backup option?

Thanks

19
SSL / Insecure SSL on email
« on: August 08, 2021, 10:56:40 AM »
Hi guys
Anyone can help me to fix the insecure warning on email ssl?
Already have troubles on one website because that.

Already try create a new SSL but not fixed!

20
Hello,

I found out, that the problem was the internal IP of Amazon Web Services AWS and EC2 and the elastic IP.
This has to be done:

vi /usr/local/cwpsrv/conf.d/cwp-ssl.conf

Listen 2031
<VirtualHost 123.456.789.012:2031>
        ServerName 123.456.789.012
        SSLEngine on
        SSLCertificateKeyFile /etc/pki/tls/cwp-123.456.789.012.key
        SSLCertificateFile /etc/pki/tls/cwp-123.456.789.012.cert
        SetEnvIf User-Agent ".*MSIE.*" nokeepalive ssl-unclean-shutdown
</VirtualHost>

change to:

Listen 2031
<VirtualHost *:2031>
        ServerName *
        SSLEngine on
        SSLCertificateKeyFile /etc/pki/tls/cwp-123.456.789.012.key
        SSLCertificateFile /etc/pki/tls/cwp-123.456.789.012.cert
        SetEnvIf User-Agent ".*MSIE.*" nokeepalive ssl-unclean-shutdown
</VirtualHost>

service cwpsrv restart

Now it works fine with https.

regards
Kobby

In my server I not have this file. But I have the same issue

21
How to / How to fix cache policy and reduce server response time?
« on: July 10, 2021, 01:34:01 PM »
Hy guys
Some times I have the problem of server response time on my GTMetrix tests.
And other problem is the cache policy.
Any solution for that?
Anyone can help me?

See my GtMetrix test: https://gtmetrix.com/reports/confraria.daniel-sousa.com/jX1wRrdM/

22
Some times I have same problem
And other problem is the cache policy.
Any solution for that?

See my GtMetrix test: https://gtmetrix.com/reports/confraria.daniel-sousa.com/jX1wRrdM/

23
PHP / How to set global php.ini for all websites
« on: July 06, 2021, 03:50:41 PM »
Guys is possible I set the default php.ini configuration and apply to all websites?

24
SSL / SSL not working
« on: June 29, 2021, 05:11:16 PM »
Hi guys
I'm trying generate an SSL tutods.net domain, but I receive this:
Quote
Websites prove their identity via certificates. Firefox does not trust this site because it uses a certificate that is not valid for tutods.net. The certificate is only valid for server.server2tech.com.

I'm generating from Auto SSL tool.
Anyone can help me?

25
E-Mail / Re: Roundcube Problems
« on: September 29, 2018, 07:09:54 AM »
Can you upload the error screenshots?

How to view email data (server and ports) to connect in outlook?

26
Aplications / WordPress Optimization
« on: September 29, 2018, 07:07:28 AM »
Hi.
What configurations you recommend change for improve perfomance a WordPress site?

27
Installation / User + Domain
« on: September 29, 2018, 07:06:42 AM »
Hi.
When i create an User, i insert a domain name, but after create this user the domain no appear in menu List Domains.
Any solution?

28
SSL / Re: Hostname link not work.
« on: September 29, 2018, 06:59:31 AM »
Yes, I add!

29
E-Mail / Re: Roundcube Problems
« on: September 29, 2018, 06:58:51 AM »
Has fixed now.
Thanks

30
SSL / Re: SSL in CWP (URL)
« on: September 29, 2018, 06:57:16 AM »
Yes

Pages: 1 [2] 3