Howto apache first steps
From openSUSE
| This article is being considered for deletion for the following reason: Obsolete, already covered in the far more detailed article Apache Quickstart HOWTO You are welcome to edit this article, but please do not blank, merge, or move this article, or remove this notice until any discussion has completed. |
Contents |
[edit]
Introduction
In this tutorial we want to set up a simple Apache2 web server with a mysql database and PHP5 - support.
[edit]
Prerequisites
Install the software section "Web and LAMP Server" with YAST2 (Filter->Patterns)
[edit]
Procedure
- copy your web site in /srv/www/htdocs/
- start the services with
# rcapache2 start # rcmysql start
- open http://localhost/ in a browser
[edit]

