That's great, just what I was looking for :D !
Thanks, Michael
Type: Posts; User: Silent Ninja; Keyword(s):
That's great, just what I was looking for :D !
Thanks, Michael
I've been trying to restore a folder from a compressed backup, and noticed that you tar the contents of homedir, just to compress it afterwards with a new tar.gz
This forces me to decompress the...
Wow, I've never thought of that, it seems a really good idea, since it will only act on uploads which is what I want to avoid
I'll see what I can do in that script, thanks a lot
Apache only handles HTTP requests... not FTP ones. I'll contact the CSF team to see if they come up with something less invasive than blocking multiple countries with iptables.
I know but choosing only China and Rusia, my iptables gets huge and it can't be good to have that many filters to check on each connection... or is it? There must be a rule limit.
I'm trying to block some asian countries from accessing my server via FTP (Pure-FTPd), since most of the time they login on it is to try dictionary passwords, or to hack somebody.
I've already...
Sorry for reviving this old thread, but it would be awesome if when we add the SSL with a regular user (instead of nobody) and that user don't have a Dedicated IP, perhaps it should give us the...
In case you want to add it on httpd.conf you'd need to edit the "/usr/local/apache/htdocs" Directory tag, and add this line:
Header set Cache-Control "no-store, no-cache, must-revalidate"
And...
Thanks cPanelTristan, I'm sorry for the misunderstanding on my previous post.
I'll report it later and see what they tell me :)
PS: Ticket #2990655, I'll let you know if there's a positive...
Sure, CSF works, but redirecting users to a third party plugin because you don't want to fix a bug which makes one of your features unusable is not something I would call commitment.
cpHulk should...
It would be great if you add the PassivePort settings to the FTP Configuration panel on WHM.
When you use a firewall (probably a lot of users have one since CSF is pretty popular for cPanel) you...
I also need this to became a critical feature!
cpHulk won't work if it blocks the real users because of something a hacker/bot failed to do (guess an account's password). cpHulk will be an AWESOME...
Sure, just before the pipe ( | ) add this to each find: -ctime +30
#!/bin/sh
for domainhash in `cat /etc/userdomains | grep "\." | sed 's/ //'`
do
read domain user <<<$(echo $domainhash | sed 's/:/ /');
find...
I'm particulary annoyed about the "non running" cpbackup email, which sends me a notice everyday saying "[cpbackup] Backups are not scheduled to run today" and once a week (when I've setup the...
I've been reading this FAQ post... Apache PHP Request Handling ... where you talk about all the PHP options we can use with cPanel.
I know that mod_ruid2 is a new module that allow us to basically...
No no, look at this:
cp1 - user1 and user1_mysql
cp2 - user2 and user2_mysql
There's no collition, now migrate user1 from cp1 to cp2, they're both using the same MySQL server, so the database...
Again, try to migrate a site from cp1 to cp2, and tadá duplicated mysql
Oh sorry, I wanted to post there... but if you think that there is be a better way to solve the "2 cpanels on the same mysql server" without using multiple instances of MySQL, that would rock; since...
As I've said before, disabling database prefixes would work as it avoids databases names from colliding, but if you migrate an account between 2 servers who had the same Remote MySQL Server, the...
Usually the mysql database and user prefixes are cpuser_ which is fine for a single server or an unique mysql remote server per each cPanel.
Now given the scenario that you want to have 2 (or...
Ok, that seems to be what I was looking for, but I was hoping for a more easy way to learn, since...
On every account creation, I should take the domain and user account that's being created, park...
Recalling this thread, I've found this link http://forums.cpanel.net/f42/cpanel-api-1-2-parked-domain-hooks-125393.html which had some information about what I wanted, but the script just doesn't...
I need to create a script to park a domain like this on each new account:
$cpaneluser.`hostname` (ie. user.server.example.com) => parked to the www domain
So the users can access there as if it...
@cPanelDavidG, I couldn't agree more with that extremely precise conclusion, go get those developers ! :D