On 05 Aug 2013, at 16:12 , Jeff Trawick <traw...@gmail.com> wrote:
> Temporarily add a new line "Garbage In Out" in httpd.conf right after
> 
> Options +Indexes +FollowSymLinks +Includes -SymLinksIfOwnerMatch

apachectl -t
AH00526: Syntax error on line 219 of /usr/local/etc/apache24/httpd.conf:
Invalid command 'Garbage', perhaps misspelled or defined by a module not 
included in the server configuration

> Temporarily add "Garbage In Out" to .htaccess and make the request again.  If 
> you don't get a 500 error (I think that's what you get for a bad .htaccess), 
> that file isn't getting read.

Ahah, no error.

Why wouldn't it be read, it's at the DocumentRoot for the site and has 644 
perms, 

# cat /etc/httpd/users/example.com.conf 
<virtualhost *:80>
   ServerName www.example.com
   ServerAlias exampleinstitute.com
   DocumentRoot /home/example/Sites/bi
   #LogLevel trace4
   ErrorLog /home/example/logs/bi.error_log
   CustomLog /home/example/logs/bi.access_log combined
   <directory "/home/example/Sites/bi">
     Require all granted
   </Directory>
</virtualhost>

-- 
I'm just going to go home, lie down, and listen to country
music. The music of pain.


---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscr...@httpd.apache.org
For additional commands, e-mail: users-h...@httpd.apache.org

Reply via email to