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.
For more information see the OpenSUSE:Deletion Policy

Contents

Introduction

In this tutorial we want to set up a simple Apache2 web server with a mysql database and PHP5 - support.

Prerequisites

Install the software section "Web and LAMP Server" with YAST2 (Filter->Patterns)

Procedure

  • copy your web site in /srv/www/htdocs/
  • start the services with
# rcapache2 start
# rcmysql start

See Also