Geccko's link
Nuage de tags
Mur d'images
Quotidien
Flux RSS
  • Flux RSS
  • Daily Feed
  • Weekly Feed
  • Monthly Feed
Filtres

Liens par page

  • 20 links
  • 50 links
  • 100 links

Filtres

Untagged links
Note: Sous domaine Apache pour Plex /?tsdMog
Tue May 9 16:45:33 2017
QRCode

Here is my working config with apache 2.2.22

Address format: plex.hostname.com

I used hostname instead of localhost in the ProxyPass to be able to use Plex authentication for login.

<VirtualHost *:80>
ServerName plex.hostname.com

<Proxy *>
    Order deny,allow
    Allow from all
</Proxy>

ProxyRequests Off
ProxyPreserveHost On
ProxyPass / http://hostname.com:32400/
ProxyPassReverse / http://hostname.com:32400/

RewriteEngine on
RewriteCond %{REQUEST_URI} !^/web
RewriteCond %{HTTP:X-Plex-Device} ^$
RewriteRule ^/$ /web/$1 [R,L]

</VirtualHost>

plex
2796 links, including 951 private
Shaarli - Le gestionnaire de marque-pages personnel, minimaliste, et sans base de données par la communauté Shaarli - Theme by kalvn