On Thu, Feb 6, 2014 at 8:30 PM, Roman Gelfand <rgelfa...@gmail.com> wrote: First, instead of Alias / "/var/www/dspam/" you should be using DocumentRoot /var/www/dspam
I am not sure why I am getting this error. It actually brings up the > site but stylesheet is not applied. > > [Thu Feb 06 20:17:57 2014] [error] [client 192.168.0.209] File does > not exist: /var/www/dspam/usr, referer: > http://dspam.mail.tld/dspam.cgi That means the page is trying to load the URL http://dspam.mail.tld/usr. Look at the source of the page in your browser (most give you the option to right click on the page and see the page source) and see where that is coming from. - Y