Created
October 22, 2010 13:17
-
-
Save knowuh/640514 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
(! 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