Re: Enabling HTTPS and Configuring SSL in Apache 2.4 on Windows 10.

2024-05-06 Thread Mario Brandt
Maybe this can be added to the wiki? Frank Gingras schrieb am Mo., 6. Mai 2024, 15:46: > > > On Mon, May 6, 2024 at 2:55 AM General Email < > general.email.12341...@gmail.com> wrote: > >> Hi, >> >> I have configured SSL and enabled HTTPS on Apache 2.4. It is working fine. >> >> If the docs team

Re: mod_authz_dbm

2016-07-05 Thread Mario Brandt
On 5 July 2016 at 20:42, Rich Bowen wrote: > > Unfortunately, dbmmanage isn't available to the majority of our users, > due to decisions made at the packaging/distro level. (See my comment > earlier. See also > https://lists.apache.org/thread.html/e1aaf09a66c2ecbbbfd8da818aa243d06a260993fda2344f8

Re: mod_authz_dbm

2016-07-05 Thread Mario Brandt
Hi Rich, take a look at line 84 to 90 from the source code [1] That might help you. The dbmmanage is availabe in the bin folder on a regular build [2]. On Windows the name is dbmmanage.pl due the windows limitation of the need of a file extension. The basic usage[3] So you can download the perl

Error Log 404

2016-04-24 Thread Mario Brandt
Hi, in the docs there is an example [1] that shows a 404 error including the full path in the file system. AFAIK 404 error are only in the access log in httpd 2.4 with the requested url rather than the file system path. Is that a misunderstanding on my side because the default LogLevel warn doesn'

Re: mod_lua status pages

2014-12-10 Thread Mario Brandt
Hi, since there wasn't feedback, here my config in short form. LoadModule lua_module modules/mod_lua.so AddHandler lua-script .lua DirectoryIndex server-status.lua Alternative there is an option to install it as a handler LuaMapHandler ^/server-status$ /path/to/server-status.lua Cheers

Re: [Vote] Add commentary system to httpd docs

2012-05-04 Thread Mario Brandt
+1 > [+/-1] Add commentary system to the trunk documentation. - To unsubscribe, e-mail: docs-unsubscr...@httpd.apache.org For additional commands, e-mail: docs-h...@httpd.apache.org

APR snapshot link

2012-03-06 Thread Mario Brandt
On the apr.apache.org the snapshot link in the navigation leads into a 404 http://svn.apache.org/snapshots/apr/ Cheers Mario - To unsubscribe, e-mail: docs-unsubscr...@httpd.apache.org For additional commands, e-mail: docs-h...@

Regex vocabulary mod rewrite

2012-01-19 Thread Mario Brandt
Hi, it would be nice to have a list of the pattern characters from mod rewrite. At http://httpd.apache.org/docs/2.2/rewrite/intro.html#regex for many noobs in regex (including me) it is not that simple to find the right regex. Maybe a bit clearer would be: Text: . Any single character [chars]

event mpm and SSL

2010-10-12 Thread Mario Brandt
Hi, there is a small issue at http://httpd.apache.org/docs/2.2/mod/event.html AFAIK event mpm supports SSL now. At least for me it works. I don't know what about the other input filters. Mario - To unsubscribe, e-mail: docs-uns

Name based vhosts and SSL

2009-08-13 Thread Mario Brandt
Hi, since 2.2.12 it should be possible to use name based vhosts since apache can use SNI now. >From the docs http://httpd.apache.org/docs/2.2/en/vhosts/name-based.html --- snip --- Name-based virtual hosting cannot be used with SSL secure servers because of the nature of the SSL protocol. --- /sn

Re: translation problème

2009-04-25 Thread Mario Brandt
Hi Lucien, AFAIK a worker is one of the members from the cluster. It is not the Worker MPM. You can also run that with a different MPM like prefork or winnt. You can read that on line 749. IMHO you could translate that with "travailleur" or "membre" (my french is not the best ;-) ) Hope that hel

Re: Documentation started for virtual hosts with SNI

2009-04-08 Thread Mario Brandt
Hi Dan, isn't there a misconfig in the example? Second host: DocumentRoot /www/example2 ServerName www.example.org shouldn't that be ServerName www.example2.org ? Mario - To unsubscribe, e-mail: docs-unsubscr...@httpd.apache.o

RE: leader.html missing

2008-01-16 Thread Mario Brandt
I've seen leader.html in trunk. So there was someone a bit lazy ;-) regards Mario -Original Message- From: Nóirín (Plunkett) Shirley [mailto:[EMAIL PROTECTED] The German version seems to have (several) directives associated with many more modules than the English... Are the German coder

RE: leader.html missing

2008-01-11 Thread Mario Brandt
Even if I repley myself, I forgot that this is only in the german version. Did see that caused by the rewriting ;-) -Original Message- From: Mario Brandt [mailto:[EMAIL PROTECTED] Sent: Friday, January 11, 2008 3:47 PM To: 'docs@httpd.apache.org' Subject: leader.html missing

leader.html missing

2008-01-11 Thread Mario Brandt
in the docs there isn't http://httpd.apache.org/docs/2.2/mod/leader.html which is referenced from http://httpd.apache.org/docs/2.2/mod/mpm_common.html With best regards Mario ASCII ribbon campaign against HTML e-mail _ ( ) X / \ -

mod_userdir working example

2007-06-28 Thread Mario Brandt
h Includes ExecCGI Order allow,deny Allow from all Order allow,deny Allow from all with best regards Mario Brandt - To unsu