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
| [Unit] | |
| Description=HAProxy Load Balancer | |
| Documentation=man:haproxy(1) | |
| Documentation=file:/usr/share/doc/haproxy/configuration.txt.gz | |
| After=network-online.target rsyslog.service | |
| Wants=network-online.target | |
| [Service] | |
| EnvironmentFile=-/etc/default/haproxy | |
| Environment="CONFIG=/etc/haproxy/haproxy.cfg" "PIDFILE=/run/haproxy.pid" |
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
| ➜ perl-Crypt-OpenSSL-VerifyX509 git:(master) ✗ gitdiff | |
| diff --git a/Makefile.PL b/Makefile.PL | |
| index c2d26d3..aa85a4e 100755 | |
| --- a/Makefile.PL | |
| +++ b/Makefile.PL | |
| @@ -51,9 +51,12 @@ if (-d "/usr/include/openssl") { | |
| } elsif (-d "/usr/local/ssl/include") { | |
| cc_inc_paths('/usr/local/ssl/include'); | |
| cc_lib_paths('/usr/local/ssl/lib'); | |
| +} elsif (-d "/usr/local/opt/openssl/include") { |
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
| #!/usr/bin/env perl | |
| use Mojolicious::Lite; | |
| use Mojo::Redis2; | |
| use Scalar::Util; | |
| helper redis => sub { shift->stash->{redis} ||= Mojo::Redis2->new( | |
| url => 'redis://127.0.0.1:6379/1' | |
| ); }; |
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
| Created on Instant:1445057596.540210 |
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
| Created on Instant:1445057503.279866 |
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
| Created on Instant:1445057426.585477 |
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
| ~ brew reinstall php54 --homebrew-apxs | |
| ==> Reinstalling php54 with --homebrew-apxs | |
| ==> Downloading http://www.php.net/get/php-5.4.33.tar.bz2/from/this/mirror | |
| ######################################################################## 100.0% | |
| Warning: Backing up all known pear.conf and .pearrc files | |
| Warning: If you have a pre-existing pear install outside | |
| of homebrew-php, or you are using a non-standard | |
| pear.conf location, installation may fail. | |
| ==> ./configure --prefix=/usr/local/Cellar/php54/5.4.33 --localstatedir=/usr/local/var --sysconfdir=/usr/local/etc/php/5.4 --with-config-file-path=/usr/loca | |
| 3. Apache was not built using --enable-so (the apxs usage page is displayed) |
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
| String file contents |
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
| ➜ PubNub-PubSub git:(master) ✗ perl examples/subscribe.pl | |
| <<<<<< | |
| HTTP/1.1 200 OK | |
| Date: Sun, 31 Aug 2014 02:00:57 GMT | |
| Content-Type: text/javascript; charset="UTF-8" | |
| Content-Length: 24 | |
| Connection: keep-alive | |
| Cache-Control: no-cache | |
| Access-Control-Allow-Origin: * | |
| Access-Control-Allow-Methods: GET |
This file has been truncated, but you can view the full file.
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
NewerOlder