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
-
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
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 to
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
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
hName "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 Berglu
file via PHP 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 a
On Sat, 11 May 2013 12:45:53 +0100, Pete Houston
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 d
looks 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
happen
through Apache?
--
Bo Berglund
Developer in Sweden
-
To unsubscribe, e-mail: users-unsubscr...@httpd.apache.org
For additional commands, e-mail: users-h...@httpd.apache.org
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
aring.
>
>The work could be done, of course... Whether crypt()-ed passwords are
>important enough now to justify the effort from a volunteer as well as the
>work of the related projects to review and test the code is unclear...
>
The Pascal code (I program PC software i
ork on
>Windows. I'll do some more research (and attempt to get this working on
>my own machine) and provide an update.
>
The problem 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 Ap
ocs/2.0/mod/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: use
On Tue, 30 Apr 2013 10:31:07 -0400, Ben Johnson
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
>>
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
4 (Win32) PHP/4.4.7
Last-Modified: Thu, 12 Jun 2008 22:18:16 GMT
Etag: "5ac36-159b-89b5a184"
Accept-Ranges: bytes
Content-Length: 5531
Keep-Alive: timeout=15, max=100
Connection: Keep-Alive
Content-Type: text/xml
Content-Encoding: gzip
And FireFox displaye the *contents* of the gz file rathe
Modified: Thu, 12 Jun 2008 22:18:36 GMT
Etag: "5ae5a-169d-8aea1e6f"
Accept-Ranges: bytes
Content-Length: 5789
Keep-Alive: timeout=15, max=100
Connection: Keep-Alive
Content-Type: text/xml
--
Probably now FireFox does not realize that the
-
In the server responses I see these differences:
Cache-Control: 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
-
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 obj
blem of decoding the gz
files on GET.
2) I don't know how to change my Apache to provide the missing
items...
Any ideas based on this info??
What are my options on adjusting Apache to mimick the way the real
server works?
Bo Berglund
--
-Sed "http://server2/.../abc.xml.gz";
>
>There should be a difference in the HTTP headers.
>The difference 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
ES .shtml
and then restarted Apache, 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
---
wOverride None
Order allow,deny
Allow from all
AddType text/html .shtml
AddType application/x-httpd-php .php
AddOutputFilter INCLUDES .shtml
What should I do to make Apache tell browsers that the file it sen
mer pages along with the login
data for that customer. When he clicks the link the default browser
opens up and shows the login dialogue which he now has to fill in from
the display in the program page shown.
This way my program acts as a r
f
variation on that???
I know it is not secure, but that was not my concern 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
osest I could get to, but might be wrong
anyway...
Bo Berglund
-
The official User-To-User support forum of the Apache HTTP Server Project.
See http://httpd.apache.org/userslist.html> for more info.
To unsubscribe, e
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 .h
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
29 matches
Mail list logo