First and foremost, I'm super excited about this "plugin". I followed the instructions on the WIKI to the "T", and added some additional steps that were required per my build, but I'm stuck on the "Accessing Trailers" screen.
I've attached the steps I performed, as well as the PlexConnect.log file. Any help is appreciated. Thanks!
As for the AllowEncodedSlashes NoDecode, where do I put that? On a separate line in vhosts.conf? This would make it:
ProxyPreserveHost On
AllowEncodedSlashes NoDecode
...
I made the above change, and restarted apache. I then restarted PlexConnect.
If by removing the certificate from the aTV and re-adding it, you mean removing and re-adding the profile, I did that, re-accessed trailers, and it's still just spinning stating "Accessing Trailers"
I'm pretty lost here as to what to do next. Thanks again for all your help!
Thanks for the responses. If by removing the certificate from the aTV and re-adding it, you mean removing and re-adding the profile, I did that, and it didn't do anything.
As for the AllowEncodedSlashes NoDecode, where do I put that? On a separate line in vhosts.conf? This would make it:
ProxyPreserveHost On
AllowEncodedSlashes NoDecode
...
Thanks again for all your help!
xxxxxxxx@Media:/etc/apache2/sites-enabled$ more PlexConnect.conf
I updated my VirtualHost definition to how you did it, but what really tipped me off, is the location where you have the conf file. I renamed it to PlexConnect.conf, and put it in the "sites-enabled" directory. Restarted everything, and voila!!
I updated my VirtualHost definition to how you did it, but what really tipped me off, is the location where you have the conf file. I renamed it to PlexConnect.conf, and put it in the "sites-enabled" directory. Restarted everything, and voila!!
You guys rock! Thanks again for all the help!!
you shouldnt be putting any conf files directly in sites-enabled, they all should be in ../sites-available...
then you run "sudo a2ensite PlexConnect" to verify and ready the config. then "sudo service apache2 reload" to enable the config