in This Tutorial you will learn " How To install Madsonic (Music Streaming Server) With Apache Web Server On Rocky Linux 8"
Madsonic is a web-based media streamer and jukebox server. | Apache is the most widely used web server software.
Homepage -https://www.madsonic.org/pages/index.jsp
_________________________________________________________________________________________
Server - Os: Rocky Linux 8.5 64Bit | IP -192.168.1.60 |Hostname - server.yourdomain.com
_________________________________________________________________________________________
cat /etc/system-release ; hostname ; java -version ; hostname -I
dnf groupinstall "Development Tools" -y
Download Link -https://www.madsonic.org/pages/download.jsp | https://www.madsonic.org/pages/download62.jsp
http://localhost:4040 | admin/admin
dnf update ; dnf install httpd -y
nano /etc/httpd/conf.d/example.conf
<VirtualHost *:80>
ServerAdmin admin@example.com
ServerName www.example.com
ErrorLog /var/log/httpd/error.log
CustomLog /var/log/httpd/access.log combined
ProxyRequests On
ProxyPass / http://localhost:4040/
ProxyPassReverse / http://localhost:4040/
</VirtualHost>
systemctl start httpd ; systemctl enable httpd ; systemctl status httpd
apachectl configtest
nano /etc/hosts
192.168.1.60 www.example.com
systemctl restart httpd ; systemctl status httpd
www.example.com
__________________________________________________________________________________________
Thursday, January 27, 2022
How To install Madsonic (Music Streaming Server) With Apache On Rocky Linux 8
Subscribe to:
Post Comments (Atom)
No comments:
Post a Comment