• 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 Networking & Access debian13+apache+jellyfin

     
    • 0 Vote(s) - 0 Average

    debian13+apache+jellyfin

    qbwdp
    Offline

    Junior Member

    Posts: 6
    Threads: 1
    Joined: 2025 Aug
    Reputation: 0
    Country:United States
    #6
    2025-08-20, 12:49 PM
    Thank you for the config. I converted it to apche2 as best I could. Here is what I got out of yours, it is quite straight forward, I could not figure out what is $scheme variable, it is not defined in your script. In my config, socket, localhost and ip, all 3 setups work fine for me to get into mysite using any browser remotely. I kept the ip for now like yours. But, still can't access via android app or iphone. I think i'll just setup a VM and try nginx on it and see how it work using your setup, unless someone has apache2 config for jellyfin.

    <VirtualHost *:443>
    SSLProxyEngine On
    SSLProxyVerify None
    SSLProxyCheckPeerCN Off
    SSLProxyCheckPeerName Off
    ProxyPreserveHost On
    SSLEngine on
    SSLCertificateFile /etc/apache2/certs/mysite.crt
    SSLCertificateKeyFile /etc/apache2/certs/mysite.key
    ServerName www.mysite.com
    #DocumentRoot /var/www/mysite

    # ProxyPass Directives
    #ProxyPass /socket/ wsConfused-face/localhost:8096/socket/
    #ProxyPassReverse /socket/ wsConfused-face/localhost:8096/socket/
    #ProxyPass / http://localhost:8096/
    #ProxyPassReverse / http://localhost:8096/
    ProxyPass / http://10.10.10.40:8096/
    ProxyPassReverse / http://10.10.10.40:8096/


    ErrorLog ${APACHE_LOG_DIR}/mysite.error.log
    CustomLog ${APACHE_LOG_DIR}/mysite.access.log combined
    </VirtualHost>
    « Next Oldest | Next Newest »

    Users browsing this thread: 1 Guest(s)


    Messages In This Thread
    debian13+apache+jellyfin - by qbwdp - 2025-08-19, 12:02 AM
    RE: debian13+apache+jellyfin - by bitmap - 2025-08-19, 12:05 AM
    RE: debian13+apache+jellyfin - by qbwdp - 2025-08-19, 12:14 AM
    RE: debian13+apache+jellyfin - by qbwdp - 2025-08-19, 12:40 AM
    RE: debian13+apache+jellyfin - by bitmap - 2025-08-19, 03:58 AM
    RE: debian13+apache+jellyfin - by qbwdp - 2025-08-20, 12:49 PM
    RE: debian13+apache+jellyfin - by qbwdp - 2025-08-20, 01:09 PM
    RE: debian13+apache+jellyfin - by qbwdp - 2025-08-20, 01:25 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