RE: Apache and home directories (file browser).

From: Juan Jose Sanchez Mesa (juanjo.listas_at_dobleJ.net)
Date: 02/16/04

  • Next message: Juan Jose Sanchez Mesa: "RE: Apache and home directories (file browser)."
    To: <isp@freebsd.org>
    Date: Mon, 16 Feb 2004 22:55:57 +0100
    
    

    >
    > What happens when someone else loads up the same type of package. They can
    > then go scrolling through everyone else's directories.
    >

    In PHP, use safe_mode to avoid this.

    >
    > /home/joe/access_list <--- Access list for Joe's .htaccess files
    > /home/tim/public_html/file_add.php <-- Some script Tim has in his
    > directory
    >

    If you set open_base_dir value to '/home/tim/public_html/', the PHP executed in this vhost, can't access any directory/file below it.

    _______________________________________________
    freebsd-isp@freebsd.org mailing list
    http://lists.freebsd.org/mailman/listinfo/freebsd-isp
    To unsubscribe, send any mail to "freebsd-isp-unsubscribe@freebsd.org"


  • Next message: Juan Jose Sanchez Mesa: "RE: Apache and home directories (file browser)."

    Relevant Pages