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

Pages: 1 [2]
16
Information / Re: PHP or Apache disabled functions
« on: August 29, 2017, 01:46:54 AM »
Wordpress with W3 Total Cache isn't able to check some modules in Compatibility Check tool.

The code that do this checks use "apache_get_modules" function, that is disabled.

I know the modules is installed, but customers want see the "ok" on Compatibility Check tool.

There is no how "whitelist" some functions?

Thanks!


17
Information / PHP or Apache disabled functions
« on: August 28, 2017, 04:47:14 PM »
Hi everyone!

Does PHP or apache have disabled some functions by default in CWP?
I need to run "apache_get_modules" and nothing gets returned.
I found this issue running a Wordpress W3 Total Cache compatibility test, wich tell modules not installed in Apache, but they are installed.

I have done a search for "disabled_functions" in PHP ini files compiled through PHP Selector and nothing was found. There is other files with this option?

Thanks!

18
SSL / Re: SSL with subdomains, wildcard problem
« on: August 28, 2017, 04:40:15 PM »
Yes, sure it works!

But is interesting that pannel do it automatically. How we can tell to developers about this issue?

19
SSL / Re: SSL with subdomains, wildcard problem
« on: August 25, 2017, 03:40:35 AM »
I think if you not use * in domain, when you generate a CSR, the ssl seller won't understand as Wildcard certificate, because there is no *. in domain.

In filesystem, some links was created wrong, I think.
Why dont replace the *. part of file by *-, fo example? This should work.

Another hint is to create a option to upload certificate, like cPanel do.


20
SSL / Re: SSL with subdomains, wildcard problem
« on: August 25, 2017, 03:23:16 AM »
Hi!

Im facing this problem too. It creates a file started with *.yourdomain.com.crt, but this *. have problems with linux filesystem.
Does anyone has installed a Wildcard on CWP before?

21
CentOS 7 Problems / Problem installing Wildcard SSL valid certificate
« on: August 22, 2017, 10:06:43 PM »
Im facing problem installating a valid Wildcard SSL.

When I generate the CSR using *.domain.com (*. because it is wildcard), the file generated contains *. in the name, causing problems with linux filesystem.
I think the . must be replaced in file names.

Pages: 1 [2]