Date: Wed, 21 Feb 2007 09:00:51 -0800 (PST) From: drewshen <drewsheneman@gmail.com> To: freebsd-questions@freebsd.org Subject: server issues Message-ID: <9084688.post@talk.nabble.com>
next in thread | raw e-mail | index | archive | help
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! -- View this message in context: http://www.nabble.com/server-issues-tf3267946.html#a9084688 Sent from the freebsd-questions mailing list archive at Nabble.com.
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?9084688.post>