Versionsunterschiede von Test Server
| 17 | %% sudo zypper install apache2 %% | 17 | %% sudo zypper install apache2 %% |
|---|---|---|---|
| 18 | 18 | ||
| 19 | By default, Apache will not automatically start after installation. You can start it with: | 19 | By default, Apache will not automatically start after installation. You can start it with: |
| 20 |
%% s |
20 | %% systemctl start apache2.service %% |
| 21 | 21 | ||
| 22 | Check its status: | 22 | Check its status: |
| 23 | %% systemctl status apache2 %% | 23 | %% systemctl status apache2 %% |