Versionsunterschiede von Test Server




← Vorherige Änderung
Nächste Änderung →




34 Now change into DocumentRoot, create index.html file and put the following text into the file.
35
36 %%cd /srv/www/htdocs/
37 echo "<h1>It Works!</h1>" > index.html  echo -e '<html>\n<html>\n\t<body>\n\t\t<h1>Hello World!</h1>\n\t</body>\n</html>' > index.html%%
38
39
40 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.