Versionsunterschiede von Test Server
hinzugefĂźgt:
%% Server version: Apache/2.4.57 (Linux/SUSE) Server built: 2023-04-07 13:20:25.000000000 +0000 %% 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. If you are installing LAMP on your local openSUSE Leap 15.1 machine, just type 127.0.0.1 or localhost in the browser address bar. %%cd /srv/www/htdocs/ echo "<h1>This is Apache OpenSUSE Leap 42.1</h1>" > index.html %%
entfernt:
%%Server version: Apache/2.4.57 (Linux/SUSE) Server built: 2023-04-07 13:20:25.000000000 +0000 %%