Stand alone: under Solaris 2.x the script should be in /etc/init.d (listing 1).
# start http daemon
if [ -f /usr/local/www/bin/httpd ] ; then
( /usr/local/www/bin/httpd \
-f /usr/local/www/conf/httpd.conf && \
echo "Apache httpd started" )
else echo "could NOT start Apache server"
fi
Dieser Text ist der Zeitschriften-Ausgabe 06/1996 von iX entnommen.
Parallelprogrammierung - die Kunst der Multi-Core-Nutzung
Agile ALM - agile Praktiken im Application Lifecycle Management
Webentwicklung - Applikationen für mobile Clients