Click to See Complete Forum and Search --> : Apache ... and now?


davecool
09-06-2002, 10:17 AM
Hi,

I've just installed Mandrake 8.2, went to the control center and selected that Apache stuff.

And now?

The configuration via the control center is done, but there must be a program or an executable to call to further set up the Apache server. I mean in which directory for instance do I have to put the files in order to make them available on the net?


Thanks.
Dave.

cdorhout
09-06-2002, 12:01 PM
I'm using Redhat 7.3, so I'm not sure if the files are in the same place, but I'll tell you where mine are anyway.

You make detailed adjustments to apache in htpd.conf . Mine is located at /etc/httpd/conf/httpd.conf

You put your html files and stuff you want served to the web in here: /var/www/html

hope that helps

z0mbix
09-06-2002, 12:17 PM
type:

locate httpd.conf

and edit that. You directory you need to put your files in is specified under the section DocumentRoot, but this can be changed. Read the documents before you make any changes though :)