The Jive HTTPD service is the main access point for HTTP and HTTPS access to the Jive SBS system by web browser.
To start the jive-httpd service, execute the following command as root:
bash-3.00# svcadm -v start application/jive/httpd Action start set for svc:/application/jive/httpd:default.
To stop the jive-httpd service, execute the following command as root:
bash-3.00# svcadm -v stop application/jive/httpd Action stop set for svc:/application/jive/httpd:default.
To restart the jive-httpd service, execute the following command as root:
bash-3.00# svcadm -v restart application/jive/httpd Action restart set for svc:/application/jive/httpd:default.
You can check the status of the jive-httpd service. Here's an example:
bash-3.00# svcs -l application/jive/httpd fmri svc:/application/jive/httpd:default name Jive SBS HTTPD Service enabled true state online next_state none state_time Thu Jun 11 11:08:58 2009 logfile /var/svc/log/application-jive-httpd:default.log restarter svc:/system/svc/restarter:default contract_id 31205 dependency optional_all/none svc:/milestone/multi-user-server (online) dependency optional_all/none svc:/application/jive/application (online)
In addition to the status script, it is possible to check the status of the jive-httpd daemon using standard Unix commands. For example, the following ps command will list all jive-httpd processes running on the host:
bash-3.00# ps -ef | grep jive-httpd | grep -v grep root 2393 1 0 14:41 ? 00:00:00 /usr/local/jive/httpd/bin/jive-httpd -f /usr/local/jive/etc/httpd/conf/httpd.conf -k start jive 2395 2393 0 14:41 ? 00:00:00 /usr/local/jive/httpd/bin/jive-httpd -f /usr/local/jive/etc/httpd/conf/httpd.conf -k start jive 2396 2393 0 14:41 ? 00:00:00 /usr/local/jive/httpd/bin/jive-httpd -f /usr/local/jive/etc/httpd/conf/httpd.conf -k start jive 2397 2393 0 14:41 ? 00:00:00 /usr/local/jive/httpd/bin/jive-httpd -f /usr/local/jive/etc/httpd/conf/httpd.conf -k start jive 2398 2393 0 14:41 ? 00:00:00 /usr/local/jive/httpd/bin/jive-httpd -f /usr/local/jive/etc/httpd/conf/httpd.conf -k start jive 2399 2393 0 14:41 ? 00:00:00 /usr/local/jive/httpd/bin/jive-httpd -f /usr/local/jive/etc/httpd/conf/httpd.conf -k start