Recent content by mark_iwfhosting

  1. mark_iwfhosting

    Is this normal ?

    You can check the license status here: h(t)(t)ps://verify.cpanel.net/ If it's active run this via SSH: /usr/local/cpanel/cpkeyclt
  2. mark_iwfhosting

    Is there any way to do this ?

    You could allow only connections only from the outgoing IP of the first one to pass through the second.
  3. mark_iwfhosting

    Is there any way to do this ?

    That is an example lol. The first line is an ACL named "ip1" with a list of users. The second line says to allow that ACL to pass through the proxy. The 2rd line says what outgoing IP that ACL named "ip1" should use. >But that proxies also got username and pw . Guess I misunderstood what...
  4. mark_iwfhosting

    Bath script for random renaming files

    Guess it was batch not bash, inquiring minds gotta know. :D (I've used the second one on Winders for years great program BRU)
  5. mark_iwfhosting

    Is there any way to do this ?

    I haven't found an example mapping a user to IP but the squid page says it can be done, think it would be: acl ip1 proxy_auth user1 user2 user3 http_access allow ip1 tcp_outgoing_address 192.1.1.1 ip1
  6. mark_iwfhosting

    Is there any way to do this ?

    Squid allows you to map outgoing IP by user: www. squid-cache .org/Doc/config/tcp_outgoing_address/ Dante seems like it might, I don't know dante or what version you are suing but there is a "redirect" module you might want to look into on the configuration page for your version: www. inet...
  7. mark_iwfhosting

    How to send http requuest to https domain and retrieve multipe cookies?

    en. wikipedia. org/wiki/HTTP_302 10.3.3 302 Found The requested resource resides temporarily under a different URI. Since the redirection might be altered on occasion, the client SHOULD continue to use the Request-URI for future requests. This response is only cacheable if...
  8. mark_iwfhosting

    Awfull MySQL nightmares!!!!

    Why would you need to edit mysql.sock? You don't because it's a special file created by the server to allow the clients and server to use a piece of the filesystem via a named pipe. You can change the location and filename in my.cnf but should not need to edit the socket file for any reason.
  9. mark_iwfhosting

    Loading time of my site, can someone help me?

    First thing I would do is look at top and see what process is taking up all the CPU, is it a PHP process, database, something more... sinister? Litespeed supports caching WP both via a plugin and a without a plug in that should help. Opcache is available in PHP 5.5. Caching usually helps...
  10. mark_iwfhosting

    mysql is taking too much ram

    This is a nice script that makes good suggestions to improve performance: (h) (t) (t) (p) (s) :// github.com/major/MySQLTuner-perl As mentioned above we often recommend MariaDB as well.
  11. mark_iwfhosting

    Getting download link for a file from windows vps

    filezilla has a free windows FTP server or bitvise there's lots of them if you don't want to bother with configuring IIS, not sure what download software you using but it likely supports FTP/SFTP or you can use a free client for that too or a browser. Also can restrict access to it's user...
  12. mark_iwfhosting

    (Help Needed) WordPress Email Notification Flaw

    Have a look at this link, think it will help you out! (sorry about the obfuscation am new here) h (t) (t) (p) s developer(dot)wordpress(dot)org/reference/functions/wp_new_user_notification
  13. mark_iwfhosting

    Greetings and Salutations

    Hi, Good to meet you BHWers! I'm a hosting boffin who wants to learn up on what's happening on the other side of the keyboard. Seems like a nice place ya got here, thanks for having me! Your new pal, Mark
Back
Top