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

Pages: [1]
1
SSL / Can't autossl domain
« on: April 03, 2019, 07:03:26 AM »
Whenever i try it, in the validate process it just says "DNS of your domain doesn't point to this server or you have htaccess restrictions"

my domains are dns managed on cloudflare, domains and subdomains are all targeted to my VPS by the A field (i read somewhere to prefer it over cname) i also tried to create a dns zone in cwp with standard settings and A field with server address(not 127.0.0.1).

have cloudflare crypto set on "full (strict)", i was using same settings with plesk, and didn't have problems issuing letsencrypt certificates with it.

can you suggest me how to solve this? thanks


2
High Performance / Re: Wordpress - High-Performance instructions
« on: April 01, 2019, 03:17:54 PM »
hi, am here for a question about varnis and wordpress.. is Varnish default vhost template "wordpress" suggested for any kind of wordpress site?
thx

3
PHP Selector / not sure opcache for php 7 (selector) is active
« on: February 16, 2016, 02:33:14 PM »
i have compiled php 7 with --enable-opcache in php selector edit flags

then i have commented out linex in php.ini ( /opt/alt/php7/usr/php/php.ini )
then i added the line

zend_extension=/usr/lib64/extensions/no-debug-non-zts-20131226/opcache.so

but i can't understand how i would notice it is working
in the list modules in php selector, there's no opcache
in phpinfo, on a site i use php7, only two things about opcache are "configure command" and "author credits"

someone has a suggestion?

4
Apache / nginx reverse proxy, can't access phpmyadmin
« on: November 24, 2015, 02:28:02 PM »
if i enable it, i can't access phpMyAdmin, browser just downloads the index.php as a file...
going to phpMyAdmin/ folder, just downloads a no size file called "download"


5
Mod_Security / installed cwaf rules, now?
« on: November 22, 2015, 08:29:26 AM »
i installed first modsec with owasp rules, then i installed cwaf (comodo) rules following this guide
https://panel.bullten.net/knowledgebase/48/Install-ModSecurity-and-Comodo-WAF-in-CWP.html

but i can't access the log it says at the end, it doesn't exist
looking at cwp (not terminal), mod security conf, i didn't find the include, so i wrote it by hand in configuratioon file

now...
can owasp be not compatible with cwaf? how can i disable owasp and leave cwaf?
thanks

6
DNS / need help with dns config between mydomain---->cloudflare---->myvps
« on: November 19, 2015, 11:33:42 AM »
good morning, i need help to config my new vps on stablehost

i use Centos web panel

for now i did this configuration

my registrar:

domain.com ns1.cloudflare.com
ns2.cloudflare.com

then in cloudflare i set

domain.com A xxx.xxx.xxx.xxx (my vps address)
ftp A xxx.xxx.xxx.xxx (my vps address)
www A xxx.xxx.xxx.xxx (my vps address)
ns2   A xxx.xxx.xxx.xxx (my vps address)   
ns1   A xxx.xxx.xxx.xxx (my vps address)

now, what i have to do? what nameserver should i use in Centos web panel?
do i have use ns1.mydomain.com and ns2.mydomain.com? do i have to use cloudflare nameserver, and i can cancel the ns1 and ns2 i created?



thanks a lot for your help is my first vps config, usually i used shared hosting with cpanel wich did everything

Pages: [1]