Search results

  1. W

    Need Help with Nginx Configuration

    first gues is that you are running out of php processes? let's increase the max_children in /etc/php-fpm.d/www.conf in the example it was changed to 75
  2. W

    Invalid SSL certificate

    vulnurable for DROWN-Attack and POODLE-Attacks
  3. W

    Invalid SSL certificate

    Hi, unfortionately your ssl-certificate is expired (and your settings are a little bit troublesome) can you please take a look? Thanks :) -> https://www.ssllabs.com/ssltest/analyze.html?d=wjunction.com
  4. W

    FTP on Ubuntu 16.04

    that's relativly easy to achive :) edit your /etc/vsftpd.conf search for local_umask if it's commented out, enable it it should then look like this: local_umask=022 additionaly you can comment in / modify chmod_enable=YES file_open_mode=0755 after a restart of the vsftpd it should now...
  5. W

    VPS for legal & illegal projects

    Chatted with their support. a max of 100GB per month traffic is all you will get.
  6. W

    [VPSnet.com] - Fast SSD VPS in Europe| From 2.10 $ 1GB RAM, 30-DAYS MONEY BACK

    Hi, just a quick question: if i choose the VPS-3 Package with the 100Mbit line, i'm theoretically be able to push 33TB of data. is this okay for you?
  7. W

    FTP on Ubuntu 16.04

    have you opened your firewall (if present) have you tried adding local ftp-users? a relatively good tutorial is this one: https://www.digitalocean.com/community/tutorials/how-to-set-up-vsftpd-for-a-user-s-directory-on-ubuntu-16-04 what does sysstemctl says? - check the status systemctl...
  8. W

    Streaming from windows VPS - sound problem

    what tools are you using for streaming? Windows should always at least install some internal Sound-thingy. Perhaps you "just" have to switch this in your software?
  9. W

    Cloudflare Business - Railgun - does anyone use it?

    i've tested it for about a month. As for me, I haven't seen a faster response. There could be a slightly better caching, but this also could have been some other problem. The Pro and even the free-plan normaly works quite well. An Update on the page will result in the change at no time. CF...
  10. W

    Always getting Server error on Webmaster Tools

    if it's "only" a 522-Error that means, that the request can't be handeled. Mainly that's because of one of the following problems: * the server is totally overloaded, so that he can't answer fast enough (not enough io, ram, etc. so swapping, timeouts etc.) * your script is bogus and creates...
  11. W

    help installing windows server

    just a windows-installation without the windows gui. Seems like a normal windows server core installation for me. start the servermanager (just type it) and install "User interfaces and Infrastructure" under features - do a reboot. You now should have the "normal" GUI.
  12. W

    how i can allow multi users logins in windows server 2012 ?

    as per default you only got 2 sessions. to use more, you have to install the "Remote Desktop Services Session Host" role. Unfortunately you then need extra CAL-Licences (you have 120days "demo" after installing the role)
  13. W

    SQL - Need to update thousands of posts - Updating a paticular part of my post

    if you know your old "text" and you have the new one. just do a replace UPDATE wp_posts SET post_content = REPLACE(post_content, '<oldlink>', '<newlink>') WHERE ID <=4 if you are sure all your links will only apply one time, you can skip the where clause. if not, use it :)
  14. W

    Which Device Should I have for Connecting 2 Rack from 2 Different Data Center

    easiest thing i can think of is to use a cdn. Just buy a server somewhere in the internet und push your content to the CDN. Voila - fast network (though probably a bit expensive. the other way: setup a file-sync and a mysql-cluster. For reading they should use the local connection, so it's...
  15. W

    help with ssh tunneling

    add another listening-port to your server s.th. like 443 (this shouldn't be blocked) Then you can e.g. setup a socks proxy through this ssh-connection. look here: How to create an SSH tunnel using Putty and using that tunnel as a Firefox SOCKS proxy
  16. W

    how can i iframe a page without frame code?

    php include go to the code, where your iframe was loaded. comment out this. open php-tag and include the page like <?php include "/page2.html" ; ?> just make sure, your page2 don't have another html-tag - you don't need this. just some divs etc. pp
  17. W

    Create a VPN Server on Windows 2012 | HOW

    i'm assuming you don't want to install openvpn, but the windows one? -> How to Install VPN on Windows Server 2012 R2 | Thomas Maurer or as video: https://www.youtube.com/watch?v=9qbpxKRb-94 (you can skip the thing with the router at the end)
  18. W

    Dedicated Urgently need 2 exotic servers

    as for venezuela i only know of http://www.daycohost.com/Portafolio/Servicios-CLOUD-COMPUTING/VPS.aspx
  19. W

    Server Config and Its performance ?

    i have a similar machine with them. i'm handling around 1 to 3k unique visitors 24/7 with response-times below 3seconds for a dynamic xenforo page. thus generating a minimum 40Mbit with peaks up 60Mbits. and i can handle twice the usual load. (if counted peak-times) or tripple the load without...
  20. W

    Host a website on your home pc (dinamic ip)

    use a cloudflare windows client - no need for a cpanel or anything else e.g. https://github.com/birkett/CloudFlare-DDNS-Updater dl: https://github.com/birkett/CloudFlare-DDNS-Updater/releases
Back
Top