M373H
- Total activity 20
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 0
- Subscriptions 4
Activity overview
Latest activity by M373H-
M373H created a post,
How can I restrict certain commands in Jailed Shell?
Hello, I have jailed shell enabled for user accounts however they are able to execute commands like wget, top and others which I don't want users to be able to run. So how can I restrict those co...
-
M373H created a post,
MariaDB uses more resources than MySQL
I recently upgraded from MySQL 5.5 to MariaDB 10.0 through WHM interface. After upgrading, rebuilding Apache & PHP, I noticed that memory usage went up by around 200+ MB. I have a VPS of 2 GB avail...
-
M373H created a post,
How to create an accumulative URL for an app within cPanel demo?
Hello, I have a cPanel demo account on my server. There are some apps in there which I would like to provide a direct demo link for them instead of getting into cpanel demo first and then search f...
-
M373H commented,
Hello, Is there a particular reason on why you would want to (or need to) do that? I suppose you could use a scripts hook to do this. However, it's not really necessary. Thank you for your repl...
-
M373H created a post,
Automatically run /scripts/ensure_vhost_includes --all-users after account creation
Hello, I'm wondering if there is a way to make cPanel run the following commands automatically every time account is created: /scripts/ensure_vhost_includes --all-users /etc/init.d/httpd restart ...
-
M373H created a post,
How to switch to implicit FTPS?
Hello, Currently my server is configured to use TLS encryption for FTP. It is explicit since it uses FTPES and on port 21. I need to switch to implicit FTPS that works on port 990. I'm using Pure...
-
M373H commented,
Hello, You should not have to create a LogFormat entry for each virtual host. You can simply modify the main LogFormat entries, which should apply to the Apache domlogs. The following document sho...
-
M373H created a post,
Disabling TLS encryption support for specific FTP account
Hello, I have a third party software that doesn't work with TLS encryption enabled (required) for FTP. If I make it "Optional", it will affect server's PCI compliance status. Not all of the websi...
-
M373H created a post,
How to customize LogFormat for Apache Virtual Hosts?
I really need some help with this. My server has multiple virtual hosts, each virtual host has its access log, I need to be able to customize the LogFormat for each virtual host exist on server. I ...
-
M373H commented,
Could you try editing both entries in the httpd.conf file and then run the s %b \"%{Referer}i\" \"%{User-Agent}i\" %{CF-Connecting-IP}i" combined LogFormat "%h %l %u %t \"%r\" %>s %b %{CF-Connectin...