43c43
< /benchmarks/apache2/bin/apachectl start
---
> /usr/sbin/apache2 -f /etc/apache2/httpd.conf -k start
45c45
< cat /benchmarks/apache2/logs/error_log
---
> cat /usr/share/apache2/logs/error_log
49c49
< echo "server ready" | /usr/bin/netcat -c 192.168.0.10 8000
---
> echo "server ready" | netcat -c 192.168.0.10 8000