[users@httpd] Re: How to configure and use mod_markdown

2022-01-13 Thread Bo Berglund
e in Temp and the Add-On reads the data and then it creates a converted version to show... Impossible to bookmark such md files because when it is all done the URL points to the local file system. -- Bo Berglund Developer in Sweden -

[users@httpd] Re: How to configure and use mod_markdown

2022-01-13 Thread Bo Berglund
o/apache-mod-markdown code is really working fully? It seems to have big problems. Is there some alternative around? -- Bo Berglund Developer in Sweden - To unsubscribe, e-mail: users-unsubscr...@httpd.apache.org For additi

[users@httpd] Re: How to configure and use mod_markdown

2022-01-13 Thread Bo Berglund
On Wed, 12 Jan 2022 22:15:23 +0100, Bo Berglund wrote: >Ubuntu server 20.04.3 Apache2 >I am trying to install support for rendering files with extension .md so they >are displayed like for example md files in GitHub. > >So I have asked on Ubuntu User mail list and got directed

[users@httpd] How to configure and use mod_markdown

2022-01-12 Thread Bo Berglund
default.conf?? AddHandler markdown .md DirectoryIndex index.md What else needs to be done to make it work? -- Bo Berglund Developer in Sweden - To unsubscribe, e-mail: users-unsubscr...@httpd.apache.org For additional commands, e-mail: users-h...@httpd.apache.org

[users@httpd] Re: How to block Apache2 from showing dir lists on Ubuntu 16.04 server...

2019-03-11 Thread Bo Berglund
On Mon, 11 Mar 2019 09:12:28 +0100, Bo Berglund wrote: >If I enter an URL ending with a directory name Apache throws up a list >of all of the files inside the directory which is NOT what I want. >I have created a php command to create the display of the dir content >which works jus

[users@httpd] How to block Apache2 from showing dir lists on Ubuntu 16.04 server...

2019-03-11 Thread Bo Berglund
"Restricted Content" AuthUserFile /etc/apache2/private.htpasswd Require valid-user #Added to block dir listing and allow .htaccess to work AllowOverride All Options -Indexes Then sudo service apache2 restart But nothing at all changes... -- Bo Berglund

[users@httpd] Re: Does Apache htpasswd using md5 match the PHP md5 function result?

2013-05-27 Thread Bo Berglund
on any host system as long as PHP5 or above is used. User verification against that hash is also possible. -- Bo Berglund Developer in Sweden - To unsubscribe, e-mail: users-unsubscr...@httpd.apache.org For additional commands, e

[users@httpd] File renders differently when opened through Apache or direct, why?

2013-05-11 Thread Bo Berglund
is this happening? I know that the file is open ended such that it lacks the closing /table/body/html tags but that seems not to be a problem when viewing the file as a file:// URL in FireFox, so why does it happen through Apache? -- Bo Berglund Developer in Sweden

[users@httpd] Re: File renders differently when opened through Apache or direct, why?

2013-05-11 Thread Bo Berglund
exactly like what is being used when I open the file directly in FireFox, why does FireFox not display it in the same way? Maybe this is not an Apache problem but a FireFox one? -- Bo Berglund Developer in Sweden

[users@httpd] Re: File renders differently when opened through Apache or direct, why?

2013-05-11 Thread Bo Berglund
On Sat, 11 May 2013 12:45:53 +0100, Pete Houston p...@openstrike.co.uk wrote: On Sat, May 11, 2013 at 01:34:47PM +0200, Bo Berglund wrote: Since the data being transferred to FireFox looks exactly like what is being used when I open the file directly in FireFox, why does FireFox not display

[users@httpd] Does Apache htpasswd using md5 match the PHP md5 function result?

2013-05-02 Thread Bo Berglund
hashed using MD5? -- Bo Berglund Developer in Sweden - To unsubscribe, e-mail: users-unsubscr...@httpd.apache.org For additional commands, e-mail: users-h...@httpd.apache.org

[users@httpd] Re: Cannot get Apache 2 basic authentication working with CRYPT on Win7

2013-05-01 Thread Bo Berglund
as well as the work of the related projects to review and test the code is unclear... The Pascal code (I program PC software in Delphi) I use to create/decode CRYPT:ed hashes is about 600 lines including constant definitions... -- Bo Berglund Developer in Sweden

[users@httpd] Cannot get Apache 2 basic authentication working with CRYPT on Win7

2013-04-30 Thread Bo Berglund
scripts? -- Bo Berglund Developer in Sweden - To unsubscribe, e-mail: users-unsubscr...@httpd.apache.org For additional commands, e-mail: users-h...@httpd.apache.org

[users@httpd] Re: Cannot get Apache 2 basic authentication working with CRYPT on Win7

2013-04-30 Thread Bo Berglund
On Tue, 30 Apr 2013 10:31:07 -0400, Ben Johnson b...@indietorrent.org wrote: On 4/30/2013 9:06 AM, Bo Berglund wrote: I have a local Apache 2.2 server on my development PC. It is running on Windows7X64. Some of our folders are protected and we use .htpasswd files to authenticate the users

[users@httpd] Re: Cannot get Apache 2 basic authentication working with CRYPT on Win7

2013-04-30 Thread Bo Berglund
/mod_auth_dbm.html and http://httpd.apache.org/docs/2.1/mod/mod_auth_basic.html for additional information. The 2.1 page is also not available... -- Bo Berglund Developer in Sweden - To unsubscribe, e-mail: users-unsubscr

[users@httpd] Re: Cannot get Apache 2 basic authentication working with CRYPT on Win7

2013-04-30 Thread Bo Berglund
is getting Apache on Win7 to recognize CRYPT:ed passwords. Creating them is no big deal, I already have software components for that. But getting Apache to read them is I cannot understand why they left that out of Apache when compiling for Windows -- Bo Berglund Developer in Sweden

[EMAIL PROTECTED] Re: How to configure Apache 2 to compress xml files on serving?

2008-06-14 Thread Bo Berglund
On Fri, 13 Jun 2008 23:53:13 +0100, Nick Kew [EMAIL PROTECTED] wrote: On Fri, 13 Jun 2008 19:17:32 +0200 Bo Berglund [EMAIL PROTECTED] wrote: I need to set up a test environment where I am running Apache locally with a number of xml data files as objects to serve. I am doing this to simulate

[EMAIL PROTECTED] Re: How to configure Apache 2 to compress xml files on serving?

2008-06-14 Thread Bo Berglund
: no-transform (not existing in test server) Content-Type: application/xml (test server has this instead:) Content-Type: application/x-gzip How is the tag Content-Type set in Apache? Bo Berglund - The official User-To-User support forum

[EMAIL PROTECTED] Re: How to configure Apache 2 to compress xml files on serving?

2008-06-14 Thread Bo Berglund
this directive... Bo Berglund - The official User-To-User support forum of the Apache HTTP Server Project. See URL:http://httpd.apache.org/userslist.html for more info. To unsubscribe, e-mail: [EMAIL PROTECTED] from the digest

[EMAIL PROTECTED] Re: How to configure Apache 2 to compress xml files on serving?

2008-06-14 Thread Bo Berglund
-Type: text/xml Content-Encoding: gzip And FireFox displaye the *contents* of the gz file rather than offer to save it! BINGO! A *really* great THANK YOU! for helpong me out! Bo Berglund - The official User-To-User support forum

[EMAIL PROTECTED] How to configure Apache 2 to compress xml files on serving?

2008-06-13 Thread Bo Berglund
Includes AllowOverride None Order allow,deny Allow from all AddType text/html .shtml AddType application/x-httpd-php .php AddOutputFilter INCLUDES .shtml /Directory What should I do to make Apache tell browsers that the file it sends is compressed? Bo Berglund

[EMAIL PROTECTED] Re: How to configure Apache 2 to compress xml files on serving?

2008-06-13 Thread Bo Berglund
, but the result is still that FireFox tries to save the link to file instead of displaying the decompressed contents. Also tried with this instead but with the same result: AddType text/xml .xml.gz Bo Berglund - The official User-To-User

[EMAIL PROTECTED] Re: How to configure Apache 2 to compress xml files on serving?

2008-06-13 Thread Bo Berglund
will tell you (or us) where to start looking. I don't have PERL and I am working on Windows XP so there is no Linux style command availabvle either... Bo Berglund - The official User-To-User support forum of the Apache HTTP Server

[EMAIL PROTECTED] Re: How to compose an URL so that login is done???

2007-01-09 Thread Bo Berglund
dialogue which he now has to fill in from the display in the program page shown. This way my program acts as a reminder for the customer and shows his own login data but he has to do the login himself. Bo Berglund - The official

[EMAIL PROTECTED] How to compose an URL so that login is done???

2007-01-08 Thread Bo Berglund
to, but might be wrong anyway... Bo Berglund - The official User-To-User support forum of the Apache HTTP Server Project. See URL:http://httpd.apache.org/userslist.html for more info. To unsubscribe, e-mail: [EMAIL PROTECTED

[EMAIL PROTECTED] Re: How to compose an URL so that login is done???

2007-01-08 Thread Bo Berglund
because these users have the software that really should entitle them to access the site... Bo Berglund - The official User-To-User support forum of the Apache HTTP Server Project. See URL:http://httpd.apache.org/userslist.html

[EMAIL PROTECTED] How to enable Crypt in .htpasswd on Windows (Apache 2.0.54)?

2006-08-22 Thread Bo Berglund
completely to create Crypted passwords even though I use that command line switch. It displays that it will use MD5 instead. My question is simply this, HOW can I enable Apache on Windows to accept Crypted passwords in the .htpasswd file? /Bo Bo Berglund

[EMAIL PROTECTED] Re: How to enable Crypt in .htpasswd on Windows (Apache 2.0.54)?

2006-08-22 Thread Bo Berglund
On Tue, 22 Aug 2006 13:30:48 -0500, William A. Rowe, Jr. [EMAIL PROTECTED] wrote: Joshua Slive wrote: On 8/22/06, Bo Berglund [EMAIL PROTECTED] wrote: I have a published website with several protected directories using various .htaccess/.htpasswd files. It has been working fine for about 10