From mboxrd@z Thu Jan 1 00:00:00 1970 From: Rainer M Krug Subject: Re: Make html password protected? Date: Thu, 18 Sep 2014 13:09:01 +0200 Message-ID: References: <54101EE6.10303@wilkesley.net> Mime-Version: 1.0 Content-Type: multipart/signed; boundary="=-=-="; micalg=pgp-sha1; protocol="application/pgp-signature" Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:41599) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XUZaS-0000zm-UK for emacs-orgmode@gnu.org; Thu, 18 Sep 2014 07:09:26 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1XUZaN-0003rD-9V for emacs-orgmode@gnu.org; Thu, 18 Sep 2014 07:09:20 -0400 Received: from mail-wi0-f173.google.com ([209.85.212.173]:64943) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XUZaN-0003qr-1F for emacs-orgmode@gnu.org; Thu, 18 Sep 2014 07:09:15 -0400 Received: by mail-wi0-f173.google.com with SMTP id em10so2864959wid.12 for ; Thu, 18 Sep 2014 04:09:09 -0700 (PDT) In-Reply-To: <54101EE6.10303@wilkesley.net> (Ian Barton's message of "Wed, 10 Sep 2014 10:50:30 +0100") List-Id: "General discussions about Org-mode." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org Sender: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org To: ian@manor-farm.org Cc: emacs-orgmode@gnu.org --=-=-= Content-Type: text/plain Content-Transfer-Encoding: quoted-printable Ian Barton writes: > On 08/09/14 11:22, Rainer M Krug wrote: >> Hi >> >> I do not have much experience with html and websites (what an >> understatement!) but I would like to publish / export a simple html page >> password protected. Is ther an easy way to do it in word? >> >> The content is not highly confidential or sensitive, just some analysis >> for a paper of which I would like to provide regular feedback to my >> co-authors and which should not be to easily readable by others. >> >> Any suggestions? >> > > It depends if you have access to your web server configuration. If you > are able to modify it the simplest way is to create an .htacess file > in the directory containing your file: Unfortunately I am not. I only have ftp access to the html directory. Rainer > > AuthName "Journal" > AuthType Digest file: > AuthUserFile /etc/httpd/journal.passwd > Require valid-user > Order allow,deny > Satisfy any > > You can create a password file with: > > htdigest -c /etc/httpd/journal.passwd "Journal" username > > To add more users omit the -c argument, which will create a new file. > > Make sure you use digest authentication not basic (ie don't use > htpasswd). Basic authentication transmits user names and passwords in > plain text. > > Ian. > > =2D-=20 Rainer M. Krug, PhD (Conservation Ecology, SUN), MSc (Conservation Biology,= UCT), Dipl. Phys. (Germany) Centre of Excellence for Invasion Biology Stellenbosch University South Africa Tel : +33 - (0)9 53 10 27 44 Cell: +33 - (0)6 85 62 59 98 Fax : +33 - (0)9 58 10 27 44 Fax (D): +49 - (0)3 21 21 25 22 44 email: Rainer@krugs.de Skype: RMkrug PGP: 0x0F52F982 --=-=-= Content-Type: application/pgp-signature -----BEGIN PGP SIGNATURE----- Version: GnuPG/MacGPG2 v2.0.22 (Darwin) iQEcBAEBAgAGBQJUGr1RAAoJENvXNx4PUvmCmlAIAKQN2bgwRZoTiZBKjtT7iHXy D/HMFqshVgPfdCCBY6jKZdFXEilmimeDE5SZJ1dBVG/9kbjH2PjkWOhpBSTH7opb 4O8GoCXHChksEwNKoNM4iETMfUP7tckNLpWepyW5X5PGRZqY1hFL2wBliamU7Opq 64SU6fXvNEjZy+OJAOBv65Vp1miaA9Tn1YnvOabILnjlqw8jUVcc21mZ63qair1x ghVnA6kePKORXqPjbo3ikM3XStHQ2Dc759LbIt8H1DCnLMg8Nf3ds1e5KQ0Fsxdu OraujNKRJ7srufZz+QoLWgh8Se3LF225IiXsRgQ/V6cY1GiNCuPlBkqCa1klE+A= =6Frl -----END PGP SIGNATURE----- --=-=-=--