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.
Pages: [1] 2
1
Apache / Re: Apache AH00524 error with code 70007
« on: September 20, 2019, 09:33:45 AM »
I found the solution, for my configuration:
I disable module LoadModule reqtimeout_module modules / mod_reqtimeout.so in apache httpd.conf
I disable module LoadModule reqtimeout_module modules / mod_reqtimeout.so in apache httpd.conf
2
Apache / Re: Apache AH00524 error with code 70007
« on: September 04, 2019, 10:36:52 AM »
need help plz
3
Apache / Re: Apache AH00524 error with code 70007
« on: August 06, 2019, 10:24:11 AM »
I have the same problem, or what is the file?
My conf :
Apache version: Apache/2.4.39
PHP version: 7.3.6 PHP-FPM is forced
Web Servers: apache-only
My conf :
Apache version: Apache/2.4.39
PHP version: 7.3.6 PHP-FPM is forced
Web Servers: apache-only
4
Backup / Re: backup to compressed file
« on: April 19, 2017, 10:15:23 AM »
Hello,
Any news about this tools ?
Any news about this tools ?
5
SSL / Re: Error 500 after SSL with Letsencrypt
« on: July 08, 2016, 03:21:56 PM »
It does not work
6
CSF Firewall / Re: How To UpToDate ?
« on: May 19, 2016, 12:49:43 PM »
To access the site you must add the following argument to launch Chrome :
--explicitly-allowed-ports=xxxx
Exemple => "C:\Users\User\AppData\Local\Google\Chrome SxS\Application\chrome.exe"
Maybe add this in tuto
--explicitly-allowed-ports=xxxx
Exemple => "C:\Users\User\AppData\Local\Google\Chrome SxS\Application\chrome.exe"
Maybe add this in tuto
8
CSF Firewall / How To UpToDate / Tuto CSF ?
« on: May 19, 2016, 09:44:50 AM »
Hi,
This tuto http://wiki.centos-webpanel.com/how-to-enable-csf-ui are already up to date witch CWP 0.9.8.14 ?
Thx
This tuto http://wiki.centos-webpanel.com/how-to-enable-csf-ui are already up to date witch CWP 0.9.8.14 ?
Thx
9
PHP / Configuration file of PhpMyadmin
« on: May 19, 2016, 09:42:32 AM »
Hi everybody,
Where i find "phpmyadmin.conf" to Restrict phpMyAdmin By IP Address ?
Thx
Where i find "phpmyadmin.conf" to Restrict phpMyAdmin By IP Address ?
Thx
10
Apache / Re: All domain and sub domain, same page
« on: May 10, 2016, 07:29:17 AM »
thank you to everyone for your help.
For those who have similar issue, quick reminder on the behavior faced: primary domain was working fine when subdomains where only redirecting to the main domain whatever the subdomain setup.
The solution was directly linked to the SSL certs:
The problem did not come from my NS I reminds that this is a dev server and not a production server.
It was linked to SSL certificates, the autosigned cert used for dev was not wildcard and so blocking for https access to the subdomaine, I created a certificate (auto signed) for each subdomain, and not just for the primary one, which have solved all issues.
thx & bisou from french guy
For those who have similar issue, quick reminder on the behavior faced: primary domain was working fine when subdomains where only redirecting to the main domain whatever the subdomain setup.
The solution was directly linked to the SSL certs:
The problem did not come from my NS I reminds that this is a dev server and not a production server.
It was linked to SSL certificates, the autosigned cert used for dev was not wildcard and so blocking for https access to the subdomaine, I created a certificate (auto signed) for each subdomain, and not just for the primary one, which have solved all issues.
thx & bisou from french guy
11
Apache / Re: All domain and sub domain, same page
« on: May 06, 2016, 03:48:14 PM »
Nothing change :/
12
Apache / Re: All domain and sub domain, same page
« on: May 06, 2016, 02:24:27 PM »
NS should not have anything to do here, the domain and subdomain are only available with computer host file modified and pinging to the IP so not available trough real domain url or registrar records.
thx
thx
14
Apache / Re: All domain and sub domain, same page
« on: May 06, 2016, 01:42:27 PM »
Sure
This is my Contents of File: /var/named/esomar.org.db
This is my Contents of File: /var/named/esomar.org.db
Code: [Select]
; Panel %version%
; Zone file for esomar.org
$TTL 14400
esomar.org. 86400 IN SOA ns1.centos-webpanel.com. mtournier.prezenz.com. (
2013071600 ; serial, todays date+todays
86400 ; refresh, seconds
7200 ; retry, seconds
3600000 ; expire, seconds
86400 ) ; minimum, seconds
esomar.org. 86400 IN NS ns1.centos-webpanel.com.
esomar.org. 86400 IN NS ns2.centos-webpanel.com.
esomar.org. IN A 134.213.158.183
localhost.esomar.org. IN A 127.0.0.1
esomar.org. IN MX 0 esomar.org.
mail IN CNAME esomar.org.
www IN CNAME esomar.org.
ftp IN CNAME esomar.org.
; Add additional settings below this line
directory 14400 IN A 134.213.158.183 ; #subdomaindirectory
payment 14400 IN A 134.213.158.183 ; #subdomainpayment
testsb 14400 IN A 134.213.158.183 ; #subdomaintestsb
15
Apache / Re: All domain and sub domain, same page
« on: May 06, 2016, 01:30:34 PM »
hummmmm not sure to understand or not sure you have understand me, don’t get me wrong I don’t blam you for that and thank you very much for your help!
Currently all pages, domain and subdomain are on the same IP (dev server), the prod version works, my problem is juste that I can’t make subdomain rooted to the needed folders, it’s always pointing to the primary domain root documents folder.
Thanks
Currently all pages, domain and subdomain are on the same IP (dev server), the prod version works, my problem is juste that I can’t make subdomain rooted to the needed folders, it’s always pointing to the primary domain root documents folder.
Thanks
Pages: [1] 2