outpostmm
- Total activity 29
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 0
- Subscriptions 7
Comments
Recent activity by outpostmm-
Is that referring to the Transfer or Restore a cPanel Account tool? All I would have to do is copy the backup file to /home or /root, or others, correct?
-
Will increasing the max upload size affect the memory limit as well, does WHM apply one of those options as the memory limit? If not, is there any other way to increase it? The database is about ...
-
I'm still going through the explanation of the spec file and things like that, but looking at one of the examples it looks like the source file just includes the various Apache header files, is tha...
-
I've been restarting rsyslog regularly during this process, my first edit to the file caused it to log everything to a custom file so I at least know that I'm editing the right file. I did create ...
-
According to netstat -tulpn, it looks like rsyslog might not be listening on port 514: udp 0 0 0.0.0.0:514 0.0.0.0:* 7461/rsyslogd udp6 0 ...
-
I was able to use tcpdump to verify that the cPanel server is receiving logging traffic on UDP port 514 from the pfSense device, but I can't get the server to write those messages to a log file. I...
-
This was solved through support, it sounds like there was an old expired certificate still installed on the shared IP that was blocking adding the new one.
-
I wasn't able to go into single user mode, I'm not even sure if the system is using grub. There was a brief splash screen which said to press any key to get to the menu, but it seemed to be ignori...
-
If I can't use a regular expression in the directory specification, how can I set that option for all sub-directories under resources while still allowing it in resources?
-
Thanks for the reply. It doesn't look like the AllowOverride directive is going to work for this situation. It looks like I can only apply that directive in the main server config file, and I can...