Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 21 Feb 2007 13:09:06 -0500
From:      Nathan Vidican <nathan@vidican.com>
To:        drewshen <drewsheneman@gmail.com>
Cc:        questions@freebsd.org
Subject:   Re: server issues
Message-ID:  <45DC8AC2.6030905@vidican.com>
In-Reply-To: <9084688.post@talk.nabble.com>
References:  <9084688.post@talk.nabble.com>

next in thread | previous in thread | raw e-mail | index | archive | help
drewshen wrote:
> I am having a problem with my apache in freebsd.  i set up two virtual hosts,
> one is a default, the other goes to another domain.  i set up the
> directives:
>
> <Directory />
>     AllowOverride None   
>     Order deny,allow
>     Deny from all     
> </Directory>
>
> <Directory /home/vhosts/mydomain.com/httpdocs> 
>    AllowOverride All 
>    Order allow,deny 
>    Allow from all 
> </Directory> 
>  
> <Directory /home/vhosts/mydomain2.com/httpdocs> 
>    AllowOverride All 
>    Order allow,deny
>    Allow from all 
> </Directory> 
>
> when i try to start apache it says httpd not running, trying to start . . .
> and on the broswer i get an internal server error.  does anyone know how i
> could fix this? thanks alot!
>
>   

Without seeing the rest of your configuration file, I may suggest you 
make sure your <Directory> tags are within their resepective 
<VirtualHost> tags ... Also, check the location of your error and access 
log; make sure the user apache is running as can write to them, and see 
what they say - write back to this list with the actual error, and/or 
more of your configuration file.


--
Nathan Vidican
nvidican@wmptl.com
Windsor Match Plate & Tool Ltd.
http://www.wmptl.com/



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?45DC8AC2.6030905>