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
| LICENSE bootstrap drover gclient.bat presubmit_canned_checks.py trychange.py | |
| PRESUBMIT.py chrome-update-create-task.bat drover.bat gclient.py presubmit_support.py upload.py | |
| README chrome-update.bat drover.py git-cl profile.xml watchlists.py | |
| README.gclient chrome-update.py gcl git-gs revert | |
| README.git-cl cpplint.bat gcl.bat git-try revert.bat | |
| README.git-cl.codereview cpplint.py gcl.py hammer revert.py | |
| WATCHLISTS create-chromium-git-src gclient hammer.bat tests |
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
| Warning: Unbrewed dylibs were found in /usr/local/lib | |
| You have unbrewed dylibs in /usr/local/lib. If you didn't put them there on purpose, | |
| they could cause problems when building Homebrew formulae. | |
| Unexpected dylibs (delete if they are no longer needed): | |
| /usr/local/lib/libonig.2.0.0.dylib | |
| /usr/local/lib/libsane.1.0.21.dylib | |
| Some folders in /usr/local/share/locale aren't writable. | |
| This can happen if you "sudo make install" software that isn't managed |
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
| Warning: Unbrewed dylibs were found in /usr/local/lib | |
| You have unbrewed dylibs in /usr/local/lib. If you didn't put them there on purpose, | |
| they could cause problems when building Homebrew formulae. | |
| Unexpected dylibs (delete if they are no longer needed): | |
| /usr/local/lib/libonig.2.0.0.dylib | |
| /usr/local/lib/libsane.1.0.21.dylib | |
| You changed your cc to symlink to llvm. | |
| This bypasses LLVM checks, and some formulae may mysteriously fail to work. |
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
| ==> Downloading http://ftp.gnome.org/pub/gnome/sources/glib/2.24/glib-2.24.1.tar.bz2 | |
| File already downloaded and cached to /Users/carterallen/Library/Caches/Homebrew | |
| ==> Downloading http://ftp.gnu.org/pub/gnu/libiconv/libiconv-1.13.1.tar.gz | |
| File already downloaded and cached to /Users/carterallen/Library/Caches/Homebrew | |
| ==> ./configure --prefix=/private/tmp/homebrew-glib-2.24.1-JyZ8/glib-2.24.1/iconv --disable-debug --disable-dependency-tracking --enable-static --disable-shared | |
| ==> make install | |
| ==> ./configure --disable-debug --prefix=/usr/local/Cellar/glib/2.24.1 --disable-dependency-tracking --disable-rebuilds --with-libiconv=gnu | |
| ==> make | |
| cd . && /bin/sh ./config.status glibconfig.h | |
| config.status: executing glibconfig.h commands |
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
| ==> Downloading http://ftp.gnome.org/pub/gnome/sources/glib/2.24/glib-2.24.1.tar.bz2 | |
| File already downloaded and cached to /Users/carterallen/Library/Caches/Homebrew | |
| ==> Downloading http://ftp.gnu.org/pub/gnu/libiconv/libiconv-1.13.1.tar.gz | |
| File already downloaded and cached to /Users/carterallen/Library/Caches/Homebrew | |
| ==> ./configure --prefix=/private/tmp/homebrew-glib-2.24.1-joJe/glib-2.24.1/iconv --disable-debug --disable-dependency-tracking --enable-stat | |
| ==> make install | |
| ==> ./configure --disable-debug --prefix=/usr/local/Cellar/glib/2.24.1 --disable-dependency-tracking --disable-rebuilds --with-libiconv=gnu | |
| ==> make | |
| cd . && /bin/sh ./config.status glibconfig.h | |
| config.status: executing glibconfig.h commands |
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
| user www www; | |
| worker_processes 5; | |
| error_log /var/log/nginx/error.log; | |
| pid /var/run/nginx.pid; | |
| worker_rlimit_nofile 8192; | |
| events { | |
| worker_connections 4096; | |
| } |
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
| server { | |
| server_name www.zcr.me; | |
| rewrite ^ $scheme://zcr.me$request_uri permanent; | |
| } | |
| server { | |
| set $user carterallen; | |
| set $site zcr.me; | |
| listen 80; | |
| server_name $site www.$site; | |
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
| #### nginx -V | |
| nginx version: nginx/0.8.50 | |
| built by gcc 4.3.2 (Debian 4.3.2-1.1) | |
| TLS SNI support enabled | |
| configure arguments: --sbin-path=/usr/local/sbin --conf-path=/etc/nginx/nginx.conf --pid-path=/var/run/nginx.pid --error-log-path=/var/log/nginx/error.log --http-log-path=/var/log/nginx/access.log --with-http_ssl_module --with-http_gzip_static_module --user=nginx --group=nginx --with-http_flv_module --with-http_gzip_static_module --http-client-body-temp-path=/var/tmp/nginx/client/ --http-proxy-temp-path=/var/tmp/nginx/proxy/ --http-fastcgi-temp-path=/var/tmp/nginx/fcgi/ | |
| #### nginx.conf | |
| user www www; | |
| worker_processes 5; | |
| error_log /var/log/nginx/error.log; |
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
| server { | |
| set $user carterallen; | |
| set $site zcr.me; | |
| server_name $site; | |
| root /home/$user/sites/$site/public; | |
| access_log /home/$user/sites/$site/logs/access.log main; | |
| location / { |
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
| 2010/09/19 06:22:20 [error] 13585#0: *23 "/var/www/zcr.me/index.html" is not found (2: No such file or directory), client: 174.51.39.29, server: zcr.me, request: "GET / HTTP/1.1", host: "zcr.me" | |
| 2010/09/19 06:22:21 [error] 13585#0: *23 "/var/www/zcr.me/index.html" is not found (2: No such file or directory), client: 174.51.39.29, server: zcr.me, request: "GET / HTTP/1.1", host: "zcr.me" | |
| 2010/09/19 06:23:15 [error] 13585#0: *23 "/var/www/zcr.me/index.html" is not found (2: No such file or directory), client: 174.51.39.29, server: zcr.me, request: "GET / HTTP/1.1", host: "zcr.me" | |
| 2010/09/19 06:26:18 [error] 13585#0: *25 "/var/www/zcr.me/index.html" is not found (2: No such file or directory), client: 174.51.39.29, server: zcr.me, request: "GET / HTTP/1.1", host: "zcr.me" | |
| 2010/09/19 06:26:19 [error] 13585#0: *25 "/var/www/zcr.me/index.html" is not found (2: No such file or directory), client: 174.51.39.29, server: zcr.me, request: "GET / HTTP/1.1", host: "zcr.me" | |
| 2010/09/19 06:26:42 [error] 13585#0: *25 "/var/ww |