Search:

Type: Posts; User: Silent Ninja; Keyword(s):

Page 1 of 8 1 2 3 4

Search: Search took 0.01 seconds.

  1. Re: Why homedir.tar inside a tar.gz file?

    That's great, just what I was looking for :D !

    Thanks, Michael
  2. Why homedir.tar inside a tar.gz file?

    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...
  3. Replies
    8
    Views
    493

    Re: Pure-FTPd Country Blocking

    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
  4. Replies
    8
    Views
    493

    Re: Pure-FTPd Country Blocking

    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.
  5. Replies
    8
    Views
    493

    Re: Pure-FTPd Country Blocking

    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.
  6. Replies
    8
    Views
    493

    Pure-FTPd Country Blocking

    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...
  7. Replies
    11
    Views
    11,753

    Re: Cannot install ssl certificate

    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...
  8. Replies
    4
    Views
    2,439

    Re: Fix defaultwebpage redirection caching

    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...
  9. Re: disable cphulk per-account blacklists

    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...
  10. Re: disable cphulk per-account blacklists

    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...
  11. Replies
    1
    Views
    775

    FTP Passive Port settings

    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...
  12. Re: disable cphulk per-account blacklists

    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...
  13. Replies
    9
    Views
    1,863

    Re: Empty all Junk and Trash

    Sure, just before the pipe ( | ) add this to each find: -ctime +30
  14. Replies
    9
    Views
    1,863

    Re: Empty all Junk and Trash

    #!/bin/sh

    for domainhash in `cat /etc/userdomains | grep "\." | sed 's/ //'`
    do
    read domain user <<<$(echo $domainhash | sed 's/:/ /');
    find...
  15. Replies
    0
    Views
    321

    Silencing some cpbackup emails

    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...
  16. What's your tips or your official opinion about Mod Ruid2 ?

    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...
  17. Re: Make Mysql databases (and users) prefix editable

    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...
  18. Re: Make Mysql databases (and users) prefix editable

    Again, try to migrate a site from cp1 to cp2, and tadá duplicated mysql
  19. Re: Make Mysql databases (and users) prefix editable

    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...
  20. Re: Make Mysql databases (and users) prefix editable

    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...
  21. Make Mysql databases (and users) prefix editable

    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...
  22. Re: Parking a domain after account creation

    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...
  23. Re: Parking a domain after account creation

    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...
  24. Parking a domain after account creation

    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...
  25. Filed with Developers re: SSL certificate per domain on all services (Case 55985)

    @cPanelDavidG, I couldn't agree more with that extremely precise conclusion, go get those developers ! :D
Results 1 to 25 of 189
Page 1 of 8 1 2 3 4