Skip to content

Instantly share code, notes, and snippets.

@knowuh
Created October 22, 2010 13:17
Show Gist options
  • Save knowuh/640514 to your computer and use it in GitHub Desktop.
Save knowuh/640514 to your computer and use it in GitHub Desktop.
(! 2373)-> ls -la `which httpd`
-rwxr-xr-x 1 root root 315284 Mar 27 2010 /usr/sbin/httpd
(! 2374)-> ls -la /etc/httpd/conf.d
total 32
drwxr-xr-x 2 root root 4096 Apr 8 2010 .
drwxr-xr-x 4 root root 4096 Apr 8 2010 ..
-rw-r--r-- 1 root root 566 Mar 27 2010 proxy_ajp.conf
-rw-r--r-- 1 root root 392 Mar 27 2010 README
-rw-r--r-- 1 root root 9677 Mar 27 2010 ssl.conf
-rw-r--r-- 1 root root 299 Mar 27 2010 welcome.conf
(! 2375)-> ls -la /etc/httpd/conf.d
total 32
drwxr-xr-x 2 root root 4096 Apr 8 2010 .
drwxr-xr-x 4 root root 4096 Apr 8 2010 ..
-rw-r--r-- 1 root root 566 Mar 27 2010 proxy_ajp.conf
-rw-r--r-- 1 root root 392 Mar 27 2010 README
-rw-r--r-- 1 root root 9677 Mar 27 2010 ssl.conf
-rw-r--r-- 1 root root 299 Mar 27 2010 welcome.conf
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment