I have uploaded 2 css files to my document root
small.css is less than 2KB and big.css is larger than 2KB.
The big.css does not get served no matter what I do.
The same goes for image files too.
All files are setup on a VPS. VHost Settings are as follows:
DocumentRoot "/path/to/my/public/"
ServerName myproject
<Directory "/path/to/my/public/">
Options Indexes FollowSymLinks
AllowOverride all
</Directory>