- Mirheidari, Seyed Ali, Sajjad Arshad, and Saeidreza Khoshkdahan. "Performance evaluation of shared hosting security methods." 2012 IEEE 11th International Conference on Trust, Security and Privacy in Computing and Communications. IEEE, 2012.
- Labrinidis, Alexandros, and Nick Roussopoulos, "Generating dynamic content at database-backed web servers: cgi-bin vs. mod_perl.", ACM SIGMOD Record 29.1 (2000): 26-31.
- Soltesz, Stephen, et al. "Container-based operating system virtualization: a scalable, high-performance alternative to hypervisors." ACM SIGOPS Operating Systems Review. Vol. 41. No. 3. ACM, 2007.
- Banga, Gaurav, Peter Druschel, and Jeffrey C. Mogul. "Resource containers: A new facility for resource management in server systems." OSDI. Vol. 99. 1999.
- Sullivan, David G., and Margo I. Seltzer. "ISOL AT IONWITHFLEXIBILITY: ARESOURCEMANAGEMENTFR AMEWORK FORCENTRALSERVERS." (2000).
- Titchkosky, Lance, Martin Arlitt, and Carey Williamson. "A performance comparison of dynamic Web technologies." AC
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
if ((rcv_len = recvfrom(raw_socket, buf, sizeof(buf), 0, (struct sockaddr *)&dst, &fromlen) == -1)) { | |
ERROR("recvfrom", "recvfrom", 4); | |
} | |
printf("rec_len: %d\n", rcv_len); /* rcv_len is always 0 */ |
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
VirtualDocumentRoot "/usr/local/apache/vhosts/%0" |
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
$gv = 1 | |
Apache.global_remove :gv |
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
$ ./bin/mirb | |
mirb - Embeddable Interactive Ruby Shell | |
> Etcd::hoge | |
/Users/matsumotory/DEV/mruby/build/mrbgems/mruby-etcd/mrblib/etcd.rb:4: undefined method 'aaa' for Etcd (NoMethodError) | |
> |
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
// | |
// $ ./a.out 728_time_time_time | |
// key offset: 5819 | |
// $ ./a.out 414_time_time_time | |
// key offset: 5819 | |
// | |
#include <stdio.h> | |
#include <string.h> |
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
--with-cc-opt='-Wno-error' |
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
execute "pwd" do | |
user "norikra" | |
cwd "/tmp" | |
not_if "pwd; false" | |
only_if "pwd; true" | |
end |
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
--- scoreboard.h.orig 2014-07-15 04:55:04.000000000 +0900 | |
+++ scoreboard.h 2015-10-16 00:06:11.265344540 +0900 | |
@@ -37,6 +37,7 @@ | |
#include "apr_portable.h" | |
#include "apr_shm.h" | |
#include "apr_optional.h" | |
+#include <netdb.h> | |
/* Scoreboard file, if there is one */ | |
#ifndef DEFAULT_SCOREBOARD |
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
# from mod_resource_checker log | |
<source> | |
type tail | |
path /var/log/httpd/resource.log | |
pos_file /var/log/td-agent/resource.log.pos | |
tag apache.resource | |
format json | |
</source> | |
<filter apache.resource.**> |