HTTP Apache2 Webseite
Version vom 15. August 2021, 16:56 Uhr von Thomas.will (Diskussion | Beiträge) (Die Seite wurde neu angelegt: „=FQDN setzen= *FQDN=www.xinux.de cat<<HERE>$FQDN.conf <VirtualHost *:80> ServerName www.xinux.de ServerAdmin webmaster@localhost Docum…“)
FQDN setzen
- FQDN=www.xinux.de
cat<<HERE>$FQDN.conf
<VirtualHost *:80>
ServerName www.xinux.de
ServerAdmin webmaster@localhost
DocumentRoot /var/www/html/www.xinux.de
ErrorLog ${APACHE_LOG_DIR}/error.log
CustomLog ${APACHE_LOG_DIR}/access.log combined
</VirtualHost>
HERE