Help for this page

Select Code to Download


  1. or download this
    % sudo /etc/init.d/apache2 restart
    [....] Restarting apache2 (via systemctl): apache2.serviceJob for apac
    +he2.service failed because the control process exited with error code
    +.
    ...
    Jul 15 13:41:26 Vaio systemd[1]: apache2.service: Failed with result '
    +exit-code'.
    
    [2]+  Stopped                 systemctl status apache2.service
    
  2. or download this
    # This is the main Apache server configuration file.  It contains the
    # configuration directives that give the server its instructions.
    ...
    IncludeOptional sites-enabled/*.conf
    
    # vim: syntax=apache ts=4 sw=4 sts=4 sr noet