Versionsunterschiede von Test Server
hinzugefĂźgt:
{{toc}}
===1. Update your System====
Before installing any software, itâs always a good idea to update
repository and software packages e.g. with
((https://software.opensuse.org/search?baseproject=ALL&q=zypper
zypper))
===2.1 Download and Install Apache 2===
Download and install Apache2 on openSUSE using the following command.
%% sudo zypper in apache2 %%
=== 2.2 Start Apache2====
Do you want your webserver to always start at boot time?
===2.3 Test ===
%% http://localhost	 %%
entfernt:
====1. Update your System==== Before installing any software, itâs always a good idea to update repository and software packages. ===2. Download and Install Apache 2=== Install Apache on openSUSE using the following command. %% sudo zypper install apache2 %% And enable auto start at boot time with: