Configuring httpd.conf for Apache

Hi,

I need some help configuring my Apahce httpd.conf file for my new server. I'm running v. 1.3.x and when I try and start up apache it seems fine, but when I check it's status is output this:

httpd dead but subsys locked

I have webmin installed and was wondering if that could configure my site for me.

Here's what I am trying to setup. I currently have only one site online, but may have more in the future so I was trying to setup httpd.conf to use virtual hosts.

Here are the settings I have:
Listen 80
Listen 209.51.159.xxx
BindAddress *
Port 80
User apache
Group apache
DocumentRoot "/home"
<Directory "/home">
...
</Directory>
NameVirtualHost 209.51.159.xxx
<VirtualHost 209.51.159.xxx>
ServerName www.lancerforums.com
ServerAlias lancerforums.com
ServerAdmin webmaster@lancerforums.com
DocumentRoot /home/lancer/www
ErrorLog logs/lancerforums.com-error_log
CustomLog logs/lancerforums.com-access_log combined
</VirtualHost>
Let me know if you need more info. I put xxx in the ip for security reasons, but in my file it is correct.

Thanks,

Mark

 

 

 

 

Top