Versionsunterschiede von Test Server
hinzugefĂźgt:
%% systemctl start apache2.service %% Now change into DocumentRoot, %% cd /srv/www/htdocs/%% create index.html file and put the following text into the file. %% echo -e '<html>\n<html>\n\t<body>\n\t\t<h1>Hello World!</h1>\n\t</body>\n</html>' > index.html%%
entfernt:
%% sudo systemctl start apache2 %% Now change into DocumentRoot, create index.html file and put the following text into the file. %%cd /srv/www/htdocs/ echo "<h1>It Works!</h1>" > index.html %%