Versionsunterschiede von Test Server




← Vorherige Änderung
Nächste Änderung →

hinzugefĂźgt:
Now change into DocumentRoot, create index.html file and put the
following text into the file.
echo "<h1>It Works!</h1>" > index.html %%
Then in your browser’s address bar, type the IP address of openSUSE
Leap 15.1. You should see the “It works!” Web page which means Apache
Web server is running correctly.

entfernt:
Now create index.html file under the document root.
%% mkdir -p /srv/www/htdocs/index.html %%
Save and close the file. Then in your browser’s address bar, type the
IP address of openSUSE Leap 15.1. You should see the “It works!” Web
page which means Apache Web server is running correctly.
echo "<h1>This is Apache OpenSUSE Leap
42.1</h1>" > index.html %%