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