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

Pages: 1 2 [3]
31
Apache / Re: Apache Compiler
« on: March 20, 2016, 10:17:26 AM »
Apache compiler doesn't remember my last compilation flags. I build my Apache with additional flags and every time I have to save them to external file or something like that :) Also after rebuilding Apache try to bind on port 80 - in my case I choose nginx proxy :)

32
Information / Re: Update for CentOS7
« on: March 19, 2016, 02:08:06 PM »
CentOS 7 doesn't make any difference at all, it does the same.

Wrong. There a lot of differences. For example init system :) No coincidence that the Cpanel version for Cent7 is not ready ;)

33
Apache / Re: Apache maxclient for prefork MPM
« on: March 03, 2016, 07:34:52 AM »
Actually this script not working property (probably because is version 0.3 or is 2 years old without maintenance) :) apachebuddy looking for string MaxClients and get the last founded value. Which is in this section:
Code: [Select]
<IfModule mpm_beos_module>
    StartThreads            10
    MaxClients              50
    MaxRequestsPerThread 10000
</IfModule>
Instructions above works just wrong report from this script ;)

34
Apache / Re: Apache maxclient for prefork MPM
« on: March 03, 2016, 06:25:24 AM »
Did you restart the httpd after changes ?

35
DNS Manager / bug with DKIM record append
« on: January 05, 2016, 06:32:11 AM »
If I append new DKIM record in the admin area the new record is broken (vim with :set list):

Code: [Select]
; Add additional settings below this linedefault._domainkey 14400 IN TXT "v=DKIM1; k=rsa; p=MIGfMA0GCSqGSIb3DQEBAQUAA4GNADCBiQKBgQCaJKTJvtbkUfGopmttOJc/9KcHOhpu000iPYzeBscEdHFWbCUM+9kFGPxkq8CxFLDWlyzPKbdhWz8eKNy39JlSDOzM6e+yZfLmZ7QBuoMuycAVP2/5wVf15QrhRYk7K9jdTzuXGHoHJnlXYOxECKufHD8uIorHhkYADHura5RvjwIDAQAB"$
The problem is there no new line after the ; Add additional settings below this line or before the new DKIM record. If I append new record everything looks like normal:

Code: [Select]
; Add additional settings below this linedefault._domainkey 14400 IN TXT "v=DKIM1; k=rsa; p=MIGfMA0GCSqGSIb3DQEBAQUAA4GNADCBiQKBgQCaJKTJvtbkUfGopmttOJc/9KcHOhpu000iPYzeBscEdHFWbCUM+9kFGPxkq8CxFLDWlyzPKbdhWz8eKNy39JlSDOzM6e+yZfLmZ7QBuoMuycAVP2/5wVf15QrhRYk7K9jdTzuXGHoHJnlXYOxECKufHD8uIorHhkYADHura5RvjwIDAQAB"$
$
test     14400   IN      A       A.B.C.D^I; #subdomain test$

Pages: 1 2 [3]