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.
1681
Apache / Re: Apache maxclient for prefork MPM
« on: February 25, 2016, 02:09:44 PM »
No body knows it ?
1682
Apache / Apache maxclient for prefork MPM
« on: February 25, 2016, 09:33:47 AM »
hello im using apache 2.2.31 with suphp i want to increase the maxclient for prefork MPM. How to increase it? as I didn't found any documents to configure it.
1684
DNS / Re: The NS aren't working / information added
« on: February 01, 2016, 08:41:24 AM »Dear community,you have to contact host provider support for this
I followed your instructions, however it doesn't work.
I added ns1.mydomain and ns2.mydomain with the ip to cwp. Then i added ns1.mydomain and ns2.mydomain to my domain settings. (A record, pointing to the IP)
What's wrong?
Thank you very much! If you need any more details please ask.
Information:
Zone of my domainCode: [Select]; Panel %version%
; Zone file for wecareabout.it
$TTL 14400
wecareabout.it. 86400 IN SOA ns1.wecareabout.it. moritz-****.hotmail.de. (
2013071600 ; serial, todays date+todays
86400 ; refresh, seconds
7200 ; retry, seconds
3600000 ; expire, seconds
86400 ) ; minimum, seconds
wecareabout.it. 86400 IN NS ns1.wecareabout.it.
wecareabout.it. 86400 IN NS ns2.wecareabout.it.
wecareabout.it. IN A 51.255.***.**
localhost.wecareabout.it. IN A 127.0.0.1
wecareabout.it. IN MX 0 wecareabout.it.
mail IN CNAME wecareabout.it.
www IN CNAME wecareabout.it.
ftp IN CNAME wecareabout.it.
; Add additional settings below this line
ns1 14400 IN A 51.255.***.**
ns2 14400 IN A 51.255.***.**
ns1.wecareabout.it. 14400 IN A 51.255.***.**
ns2.wecareabout.it. 14400 IN A 51.255.***.**
1685
SSL / Re: Remove ssl and redirect https requests to http
« on: January 30, 2016, 12:16:55 PM »
thanks for your reply. Can you please elaborate what to do

1686
SSL / Remove ssl and redirect https requests to http
« on: January 30, 2016, 09:19:26 AM »
How to remove the ssl from domain and redirect all https requests to http?