• Login
  • Register
  • Login Register
    Login
    Username/Email:
    Password:
    Or login with a social network below
  • Forum
  • Website
  • GitHub
  • Status
  • Translation
  • Features
  • Team
  • Rules
  • Help
  • Feeds
User Links
  • Login
  • Register
  • Login Register
    Login
    Username/Email:
    Password:
    Or login with a social network below

    Useful Links Forum Website GitHub Status Translation Features Team Rules Help Feeds
    Jellyfin Forum Support Troubleshooting SOLVED: Apache2 Proxy SubPath

     
    • 0 Vote(s) - 0 Average

    SOLVED: Apache2 Proxy SubPath

    whoo
    Offline

    Junior Member

    Posts: 3
    Threads: 1
    Joined: 2024 Jul
    Reputation: 0
    Country:Canada
    #5
    2024-07-20, 11:09 PM (This post was last modified: 2024-07-20, 11:40 PM by whoo. Edited 7 times in total.)
    Hi,

    After successfully testing with Caddy to validate my Jellyfin configuration, I found a workaround. 
    I have many subpath software, SSL authentication, password authentication (as backup auth), so:
      --> multiple sources of conflicts.

    Code:
    ### when upgrade to websocket redirect with proxy
    RewriteCond %{HTTP:Upgrade} websocket [NC]
    RewriteCond %{HTTP:Connection} upgrade [NC]
    RewriteRule "^/vidz/(.*)$" ws://127.0.0.1:8096/vidz/$1 [QSA,P,L]
    ###
    RewriteRule "^/vidz/(.*)$" http://127.0.0.1:8096/vidz/$1 [QSA,P,L]

    No more 404 on /jellyfin/socket Partying-face


    Whoo
    « Next Oldest | Next Newest »

    Users browsing this thread: 1 Guest(s)


    Messages In This Thread
    Apache2 Proxy SubPath - by whoo - 2024-07-20, 03:21 PM
    RE: Apache2 Proxy SubPath - by TheDreadPirate - 2024-07-20, 03:53 PM
    RE: Apache2 Proxy SubPath - by whoo - 2024-07-20, 09:16 PM
    RE: Apache2 Proxy SubPath - by TheDreadPirate - 2024-07-20, 11:07 PM
    RE: Apache2 Proxy SubPath - by whoo - 2024-07-20, 11:09 PM

    • View a Printable Version
    • Subscribe to this thread
    Forum Jump:

    Home · Team · Help · Contact
    © Designed by D&D - Powered by MyBB
    L


    Jellyfin

    The Free Software Media System

    Linear Mode
    Threaded Mode