Skip to content

Instantly share code, notes, and snippets.

Created May 1, 2013 21:18
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save anonymous/dfc1d82d36e00bcc9ca1 to your computer and use it in GitHub Desktop.
Save anonymous/dfc1d82d36e00bcc9ca1 to your computer and use it in GitHub Desktop.
total 420
drwxrwxr-x 2 will will 4096 May 1 18:27 banner
-rw-rw-r-- 1 will will 85 May 24 2012 BingSiteAuth.xml
drwxrwxr-x 2 will will 303104 May 1 19:50 captcha
drwxrwxr-x 3 will will 4096 May 1 19:50 css
-rw-rw-r-- 1 will will 152 May 24 2012 footer.html
-rw-rw-r-- 1 will will 8 May 24 2012 gafyd.html
drwxrwxr-x 4 will will 4096 May 1 19:51 generator
drwxrwxr-x 10 will will 4096 May 1 19:56 images
-rw-rw-r-- 1 will will 5485 May 24 2012 index.php
drwxrwxr-x 9 will will 4096 May 1 19:57 js
drwxrwxr-x 2 will will 4096 May 1 19:57 links
drwxrwxr-x 2 will will 4096 May 1 19:57 logs
-rw-rw-r-- 1 will will 1555 May 24 2012 MR.htaccess
drwxrwxr-x 12 will will 4096 May 1 20:20 piwik
drwxrwxr-x 8 will will 4096 May 1 20:32 pma
drwxrwxr-x 2 will will 4096 May 1 20:32 pub
-rw-rw-r-- 1 will will 158 May 24 2012 robots.txt
-rw-rw-r-- 1 will will 37219 May 24 2012 style.css
drwxrwxr-x 2 will will 4096 May 1 20:32 url_data
<VirtualHost *:80>
ServerAdmin site@site.com
ServerName www.site.com
ServerAlias *.site.com
RewriteMap lc int:tolower
# Index file and Document Root (where the public files are located)
DirectoryIndex index.html index.php
DocumentRoot /home/will/public/site.com/public/html/
# Log file locations
LogLevel warn
ErrorLog /home/will/public/site.com/log/error.log
CustomLog /home/will/public/site.com/log/access.log combined
<Directory /home/will/public/site.com/public/html/>
Options Indexes FollowSymLinks
AllowOverride All
Order allow,deny
allow from all
</Directory>
</VirtualHost>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment