I'm running apache2 on Debian testing on the Asus Slider sl101 tablet chrooted running on the android kernel.
root@hoshi:/#
root@hoshi:/# /etc/init.d/apache2 restart
Restarting web server: apache2.
root@hoshi:/#
root@hoshi:/# netstat -tulpn
Active Internet connections (only servers)
Proto Recv-Q Send-Q Local Address Foreign Address State PID/Program name
tcp 0 0 0.0.0.0:5901 0.0.0.0:* LISTEN 15439/Xtightvnc
tcp 0 0 127.0.0.1:5037 0.0.0.0:* LISTEN 99/adbd
tcp 0 0 0.0.0.0:6001 0.0.0.0:* LISTEN 15439/Xtightvnc
root@hoshi:/#
So, it gives me no error but fails to start
ports.conf is set to the following :
NameVirtualHost *:80
Listen 80
But any attempt to change the port to Listen 8080 or Listen 8010 or anything else does not produce results in netstat
apache error log says
root@hoshi:/# tail -f /var/log/apache2/error.log
[Mon Apr 30 21:51:37 2012] [error] (38)Function not implemented: mod_python: Failed to create global mutex 0 of 8 (/tmp/mpmtx158400).
Configuration Failed
[Mon Apr 30 22:42:31 2012] [notice] mod_python: Creating 8 session mutexes based on 256 max processes and 0 max threads.
[Mon Apr 30 22:42:31 2012] [notice] mod_python: using mutex_directory /tmp
[Mon Apr 30 22:42:31 2012] [error] (38)Function not implemented: mod_python: Failed to create global mutex 0 of 8 (/tmp/mpmtx165640).
Configuration Failed
[Mon Apr 30 22:45:08 2012] [notice] mod_python: Creating 8 session mutexes based on 256 max processes and 0 max threads.
[Mon Apr 30 22:45:08 2012] [notice] mod_python: using mutex_directory /tmp
[Mon Apr 30 22:45:08 2012] [error] (38)Function not implemented: mod_python: Failed to create global mutex 0 of 8 (/tmp/mpmtx165920).
Configuration Failed