On Sunday 16 November 2003 08:00 pm, Mark Knecht wrote: > Hi, > I've never done anything with Apache, but would like to get to > know a bit more about how to configure it. It's emerged and > operating. It serves up some sort of a default Apache page if I > browse the machine from my network. > > For now I only need to handle a single domain. I have a few > simple web pages and would like them to be the pages that Apache > gives out. How can I do this? Can I replace the file Apache serves > up by default, and if so, where is it? > > Probably better would be to have Apache go where I keep my web > pages, so what config file manages that? The closest I found was a > virtual-domains configuration directory, but no real instructions > on how to turn it on. > > Most helpful would be a really simple Apache 101 site somewhere. > I did a bunch of Googling, but everything is either for-pay > training or not simple enough for me needs. > > Thanks in advance! > > Cheers, > Mark > > > -- > [EMAIL PROTECTED] mailing list
The easiest way for you to go at this point would be to replace the file index.html with your page. The file is at /home/httpd/htdocs/index.html by default. You could park it elsewhere by editing the default location in /etc/apache/conf/apache.conf -- Regards, Ernie 100% Microsoft and Intel free -- [EMAIL PROTECTED] mailing list
