JasonHirsh <[email protected]> writes:

> NameVirtualHost *:80
> <VirtualHost *:80>
>     DocumentRoot "/Volumes/Mudshark/sites/kasdivi"
>       ServerName kasdivi
> </VirtualHost>
>
>
> when i start up Apache i get 
>
>
>
> 1/5/09 12:32:25 PM org.apache.httpd[14738] Invalid command '\xca\xca\xca',
> perhaps misspelled or defined by a module not included in the server
> configuration 

You have three characters with encoding 0xCA at the front of your
DocumentRoot line.  Guessing that you're on a Mac from that path,
I looked up 0xCA in Mac OS Roman and that's a non-breaking space.

-- 
Dan Poirier <[email protected]>

---------------------------------------------------------------------
The official User-To-User support forum of the Apache HTTP Server Project.
See <URL:http://httpd.apache.org/userslist.html> for more info.
To unsubscribe, e-mail: [email protected]
   "   from the digest: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to