seit einigen Tagen stehe ich vor folgendem Problem:
Ich möchte gerne die AirTime Vhost Konfiguration so Programmieren, dass AirTime NUR über eine bestimmte Domain und NUR über "https (also Port 443)" erreichbar ist. Ich habe die vHost Konfiguration schon folgendermaßen abgeändert, dass AirTime nur über "https" erreichbar ist. Leider kann ich AirTime noch über die Server-IP (https://00.000.00.00 <-- Beispiel) erreichen. Über "http://00.000.00.00" kann ich AirTime nicht mehr erreichen, das ist schon spitze.
<VirtualHost airtime.radio-wolke7.de:443>
SSLEngine on SSLCertificateFile /path/to/www_yoursite_com.crt SSLCertificateKeyFile /path/to/www_yoursite_com.key SSLCertificateChainFile /path/to/DigiCertCA.crt
<Directory /usr/share/airtime/public> Options -Indexes FollowSymLinks MultiViews AllowOverride All Order allow,deny Allow from all </Directory> </VirtualHost>
Ich würde mich über eure Hilfe freuen.
Mit freundlichem Gruß Björn
=================
ENGLISH:
Hello,
sincea few days Iam facing the followingproblem:
I would liketheAirTimevhostconfiguration toprogrammingthatAirTimeONLYbe accessed via aspecific domainandONLYabout "https (ieport 443)".I have alreadymodifiedthevhostconfigurationfollowsthatAirTimeis only accessible via"https".Unfortunately, I canAirTimestillonthe server IP-reach(https://00.000.00.00<example).About"http://00.000.00.00"Ican no longer reachAirTime, that'sgreat.
<VirtualHost airtime.radio-wolke7.de:443>
SSLEngine on SSLCertificateFile /path/to/www_yoursite_com.crt SSLCertificateKeyFile /path/to/www_yoursite_com.key SSLCertificateChainFile /path/to/DigiCertCA.crt
<Directory /usr/share/airtime/public> Options -Indexes FollowSymLinks MultiViews AllowOverride All Order allow,deny Allow from all </Directory> </VirtualHost>
hello, many thanks for your reply . I have now solved AirTime can now be achieved only over a certain domain and only over https . here's my vhost conf
<Directory /usr/share/airtime/public> Options -Indexes FollowSymLinks MultiViews AllowOverride All Order allow,deny Allow from all </Directory> </VirtualHost>
Unfortunately, I now have another problem- . I now use the above vhost . Now I have added a new stream , with the airtime should connect to. no longer makes this airtime though. I change the vhost conf again in the standart configuration , it works beautifully.
I have the file " / etc / airtime / airtime.conf " edited and modified this ZIP entry :
base_url = SUB.MYDOMAIN.tld base_port = 443
Original .
base_url = SUB.MYDOMAIN.tld base_port = 80
I have left the port to 443 and the standart vhost recorded works . even if I go back to port 80 . but I'll take my https vhost and change the base_port to 443 connects airtime not suitable for stream server. there is always the message " get information from server " . should normally there are " connected to the stream server" or something similar.
Does anyone know this problem. I still have somewhere else to change port from 80 to 443 ?
what does that haveto do with thehtaccess?I have nowchangedtheportin/etc /airtime/intheconfigurationenthehostand ....now I'mapparentlyon the right track.
I havetimes with: /usr/lib /airtime/utils/airtime-check-system
asystem checkperformed.I seethatairtimeplease try the following: