OooLong
- Total activity 128
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 0
- Subscriptions 25
Comments
Recent activity by OooLong-
Hello, sorry but where is the features section? when I did ps aux | grep mailman I see nothing for mailman services but the Mailing List Manager is still Enabled in service manager, how is this so?
-
root@snvf [/onedata/dox/public_html]# ps aux | grep dovecot root 6028 0.0 0.0 19604 1092 ? Ss 17:57 0:00 /usr/sbin/dovecot dovenull 6033 0.0 0.0 42220 2324 ? S 17...
-
I did both step 1 & 2 and this don't really have anything to do with httpd.conf as it concern pre_main_global.conf and the settings in it. Was it right for me to put those setting in pre_main_globa...
-
Last question. Here is my out put for /usr/local/cpanel/bin/rebuild_phpconf --current Available handlers: suphp fcgi cgi none DEFAULT PHP: 5 PHP4 SAPI: none PHP5 SAPI: fcgi SUEXEC: enabled RUID2: ...
-
So this line is still valid even when mod_fcgid.c is not list in httpd -l?
-
Michael, The reason I'm asking this is because if it is currently using fcgi handler. Does this directives still work? If there is no mod_fcgid.c found from httpd -l? Thanks. FcgidBusyScanInterv...
-
/usr/local/apache/conf/userdata/std/2_4/$user/$domain/$includename.conf I'm done creating directory structure as instructed. Do I just repeat adding this CustomLog and comment it out, and that wil...
-
I don't see a /usr/local/apache/conf/userdata folder. Do I need to create one?
-
[quote="cPanelMichael, post: 1633452">You do not have to run the distiller, but it's a good idea to test the changes before restarting Apache with a command such as: /usr/local/apache/bin/apachect...
-
One last question. I added this in pre_main_global.conf: [QUOTE] ServerLimit 40 StartServers 2 MaxClients 1000 MinSpareThreads 25 MaxSpareThread...