• Some users have recently had their accounts hijacked. It seems that the now defunct EVGA forums might have compromised your password there and seems many are using the same PW here. We would suggest you UPDATE YOUR PASSWORD and TURN ON 2FA for your account here to further secure it. None of the compromised accounts had 2FA turned on.
    Once you have enabled 2FA, your account will be updated soon to show a badge, letting other members know that you use 2FA to protect your account. This should be beneficial for everyone that uses FSFT.

Recent content by smdion

  1. S

    Where to get vSphere Web Client 6.0

    I'm running this currently.. without vSphere https://labs.vmware.com/flings/esxi-embedded-host-client
  2. S

    LastPass Bought By LogMeIn For $110 Million

    I was a LastPass user up until yesterday, switched to 1Password. I do not trust any company (especially LogMeIn) who have shareholder to treat LastPass as its previous owners did...
  3. S

    Streaming from an external Drive & other things

    Plex can do this - https://plex.tv/
  4. S

    Apache Reverse Proxy and Custom Error Documents

    This Is what i have for custom error pages
  5. S

    Apache Reverse Proxy with SSL

    I run a reverse proxy with no issues to access my media servers easily. Config: http://www.seandion.info/dockers/proxy-config.conf My question is a lot of the media servers have built in SSL capabilities. Is it better connect to my proxy over HTTPS than go have my proxy direct me to the...
  6. S

    Need Av for Mac

    We use sophos in our school district, works well.
  7. S

    Chromecast 2014: An Open SDK, Big International Plans

    Local media playing is there is Plex Media Center
  8. S

    Apache2 Reverse Proxy Rewrite help

    OK. Part 2 of this request. My unraid server has a file at 10.10.10.11:8008/update.htm that passes thru all the commands to restart server, change anything, etc... So its requesting thru domain.com/update.htm. I don't want to pass all root files thru to 10.10.10.11. Is there a proxy...
  9. S

    Apache2 Reverse Proxy Rewrite help

    Thanks! I ended up using a combination of both ProxyPass http://10.10.10.11:8008/Shares ProxyPassReverse http://10.10.10.11:8008/Shares Redirect 301 /Shares /unraid/Shares # Ouput html from proxy filter SetOutputFilter proxy-html...
  10. S

    Apache2 Reverse Proxy Rewrite help

    You may, and how would I go about implementing that ;)
  11. S

    Apache2 Reverse Proxy Rewrite help

    Thanks for the help. One last question. I also have ProxyPasses for other services running on different IPs/Ports in the same default document. How to I put in the rewrite without having it effect those?
  12. S

    Apache2 Reverse Proxy Rewrite help

    <Location /unraid> ProxyPass http://IPADDRESS:8008/ ProxyPassReverse http://IPADDRESS:8008/ </Location> <Location /Main> ProxyPass http://IPADDRESS:8008/Main ProxyPassReverse http://IPADDRESS:8008/Main </Location> <Location /plugins> ProxyPass...
  13. S

    Apache2 Reverse Proxy Rewrite help

    I do have mod proxy installed. It works great at the domain.com/main I just want it to work at domain.com/unraid/main
  14. S

    Apache2 Reverse Proxy Rewrite help

    Right now I have my unraid server behind my proxy so I only have port 80 open to the world. The downfall is my unraid is a www.domain.com/main, www.domain.com/shares and so on. I want to move it to www.domain.com/unraid/main and www.domain.com/unraid/shares. I have dug through the man pages...
Back
Top