Howtosetapser S1

From Haiku Max Wiki

After you have downloaded the Apache package, double click on it and install it. It will create a directory for itself in apps, called... Apache.


You should know what some of the subdirectories mean before you go further, so here it is:

bin = holds the apache server binary files

cgi-bin = here you put executables or scripts that when called by the Apache, return their output to it for inclusion into the served pages

conf = configuration files for the Apache. Here we will do most setting up job.

htdocs = This is the default directory that Apache serves pages from. In this directory you place all your html files.

logs = holds the Apache logs, such as access logs and error logs.


<< HowTo Preface Step 2 >>