7 chown nobody /opt/casp/admin -R
8 chgrp nobody /opt/casp/admin -R
9 echo "This makes ASP believe Arch is supported." > /etc/slackware-version
10 echo '<% Response.Write("Hello World!") %>' > /home/httpd/html/test.asp
11 echo "Include /opt/casp/include/asp.conf" >> /etc/httpd/conf/httpd.conf
12 echo "Now please start /etc/rc.d/asp-server and reload /etc/rc.d/httpd"
13 echo "Then you can check /home/httpd/html/test.asp from your webserver with your favourite browser."
14 echo "For the Administration Console you have to start /etc/rc.d/asp-admin and visit http://your.webserver:5103"
15 echo "Please remember to change the default user (admin) and password (root) using /opt/casp/admtool"
23 echo "Successfully upgraded."
31 rm /home/httpd/html/test.asp
33 sed -i '/Include \/opt\/casp\/include\/asp.conf/d' /etc/httpd/conf/httpd.conf
34 pidof admd >> /dev/null 2>&1 && killall admd
35 pidof admdog >> /dev/null 2>&1 && killall admdog
36 pidof caspd >> /dev/null 2>&1 && killall caspd
37 echo "Successfully removed. Please remember to reload httpd."