Skip to content

Instantly share code, notes, and snippets.

View francesco1119's full-sized avatar

Francesco Mantovani francesco1119

View GitHub Profile
execve("/usr/sbin/netdiscover", ["netdiscover"], [/* 14 vars */]) = 0 brk(NULL) = 0x7fffd98d3000 access("/etc/ld.so.nohwcap", F_OK) = -1 ENOENT (No such file or directory) mmap(NULL, 8192, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7f5e73e30000 access("/etc/ld.so.preload", R_OK) = -1 ENOENT (No such file or directory) open("/etc/ld.so.cache", O_RDONLY|O_CLOEXEC) = 3 fstat(3, {st_mode=S_IFREG|0644, st_size=36157, ...}) = 0 mmap(NULL, 36157, PROT_READ, MAP_PRIVATE, 3, 0) = 0x7f5e73e27000 close(3) = 0 access("/etc/ld.so.nohwcap", F_OK) = -1 ENOENT (No such file or directory) open("/lib/x86_64-linux-gnu/libpthread.so.0", O_RDONLY|O_CLOEXEC) = 3 read(3, "\177ELF\2\1\1\0\0\0\0\0\0\0\0\0\3\0>\0\1\0\0\0\260\0\0\0\0\0\0"..., 832) = 832
fstat(3, {st_mode=S_IFREG|0755, st_size=138696, ...}) = 0
mmap(NULL, 2212904, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 3, 0) = 0x7f5e737e0000
mprotect(0x7f5e737f8000, 2093056, PROT_NONE) = 0
mmap(0x7f5e739f7000, 8192, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|M
@francesco1119
francesco1119 / Mapigniter
Created March 5, 2015 22:36
PHP 5.5.22-1~dotdeb.1 (cli) (built: Feb 19 2015 17:55:09)
Hello,
here is the problem. I'm trying to install Mapigniter https://github.com/taviroquai/MapIgniter on a Debian 64bit wheezy.
Installation is quite easy but I still cannot move forward for 2 main issues:
Issue 1) Apache mod_rewrite:
Checking if mod_rewrite is enabled for application folder...
Apache mod_rewrite is not working for application folder. Please change Apache configuration.