Changes between Version 57 and Version 58 of NewLiveServer
- Timestamp:
- 11/11/10 14:04:47 (6 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
NewLiveServer
v57 v58 39 39 40 40 The main configuration file is /etc/apache2/apache2.conf and the virtual hosts are sym linked from /etc/apache2/sites-enabled 41 42 After making any changes to the Apache configuration best do a configtest first to make sure the configuration is OK: 43 44 {{{ 45 sudo /usr/sbin/apache2ctl configtest 46 }}} 47 48 And then to restart the apache server: 49 50 {{{ 51 sudo /usr/sbin/apache2ctl restart 52 }}} 41 53 42 54 The HTTPS !VirtualHosts have the following directives: