From owner-freebsd-questions@FreeBSD.ORG Sun Jun 6 14:25:09 2004 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 4240316A4CE for ; Sun, 6 Jun 2004 14:25:09 -0700 (PDT) Received: from hal.kabsi.at (charme.kabsi.at [195.202.128.72]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2F93E43D1F for ; Sun, 6 Jun 2004 14:25:08 -0700 (PDT) (envelope-from robert.hutterer@univie.ac.at) Received: from virtual (h062040150223.kob.cm.kabsi.at [62.40.150.223]) by hal.kabsi.at (8.11.1/) with SMTP id i56LP0v0002535262 for ; Sun, 6 Jun 2004 23:25:00 +0200 (CEST) Message-ID: <01a401c44c0c$bc79e480$0b00a8c0@virtual> From: "Hutterer Robert" To: Date: Sun, 6 Jun 2004 23:24:47 +0200 MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 6.00.2800.1409 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2800.1409 Subject: Apache pkg-messagees X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 06 Jun 2004 21:25:09 -0000 After upgrading to apache 1.3.29_4 you have to add a line to rc.conf pkg_message in the ports tree says: ===> BE CAREFULL HOW TO BOOT on 1.3.29_4 or after: To run apache www server from startup, add apache_enable="YES" in your /etc/rc.conf. THIS IS A CLEAR MESSAGE In a similar way changes were made for apache-2.0.49_2 BUT WHAT DOES THIS PKG-MESSAGE MEAN??? "Since 2.0.49_2, apache startup script is now enabled/disabled via rc.subr. Available variables: - apache2_enable (bool): Set to "NO" by default. Set it to "YES" to enable apache2 - apache2ssl_enable (bool): Set to "NO" by default. Set it to "YES" to start apache with SSL (if exists in httpd.conf) - apache2limits_enable (bool):Set to "NO" by default. Set it to yes to run `limits $limits_args` just before apache starts. - apache2_flags (str): Set to "" by default. Extra flags passed to start command - apache2limits_args (str): Default to "-e -U %%WWWOWN%%" Arguments of pre-start limits run." Should also some lines be addes to rc.conf ?????? Which one??? Clear messages would be very helpfull!!