Mike St
- Total activity 37
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 0
- Subscriptions 5
Posts
Recent activity by Mike St-
stopping whm/cpanel from restarting apache daily
I have WHM/Cpanel on my server. I visit my shell and when I look through the apache logs, I see SIGTERM at around 7am every day and apache restarts. I checked through anacron and cron configuration...
-
Selecting apache status in WHM gives error
I tried to use my own homemade module with apache on the server and so far, everything seems to work fine with it, however I receive the following error message in red when I select the "apache sta...
-
Making new cPanel module
So far, after reading documentation, I was able to create a module icon and upon selecting it, I was able to access my custom code shown below and the correct output was displayed. [PHP] include("...
-
Does apache username and group have to be "nobody"?
I'm just wondering if I can safely change the apache username and groupname without causing any WHM or Cpanel component to fail to load as a result on relying on the nobody username.
-
disable suexec
In my rawopts file (located at /var/cpanel/easy/apache/rawopts/Apache2_2), I have the following line: --disable-suexec And I did add two blank lines by accident in the config file. When I run e...
-
suexec AND mod_ruid2 in apache?
Here's my problem. I ended up creating my own apache module to try to update a file that the default apache user has access to with no success. I keep receiving permission error even tho I asked a...
-
Running logs and stuff in memory
I'm running a server with linux CentOS 6 with whm/cpanel installed. I made a website that utilizes a caching system for speed. At the moment, I'm using tmpfs (temporary file system) to store all ...
-
apache bench reports slow speed on cpanel services
Here's my issue. I have a dedicated dual-core centos 2.8Ghz server with 2GB ram and 4GB swap space. On a super busy day about 100MB swap is used but I haven't seen that in a while. Now the usage...
-
selecting background running processes
I don't know the best section to post this but here goes... On my server with WHM/Cpanel installed, I noticed alot of entries in my crontab similar to the following: 0 6 * * * /usr/local/cpanel/s...
-
suphp from ram disk
Has anyone been able to run suphp from ram on linux? Here's what I done. I copied the entire folder suphp to the ram disk (in /dev/shm folder) from the /opt folder with all permissions intact. I ...