Re: virtual domen

From: Dave Uhring (daveuhring_at_yahoo.com)
Date: 08/29/04

  • Next message: Tony Paulic: "Restarting ADSL Connection Problem"
    Date: Sun, 29 Aug 2004 12:22:28 -0500
    
    

    On Sun, 29 Aug 2004 19:02:21 +0200, Bas Keur wrote:

    > Unless you run apache without chroot.
    >
    > # apachectl stop
    > # httpd -DSSL -u

    If you put those arguments in /etc/rc.conf then the apachectl script will
    pick them up.

    [log]# grep httpd /etc/rc.conf
    # use -u to disable chroot, see httpd(8)
    httpd_flags="-u -DSSL" # for normal use: "" (or "-DSSL" after reading ssl(8))

    > Or apachectl restarts in chroot.
    > (Why ? I have no idea)

    Because the code was modified to make the httpd server more secure?


  • Next message: Tony Paulic: "Restarting ADSL Connection Problem"