Skip to content

Instantly share code, notes, and snippets.

@invalidrecord
Created May 9, 2010 13:34
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 invalidrecord/08f500e283719fc8612a to your computer and use it in GitHub Desktop.
Save invalidrecord/08f500e283719fc8612a to your computer and use it in GitHub Desktop.
⚡ invalidrecord ⚡ ~ [ṏ] ls -l
total 2836
drwxr-xr-x 2 invalidrecord invalidrecord 4096 2010-05-08 21:33 Desktop/
drwxr-xr-x 5 invalidrecord invalidrecord 4096 2010-05-08 18:23 Documents/
drwxr-xr-x 3 invalidrecord invalidrecord 4096 2010-05-09 06:17 Downloads/
-rw-r--r-- 1 invalidrecord invalidrecord 179 2010-05-08 21:29 examples.desktop
-rw-r--r-- 1 invalidrecord invalidrecord 2846567 2010-05-07 20:37 Firefox_wallpaper.png
drwxr-xr-x 2 invalidrecord invalidrecord 4096 2010-05-08 21:33 Music/
drwxr-xr-x 4 invalidrecord invalidrecord 4096 2010-05-09 01:41 Pictures/
drwxr-xr-x 2 invalidrecord invalidrecord 4096 2010-05-08 21:33 Public/
drwxrwxrwx 2 invalidrecord invalidrecord 4096 2010-05-09 14:12 public_html/
drwxr-xr-x 2 invalidrecord invalidrecord 4096 2010-05-08 21:33 Templates/
drwxr-xr-x 3 invalidrecord invalidrecord 4096 2010-05-09 01:41 Videos/
⚡ invalidrecord ⚡ ~ [ṏ] cat /etc/apache2/mods-available/userdir.conf
<IfModule mod_userdir.c>
UserDir public_html
UserDir disabled root
<Directory /home/*/public_html>
AllowOverride FileInfo AuthConfig Limit Indexes
Options MultiViews Indexes SymLinksIfOwnerMatch IncludesNoExec
<Limit GET POST OPTIONS>
Order allow,deny
Allow from all
</Limit>
<LimitExcept GET POST OPTIONS>
Order deny,allow
Deny from all
</LimitExcept>
</Directory>
</IfModule>
⚡ invalidrecord ⚡ ~ [ṏ] ll public_html
total 12
-rwxrwxrwx 1 invalidrecord invalidrecord 20 2010-05-09 14:11 index.php*
⚡ invalidrecord ⚡ ~ [ṏ]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment