I seem to have some problems installing mod_python with apache.
./configure --prefix=/usr/local/apache2
make
make install
/usr/local/apache2/bin/apachectl start
On the final line, I seem to get this error.
(13)Permission denied: make_sock: could not bind to address 0.0.0.0:80
no listening sockets available, shutting down
Unable to open logs
Actually there are two errors. I think we could get rid of make_sock by committing out the listen port is. However I do not know what the hell when it means no listening socket available means