APXS was not found, so mod_suphp will not be built!
APXS was not found, so mod_suphp will not be built! The trick was running [root@localhost suphp-0.7.1]# “./configure –with-apxs=/usr/local/apache2/bin/apxs”, then “make”, “make test”, “make install”...
View ArticleEditing the Arch Linux daemons for server use in rc.conf
/etc/rc.conf # # /etc/rc.conf - Main Configuration for Arch Linux # # See 'man 5 rc.conf' for more details # # LOCALIZATION # ------------ HARDWARECLOCK="UTC" TIMEZONE= KEYMAP="us" CONSOLEFONT=...
View ArticleHTTP Servers Part 1 (Python)
Tags: HTTP, httpd, python, Server Del.icio.us Facebook TweetThis Digg StumbleUpon Comments: 0 (Zero), Be the first to leave a reply!You might be interested in this: cPanel Versus Plesk: Which is...
View ArticleHTTP Servers PT 2 (Python)
Source Code: import SimpleHTTPServer import SocketServer import BaseHTTPServer import os HOSTNAME = "localhost" PORT = 8000 HANDLER = SimpleHTTPServer.SimpleHTTPRequestHandler...
View ArticleNginx ngx_http_close_connection function integer overflow exploit + patch
Recently we became aware of a major exploit in nginx that has been around for at least a years time now. As of now it has made it’s way public and has not been patched. Included in this post are some...
View Article