Versionsunterschiede von Test Server
| 34 | 34 | Now change into DocumentRoot, create index.html file and put the following text into the file. |
|---|---|---|
| 35 | 35 | |
| 36 | 36 | %%cd /srv/www/htdocs/ |
| 37 |
echo "<h1>It Works |
|
| 37 | echo "<h1>It Works</h1>" > index.html %% | |
| 38 | 38 | |
| 39 | 39 | |
| 40 | 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. |