summaryrefslogtreecommitdiff
path: root/configs/boot/surge-server.rcS
diff options
context:
space:
mode:
Diffstat (limited to 'configs/boot/surge-server.rcS')
-rwxr-xr-xconfigs/boot/surge-server.rcS6
1 files changed, 3 insertions, 3 deletions
diff --git a/configs/boot/surge-server.rcS b/configs/boot/surge-server.rcS
index 234514bd9..140c02fb3 100755
--- a/configs/boot/surge-server.rcS
+++ b/configs/boot/surge-server.rcS
@@ -41,12 +41,12 @@ mount /dev/hdb1 /z/htdocs
echo "done."
echo -n "starting httpd..."
-/benchmarks/apache2/bin/apachectl start
+/usr/sbin/apache2 -f /etc/apache2/httpd.conf -k start
sleep 2
-cat /benchmarks/apache2/logs/error_log
+cat /usr/share/apache2/logs/error_log
echo "done."
-echo "server ready" | /usr/bin/netcat -c 192.168.10 8000
+echo "server ready" | netcat -c 192.168.10 8000
echo -n "starting bash shell..."
/bin/bash