Deprecated: Use of "parent" in callables is deprecated in /var/www/html/forum/src/vendor/league/flysystem-eventable-filesystem/src/EventableFilesystem.php on line 431
  • If you need help or want to discuss things, you now can also join us on our Discord Server!
  • A first preview of the unlimited version of SinusBot can be found in the Upcoming Changes thread. A version for Windows will follow, but we don't have a release date, yet.

Solved Reverse Proxy Problem

Christian Lux

Active Member
  • SinusBot Beta 0.13.37-f7e9ece mit TeamSpeak 3 Client 3.1.8 (2018-01-22 09:50:07)
  • OS: Ubuntu 16.04.4 LTS
  • HP Microserver N54L
  • Firefox 64 Bit
  • 4 GB Ram, 1 TB HDD frei
Sinusbot Config:
Code:
TS3Path = "/opt/sinusbot/teamspeak3-client/ts3client_linux_amd64"
ListenHost = "localhost"
DataDir = "/opt/sinusbot/data/"
ListenPort = 8087
LocalPlayback = false
EnableLocalFS = false
MaxBulkOperations = 300
LogLevel = 3
EnableProfiler = false
YoutubeDLPath = "/usr/local/bin/youtube-dl"
EnableDebugConsole = false
UploadLimit = 83886080
RunAsUser = 0
RunAsGroup = 0
InstanceActionLimit = 6
UseSSL = false
SSLKeyFile = ""
SSLCertFile = ""
Hostname = "bot.christianlux.eu.org"
HostnameMask = ""
SampleInterval = 60
StartVNC = false
EnableWebStream = false
LogFile = ""
LicenseKey = "ginIMnjFppHo2Qdr1em5EaxyjCytGhdKhZvtLeltVlU="
IsProxied = true
DenyStreamURLs = []
Pragma = 0

[YoutubeDL]
  BufferSize = 524288
  MaxDownloadSize = 419430400
  MaxDownloadRate = 104857600
  MaxSimultaneousChunkDownloads = 1
  CacheStreamed = false
  TimeoutSingleDownloader = 0
  TimeoutMultiDownloader = 0
  ChunkSize = 5242880

[TS3]
  AvatarMaxWidth = 0
  AvatarMaxHeight = 0
  AllowGIF = true

[StreamRewrites]

[Scripts]
  AllowReload = false
  EnableTimer = false
  DisableLegacyEvents = false
  ScriptTimeout = 5

[Themes]
  Default = "slate"

[SpeechRecognition]
  Enable = false

[FFmpeg]
  UserAgent = "SinusBot (0.13.37-9791176)"

[DAV]
  Enable = false

[XServer]
  Delay = 0
  Debug = false

[SHMem]
  Enable = false
  Size = 0
  Delay = 0
  Interval = 0

[RadioStations]
  URL = ""
  UpdateInterval = 0

[Scripts.Privileges]
avatarbanner = ["graphics"]

Apache Config:
Code:
<VirtualHost *:443>
    ServerName bot.christianlux.eu.org

    SSLEngine On

    ProxyPass / http://127.0.0.1:8087/
    ProxyPassReverse / http://127.0.0.1:8087/

    ErrorLog ${APACHE_LOG_DIR}/error.log
    CustomLog ${APACHE_LOG_DIR}/access.log combined

    SSLCertificateFile /etc/letsencrypt/live/christianlux.eu.org/fullchain.pem
    SSLCertificateKeyFile /etc/letsencrypt/live/christianlux.eu.org/privkey.pem
Include /etc/letsencrypt/options-ssl-apache.conf
</VirtualHost>

Ich habe Reverse Proxy nach der Anleitung im Wiki eingestellt und die Configs entsprechend angepasst. Leider komme ich nicht weiter als bis zu dieser Stelle:
Unbenannt.PNG

Danach passiert nichts mehr.
Kann jemand helfen?
 
Top