Difference between revisions of "Set up an apache web server with SUSE Linux"

From Linuxintro
imported>ThorstenStaerk
(Created page with "This article describes how to set up a web server for SUSE Linux. We choose Apache as server software. * open a console * enter yast -i apache2 ...")
 
imported>ThorstenStaerk
m
Line 1: Line 1:
This article describes how to set up a web server for [[SUSE]] [[Linux]]. We choose [[Apache]] as [[server]] [[software]].
+
This article describes how to set up a web server for SUSE Linux. We choose [[Apache]] as [[server]] [[software]].
  
 
* [[open a console]]
 
* [[open a console]]
Line 10: Line 10:
  
 
= Access the server =
 
= Access the server =
To access the server, point your [[browser]] to http://127.0.0.1.
+
To access the server, point your browser to http://127.0.0.1.

Revision as of 07:52, 21 June 2012

This article describes how to set up a web server for SUSE Linux. We choose Apache as server software.

yast -i apache2

Start the server

To start the server, enter

/etc/init.d/apache2 start

Access the server

To access the server, point your browser to http://127.0.0.1.