Projects
jsj
jsj-installtools
Sign Up
Log In
Username
Password
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
Expand all
Collapse all
Changes of Revision 110
View file
jsj-installtools.changes
Changed
@@ -1,4 +1,9 @@ ------------------------------------------------------------------- +Wed Mar 1 11:51:43 UTC 2023 - Stefan Botter <obs@botter.cc> + +- fix PrepareApacheProxyHost for correct handling of DOMAINNAME + +------------------------------------------------------------------- Wed Mar 1 11:23:00 UTC 2023 - Stefan Botter <obs@botter.cc> - add PrepareApacheProxyHost to create virutal host for reverse
View file
PrepareApacheProxyHost
Changed
@@ -33,7 +33,7 @@ mkdir -p /srv/www/$HOSTNAME/htdocs if $REQCERT = 1 ; then echo temporary virtal host w/o SSL before acme.sh - sed '/<\/VirtualHost>/q' < $JSJSHARE/vhost-ssl-proxy.conf | sed -e "s/HOSTNAME/$HOSTNAME/" -e "s/DOMAINNAME/$DOMAIN/" > /etc/apache2/vhosts.d/$HOSTNAME.conf + sed '/<\/VirtualHost>/q' < $JSJSHARE/vhost-ssl-proxy.conf | sed -e "s/HOSTNAME/$HOSTNAME/" -e "s/DOMAINNAME/$DOMAINNAME/" > /etc/apache2/vhosts.d/$HOSTNAME.conf if ${VERSION_ID/./} -ge 120 ; then systemctl restart apache2.service systemctl enable apache2.service
Locations
Projects
Search
Status Monitor
Help
Open Build Service
OBS Manuals
API Documentation
OBS Portal
Reporting a Bug
Contact
Mailing List
Forums
Chat (IRC)
Twitter
Open Build Service (OBS)
is an
openSUSE project
.