This file contains 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
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 |
This file contains 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
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. |