Dear Wiki user, You have subscribed to a wiki page or wiki category on "Httpd Wiki" for change notification.
The "DistrosDefaultLayout" page has been changed by Sling: http://wiki.apache.org/httpd/DistrosDefaultLayout?action=diff&rev1=44&rev2=45 Comment: OpenBSD added }}} === Notes: === 1. ''Other variables to insert in rc.conf are listed in the comments at the top of the start/stop script'' + + == OpenBSD 5.0 (Apache httpd 1.3 (Hardened version for OpenBSD)): == + {{{ + ServerRoot :: /var/www + Config File :: /var/www/conf/httpd.conf + DocumentRoot :: /var/www/htdocs + ErrorLog :: /var/www/logs/error_log + AccessLog :: /var/www/logs/access_log + cgi-bin :: /var/www/cgi-bin + binaries (apachectl) :: /usr/sbin/apachectl + start/stop :: /usr/sbin/apachectl (start|startssl|stop|restart|graceful|status|fullstatus|configtest|help) + user:group :: www:www + }}} + === Notes: === + 1. The OpenBSD team has added default chrooting, privilege revocation, and other security-related improvements to their Apache httpd 1.3 package. + + == OpenBSD 5.0 (Apache httpd 2.2 (Unedited, non-hardened version)): == + {{{ + ServerRoot :: /var/apache2 + Config File :: /etc/apache2/httpd2.conf + DocumentRoot :: /var/apache2/htdocs/ + ErrorLog :: /var/apache2/logs/error_log + AccessLog :: /var/apache2/logs/access_log + cgi-bin :: /var/apache2/cgi-bin + binaries :: /usr/local/sbin/httpd2 + start/stop :: /usr/local/sbin/httpd2 -k (start|restart|graceful|graceful-stop|stop) + user:group :: _apache2:_apache2 + }}} == Win32 (Apache httpd 2.2): == {{{ @@ -236, +264 @@ == TODO: == Add: - * OpenBSD * Netware. eek! Add apache group name in different distros (ex: ubuntu: www-data, CentOs: apache ...etc) --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
