Freebsd apaches: Unterschied zwischen den Versionen
Zur Navigation springen
Zur Suche springen
Thomas (Diskussion | Beiträge) (Die Seite wurde neu angelegt: „=install= *pkg install apache24 =enable= *sysrc apache24_enable=yes =start= *service apache24 start =links= *https://www.digitalocean.com/community/tutorials/h…“) |
Thomas (Diskussion | Beiträge) (→enable) |
||
| Zeile 3: | Zeile 3: | ||
=enable= | =enable= | ||
*sysrc apache24_enable=yes | *sysrc apache24_enable=yes | ||
| + | =config) | ||
| + | */usr/local/etc/apache24/httpd.conf | ||
| + | ServerName free-bsd.xinux.lan:80 | ||
| + | |||
=start= | =start= | ||
*service apache24 start | *service apache24 start | ||
=links= | =links= | ||
*https://www.digitalocean.com/community/tutorials/how-to-install-an-apache-mysql-and-php-famp-stack-on-freebsd-10-1 | *https://www.digitalocean.com/community/tutorials/how-to-install-an-apache-mysql-and-php-famp-stack-on-freebsd-10-1 | ||
Aktuelle Version vom 28. Oktober 2017, 18:38 Uhr
install
- pkg install apache24
enable
- sysrc apache24_enable=yes
=config)
- /usr/local/etc/apache24/httpd.conf
ServerName free-bsd.xinux.lan:80
start
- service apache24 start