Re: [users@httpd] RE: URGENT help required

2012-03-22 Thread Daniel Gruno
On 22-03-2012 05:56, karthiek.maralla wrote: Hi, I am getting following error when running a report through java in oc4j server. ...bla bla bla... Any help would be greatly appreciated Sending the letter again does still not make this the right place to ask for help. Have you tried the O

Re: [users@httpd] Uploading a file using HTTp to apache web server.

2012-03-22 Thread Daniel Gruno
On 22-03-2012 09:48, Sharmistha Chatterjee wrote: Hi, I am new to apache web server. My objective is to upload a file from a C program. I am facing an issue in uploading a file to APACHE web server on Linux. I am not able to find the uploaded file at the server. My post request has the followin

Re: [users@httpd] allow from based on database query (2.4)

2012-03-24 Thread Daniel Gruno
On 24-03-2012 02:38, John Karr wrote: I have an application that uses both ip and credentials authentication, currently to update the "allow from" I have to edit a file and restart the server. My next release will be using Apache 2.4 with dbd authentication, I was wondering if there were a way to

Re: [users@httpd] allow from based on database query (2.4)

2012-03-26 Thread Daniel Gruno
On 25-03-2012 00:12, John Karr wrote: I hadn't want to mention what I was thinking of doing as an alternative, because I really hoped that there was a better answer that I had failed to read/find the documentation on! My two solutions in mind were (a) the application that maintains the ip l

Re: [users@httpd] allow from based on database query (2.4)

2012-03-26 Thread Daniel Gruno
On 26-03-2012 16:41, brainbuz wrote: mod_gatekeeper sounds like it does exactly what I was looking for I will try it. I took the liberty of taking this example one step further, implementing it into the mod_auth group so you can use it within a Require block. The module in its current form

Re: [users@httpd] Read HTTP header and body

2012-04-05 Thread Daniel Gruno
On 05-04-2012 12:01, Evgeny Shvidky wrote: Hello, I am implementing on "C" a new module in Apache HTTP server. I succeeded to receive an appropriate HTTP request by my module handler. How can I read a full HTTP header (not only the first line) and a body (if exists) of received HTTP request?

Re: [users@httpd] test against env variable previously defined by SetEnvIf

2012-04-10 Thread Daniel Gruno
On 10-04-2012 17:15, Pierre-Rudolf Gerlach wrote: > Hello, > > I have a website hosted in a shared environment, so I only have access > to a .htaccess file to configure stuff. I'm running on Apache 2.4.1. > > I would like to to something like > - test the user-agent against a regexp and set a vari

Re: [users@httpd] test against env variable previously defined by SetEnvIf

2012-04-10 Thread Daniel Gruno
On 10-04-2012 17:36, Pierre-Rudolf Gerlach wrote: > > My bad for the missing quote, I changed the values in the exemple > without re-testing it, sorry. > > You example works for a deny. However, if I slightly modify it, > replacing "Require all denied" by a variable setting, like this > > SetEnvIf

Re: [users@httpd] test against env variable previously defined by SetEnvIf

2012-04-10 Thread Daniel Gruno
On 10-04-2012 18:59, Pierre-Rudolf Gerlach wrote: > I just tried from a fresh checkout of branch 2.4.x (Apache 2.4.3-dev), > using the shipped default config, and still myothervar is null. > Same result with tags/2.4.2 ... > > Do you confirm you did just create a .htaccess with the content of my >

Re: [users@httpd] test against env variable previously defined by SetEnvIf

2012-04-10 Thread Daniel Gruno
On 10-04-2012 17:49, Daniel Gruno wrote: > On 10-04-2012 17:36, Pierre-Rudolf Gerlach wrote: >> My bad for the missing quote, I changed the values in the exemple >> without re-testing it, sorry. >> >> You example works for a deny. However, if I slightly modify it, >&

Re: [users@httpd] 302 http status code after setting the redirects

2012-04-12 Thread Daniel Gruno
On 12-04-2012 10:19, aparna Puram wrote: > Hello All, > > We have implemented the redirects from http to https > > RewriteEngine On > RewriteCond %{HTTPS} off > RewriteRule (.*) https://dnsname.com%{REQUEST_URI} > > this server can be accessing using 3 different names. > > localhostname > and there

Re: [users@httpd] httpd-2.2.22 LogLevel arguments, in documentation, not accepted

2012-04-18 Thread Daniel Gruno
On 18-04-2012 19:23, Josh Narins wrote: > > The documentation for LogLevel[0] and references to LogLevel in the > documentation for mod_rewrite[1] say that LogLevel takes arguments like > > > > LogLevel |[|module|:]|level|[|module|:|level|] ...| > > | | > > I am setting the LogLev

[users@httpd] Syntax highlighting of httpd configurations

2012-04-30 Thread Daniel Gruno
Hi everybody on users@, As you may or may not know, there's been some work in the trunk branch of the httpd documentation, allowing for syntax highlighting of both the various C/Perl/Lua code as well as the configuration examples shown in the docs. The thought being, that it will make it easier to

Re: [users@httpd] Confusing apache configuration

2012-06-27 Thread Daniel Gruno
On 06/27/2012 03:29 PM, Robert Decker wrote: > Hello. I'm having trouble figuring out how to configure apache for the > following: > > www.server.com/mstar should go through mod_passenger > > but anything else, such as: > www.server.com/ > www.server.com/index.hmtl > etc > should go through mod_p

Re: [users@httpd] Load-balancing with Mod_Proxy and SSL problem

2012-07-12 Thread Daniel Gruno
On 07/12/2012 02:42 PM, Jehan Badshah wrote: > HI > > *for loadbalancing I added following lines in httpd-ssl.conf file * > > > //certificates etc > > //loadbalancing lines > ProxyPass / balancer://sakaiCluster/ stickysession=JSESSIONID > nofailover=On timeout=60 > > BalancerMember ajp

Re: [users@httpd] unsubscribe

2012-07-12 Thread Daniel Gruno
On 07/12/2012 02:55 PM, Jim Osborne wrote: > unsubscribe Please unsubscribe by writing to users-unsubscr...@httpd.apache.org instead. With regards, Daniel. - To unsubscribe, e-mail: users-unsubscr...@httpd.apache.org For additio

Re: [users@httpd] Deny access to all directory files BUT a certain suffix?

2012-08-05 Thread Daniel Gruno
On 08/05/2012 11:31 PM, Tom Browder wrote: > I see lots of examples of denying access to files in a directory with > a certain suffix, but I want to deny access to ALL files EXCEPT those > with one suffix (.html). > > I have tried this (Apache 2.2.14): > > > > SSLOptions +StdEnvVars +Stri

Re: [users@httpd] VirtualHost Redirect with an exception

2012-12-18 Thread Daniel Gruno
On 12/18/2012 12:18 PM, Coert Waagmeester wrote: > > > On 2012/12/18 11:53 AM, Coert Waagmeester wrote: >> Hello all, >> >> We run a webserver with multiple domains pointing to it. >> >> Only one DNS name is used to serve our website. >> All the other DNS names (which exist for purposes other tha

Re: [users@httpd] OutputFilter redirecting reply for modification

2012-12-21 Thread Daniel Gruno
On 12/21/2012 05:21 PM, n.weidm...@lombardodier.com wrote: > Hi, > > Is there an existing module that can be used as an output filter to send > the response to another web server to get the final response to send > back to the client. ... > Here comes what I want to achieve. > > 4. The output fil

Re: [users@httpd] Setting Directory Listings Only To One Subnet

2013-01-09 Thread Daniel Gruno
On 01/09/2013 01:36 PM, Steve Penner wrote: > A friend of mine posted the message below the '' for me recently. He > told me that it went unanswered, although he told me it might have gone > unanswered because it was a holiday time. > > I would like to confirm that what I want to do is not

Re: [users@httpd] writing modules - missing sources?

2013-01-13 Thread Daniel Gruno
On 01/13/2013 12:44 PM, Piotr Suwala wrote: > Hello. > > I've got question for you concerned with writing modules for apache: > How can I start doing it? Where can I find any helpful info for this, > tutorials about configuring enviroment? > We have a brief guide on writing modules for httpd 2.4

Re: [users@httpd] Conflict between Alias, , and RewriteRule hides local directory from Apache httpd?

2013-01-28 Thread Daniel Gruno
Top posting, as this is a long email. Please see: http://httpd.apache.org/docs/current/rewrite/flags.html#flag_pt With regards, Daniel. On 01/28/2013 09:17 AM, Hedley Finger wrote: > I am trying to run the web app LedgerSMB on a standalone computer with > localhost as the server. Apache httpd, an

Re: [users@httpd] Get parameters at the end of URL on Apache Web Server

2015-11-09 Thread Daniel Gruno
On 11/09/2015 11:24 AM, Marcel Florian wrote: > Hello guys, > > I have a URL with the following syntax: > > |https://www.domain.com/pay/a1b2c | > > In the |/pay| directory I have a simple payment form. I am using > JavaScript to get the URL appendix |a1b2c| and p

Re: [users@httpd] Get parameters at the end of URL on Apache Web Server

2015-11-09 Thread Daniel Gruno
Best, > > Marcel > >> On 09 Nov 2015, at 11:27, Daniel Gruno > <mailto:humbed...@apache.org>> wrote: >> >> On 11/09/2015 11:24 AM, Marcel Florian wrote: >>> Hello guys, >>> >>> I have a URL with the following syntax: >>> &

Re: [users@httpd] TimeOut

2015-11-16 Thread Daniel Gruno
On 11/16/2015 05:50 PM, Rose, John B wrote: > Looking in the Security Tips document for Apache this is said … > > * The |TimeOut > | directive > should be lowered on sites that are subject to DoS attacks. Setting > this to as l

Re: [users@httpd] Refiring requests to proxy backend

2015-12-18 Thread Daniel Gruno
I think you need two phases here, as mod_lua doesn't itself do the proxying, but delegates it to mod_proxy. First, http://modlua.org/recipes/loadbalancing will show you how to proxy. Secondly, you could then set up a handler for the specific HTTP code using ErrorDocument or an output filter. I h

Re: [users@httpd] Refiring requests to proxy backend

2015-12-18 Thread Daniel Gruno
I'm interested in knowing how you did it in mod_python. Do you use an external http lib and process the result yourself? That's certainly also possible with mod_lua. With regards, Daniel. On 12/18/2015 05:12 PM, Daniel Gruno wrote: > I think you need two phases here, as mod_lua does

Re: [users@httpd] Refiring requests to proxy backend

2015-12-18 Thread Daniel Gruno
t you can use an external http lib to fire off another request to the backend. I'll keep you posted if I find a smart way to re-fire mod_proxy on demand. With regards, Daniel. > > Regards, > Jose > > On Fri, Dec 18, 2015 at 9:42 PM, Daniel Gruno <mailto:humbed...@apache.

Re: [users@httpd] Re: Dual private access: allow use of either client cert. or one-time password?

2016-01-11 Thread Daniel Gruno
My actual reply is stuck in moderation, as I sent it from the wrong address. Have patience, it'll be there soon enough :) On 01/11/2016 01:21 PM, Tom Browder wrote: > Anyone? > > On Tuesday, January 5, 2016, Tom Browder > wrote: > > First, Happy New Year, all!

Re: [users@httpd] Re: Dual private access: allow use of either client cert. or one-time password?

2016-01-11 Thread Daniel Gruno
In short, see https://serverfault.com/questions/577835/apache-ssl-certificate-and-basic-auth-combination-password-if-no-certificate (longer email is pending moderation, I believe) With belated regards, Daniel On 2016-01-11 13:21, Tom Browder wrote: > Anyone? > > On Tuesday, January 5, 2016,

Re: [users@httpd] Re: Dual private access: allow use of either client cert. or one-time password?

2016-01-11 Thread Daniel Gruno
rg > Asunto: Re: [users@httpd] Re: Dual private access: allow use of either client > cert. or one-time password? > > On Mon, Jan 11, 2016 at 6:37 AM, Daniel Gruno wrote: >> In short, see >> https://serverfault.com/questions/577835/apache-ssl-certificate-and-ba >> si

Re: [users@httpd] mod_lua and subprocess_env

2017-02-14 Thread Daniel Gruno
On 02/14/2017 12:38 PM, Andrei Ivanov wrote: > Hi, > I'm trying to create a lua authorization script but I can't seem to > access the request environment: > > require 'apache2' > > function authz_check_remote_ip_in_client_san(r) > r:err("remote_ip_in_client_san running..."); > r:a

Re: [users@httpd] mod_lua and subprocess_env

2017-02-14 Thread Daniel Gruno
On 02/14/2017 01:16 PM, Andrei Ivanov wrote: > On Tue, Feb 14, 2017 at 1:59 PM, Daniel Gruno <mailto:humbed...@apache.org>> wrote: > > On 02/14/2017 12:38 PM, Andrei Ivanov wrote: > > Hi, > > I'm trying to create a lua authorization script but

Re: [users@httpd] mod_lua and subprocess_env

2017-02-14 Thread Daniel Gruno
On 02/14/2017 01:24 PM, Andrei Ivanov wrote: > On Tue, Feb 14, 2017 at 2:19 PM, Daniel Gruno <mailto:humbed...@apache.org>> wrote: > > On 02/14/2017 01:16 PM, Andrei Ivanov wrote: > > On Tue, Feb 14, 2017 at 1:59 PM, Daniel Gruno <mailto:humbed...@apache.

Re: [users@httpd] filtering by IP SAN entries in the client certificate

2017-02-15 Thread Daniel Gruno
On 02/15/2017 11:31 AM, Andrei Ivanov wrote: > Hi, > I have a requirement to check incoming requests, something that would be > succinctly expressed this way: > > > Require expr "%{REMOTE_ADDR} in %{SSL_CLIENT_SAN_IPaddr}" > > > This would check that the request IP address is among the IP a

Re: [users@httpd] Apache httpd 2.4.27 SSL

2017-08-20 Thread Daniel Gruno
On 08/20/2017 04:36 PM, Fady Haikal wrote: > Dear Team, > I have installed httpd 2.4.27 with SSL and while trying to verify the > httpd-ssl.com file the below error appear but the > server can be started normally and accessible through https: > > AH00526: Syntax error on lin

Re: [users@httpd] CSP nonces in apache

2017-09-07 Thread Daniel Gruno
On 09/07/2017 07:46 PM, Luis Speciale wrote: > Hello; > > I wanted to have CSP nonces in apache. Something like this in NGINX > https://scotthelme.co.uk/csp-nonce-support-in-nginx/ > The idea is to generate a number, put this number in the CSP nonce (the > header) and then replicate this number in

Re: [users@httpd] CSP nonces in apache

2017-09-07 Thread Daniel Gruno
On 09/07/2017 08:30 PM, Luis Speciale wrote: > Le 07/09/2017 à 19:53, Daniel Gruno a écrit : > > Thank you for your answer. > >> Quick spot-check says you should probably change '.)*)' to ').*)' > > I tried this but it doesn't seem to work. &g

Re: [users@httpd] CSP nonces in apache

2017-09-07 Thread Daniel Gruno
On 09/07/2017 08:54 PM, Luis Speciale wrote: > Le 07/09/2017 à 20:36, Daniel Gruno a écrit : >> On 09/07/2017 08:30 PM, Luis Speciale wrote: >>> Le 07/09/2017 à 19:53, Daniel Gruno a écrit : >>> >>> Thank you for your answer. >>> >>>> Q

Re: [users@httpd] CSP nonces in apache

2017-09-11 Thread Daniel Gruno
On 09/11/2017 10:48 AM, Luis Speciale wrote: > Le 07/09/2017 à 20:57, Daniel Gruno a écrit : > >> >> might be that you need to uppercase it to NUMBNONCE. > > After a week trying I'm beginning to think that it can't be done the way > I thought. Is there a way

Re: [users@httpd] CSP nonces in apache

2017-09-11 Thread Daniel Gruno
On 09/11/2017 11:51 AM, Luis Speciale wrote: > Le 11/09/2017 à 11:38, Mitchell Krog Photography a écrit : >> As per the original article from Scott Helme that you intially >> referred to, you will need to generate a random string yourself. >> Something like this might help you in the right directio

Re: [users@httpd] How to update the Windows ”platform page”?

2013-03-13 Thread Daniel Gruno
On 03/13/2013 02:00 AM, Ben Johnson wrote: > > > On 3/11/2013 4:20 PM, Peter Lorenzen wrote: >> Hi, >> >> I just realized that the reason there is no Windows binaries for 2.2.23 >> and 2.2.24 is that the Apache Foundation does not provide the binaries >> and whoever provided them before does not

Re: [users@httpd] Set response header based on another response header?

2013-04-05 Thread Daniel Gruno
On 04/05/2013 01:23 PM, Esmond Pitt wrote: > Can't be done. You can only set an environment variable based on a > *request* header. > > EJP Not entirely true, you can do this quite easily with filters, and I use it often for that exact purpose (except I don't use the Pragma thing, I do other tran

Re: [users@httpd] Query regarding "mod_rewrite" module when handling URLs, containing "POST" data

2013-09-03 Thread Daniel Gruno
On 09/03/2013 09:06 PM, Ajay Garg wrote: > Hi all. > > In our setup, we need to do conditional-redirects. > Till now, we were able to accomplish them, by using a smart combination > of "RewriteCond", "RewriteRule" and "QSA". > > However, we now face a situation, wherein we need to do re-directs,

Re: [users@httpd] Re: !!! Urgently need apache 2.4.3 source code Urgent due to heartbleed bug]

2014-04-10 Thread Daniel Gruno
On 04/10/2014 09:42 AM, Sachin Goyal wrote: > Where can I find apache 2.4.3 source code to download? > I have apache 2.4.3 binaries running in production server but i > don't that source code. > > Now I need to rebuild apache 2.4.3 with latest version of openssl > 1.0.1 g so I

Re: [users@httpd] Preserve protocol in httpd proxy

2014-05-31 Thread Daniel Gruno
...Or with mod_lua at a 1/10th of the price of mod_rewrite if configured properly :-) # httpd.conf: LuaMapToStorage /path/to/script.lua proxyhandler -- script.lua: function proxyhandler(r) r.handler = "proxy-server" r.proxyreq = apache2.PROXYREQ_REVERSE -- or whatever you like. if r.header

Re: [users@httpd] Re: Apache 2.4 - non adoption reasons??

2014-07-18 Thread Daniel Gruno
On 07/18/2014 07:31 PM, Good Guy wrote: > On 18/07/2014 15:35, Eric Covener wrote: >> On Fri, Jul 18, 2014 at 10:21 AM, David Favor >> wrote: >>> Biggest problem is with Apache changing format of conf entries. >> >> What do you mean by the format? >> > > I think what he is talking about is that

Re: [users@httpd] CSP nonces in apache

2017-09-11 Thread Daniel Gruno
uis Speciale wrote: > Le 11/09/2017 à 12:02, Daniel Gruno a écrit : > >> >> You could alternately use mod_lua as an output filter. >> >> LuaOutputFilter fixupNonce /path/to/nonce.lua nonce >> SetOutputFilter fixupNonce # or AddOutputFilterByType >> >

Re: [users@httpd] CSP nonces in apache

2017-09-12 Thread Daniel Gruno
On 09/12/2017 09:32 AM, Luis Speciale wrote: > Oh, my. It's NOT working. I fooled myself yesterday > > :( Which part in particular isn't working? > > Luis > > - > To unsubscribe, e-mail: users-unsubscr...@httpd.apache.org > Fo

Re: [users@httpd] Where does ap_rprintf actually print out?

2017-10-13 Thread Daniel Gruno
On 10/13/2017 11:53 AM, eeadev dev wrote: > Writing an apache C module I tried this function: > > https://ci.apache.org/projects/httpd/trunk/doxygen/group__APACHE__CORE__PROTO.html#ga5e91eb6ca777c9a427b2e82bf1eeb81d > > but I dont know where it does print out. Does it in any specific file? > > I

Re: [users@httpd] Where does ap_rprintf actually print out?

2017-10-13 Thread Daniel Gruno
in your browser (chrome, firefox etc) when you visit a page run by the module. > > 2017-10-13 3:03 GMT-07:00 Daniel Gruno <mailto:humbed...@apache.org>>: > > On 10/13/2017 11:53 AM, eeadev dev wrote: > > Writing an apache C module I tried this function: >

Re: [users@httpd] Re: [mod_lua] Successful arbitrary authentication with denied access on the resource results in a core:error AH00571 message in the logs about a missing AuthType

2018-03-15 Thread Daniel Gruno
On 03/15/2018 02:43 PM, Torsten Krah wrote: > Opinions, anyone? Should i ask that on the dev list? > It would help if you elaborated more. A one-liner won't help us much in figuring out this issue. What are you trying, what happens, and what did you expect? With regards, Daniel ---

Re: [users@httpd] Running Lua Script using mod_lua

2018-05-16 Thread Daniel Gruno
On 05/17/2018 08:21 AM, Luca Toscano wrote: Hi, 2018-05-16 12:22 GMT+02:00 Hemant Chaudhary mailto:hemantdude.chaudh...@gmail.com>>: Hi, While running lua_script using mod_lua, I am getting this error in error_log. What does it mean "PANIC: unprotected error in call to Lua AP

Re: [users@httpd] Oddity using FallbackResource in PHP development

2018-06-08 Thread Daniel Gruno
Do you have a handler configured for .php that might interfere here? If you have something like mod_php or fpm handling .php extensions, that may take over from the generic file handler (which is what FallbackResource works for) and try to serve it instead. A solution, if this is the case, wou

Re: [users@httpd] matches when ServerName directive is omitted

2018-06-23 Thread Daniel Gruno
On 06/23/2018 10:34 AM, billy noah wrote: Thanks Eric, the rdns almost certainly /did /change so that could be the culprit.  Do you have a definitive answer or a way to determine how apache decides what "ServerName" should be when the directive is absent? From the documentation: If no

Re: [users@httpd] Is HTTP Server affected by CVE-2018-11776 ?

2018-08-28 Thread Daniel Gruno
On 08/28/2018 11:34 AM, Satish Chhatpar 02 wrote: Hi HTTP users, can anyone confirm if HTTP server any version is affected by CVE-2018-11776 ? It is not. CVE-2018-11776 refers to Apache Struts, not the Apache HTTP Server. Struts is a Java framework, and has no programmatic relation to the HTT

[users@httpd] Countdown to 25 years - has httpd changed your life?

2020-01-17 Thread Daniel Gruno
Hi wonderful apache people! As we count down to the 25th anniversary of the Apache Group, founded February 27th 1995 (first release of the apache webserver was in April 1995), I'd like to put some extra effort into the quarterly board report I, as chair of the project, have to present to the b

Re: [users@httpd] mod_compat_access format forward

2020-04-05 Thread Daniel Gruno
On 05/04/2020 17.49, David Mehler wrote: Hello, I've got this stanza in one of my virtual host configurations on apache 2.4.x. It's requiring me to load the access compatibility module, it is the only block requiring this module and i'd like to get it converted to apache 2.4. I've not been able

Re: [users@httpd] Browsers appear to be ignoring 401 responses with WWW-Authenticate

2021-10-03 Thread Daniel Gruno
Slightly off-topic, but you might wanna check out https://developer.mozilla.org/en-US/docs/Web/API/fetch#parameters Standard modern behavior, AIUI, is to not do Basic Auth via JavaScript fetches unless it's the same site, but this can be modified. But I could be wrong :) On 04/10/2021 03.04, o

Re: [users@httpd] How Do I Prevent Repetitive Hits

2022-08-25 Thread Daniel Gruno
On 25/08/2022 18.16, John Iliffe wrote: While it doesn't appear to be causing us any harm I am wondering why someone would spend the time/money to do so and if there is any way to lock out this one source. Does anyone have any suggestions? If you want it completely gone from your logs, firewa

Re: [users@httpd] specification of .htaccess [EXT]

2022-11-01 Thread Daniel Gruno
On 2022-11-01 20:14, Yuji_myst wrote: Thank you. I will try the method you replied. Just to make sure, do you know if there is a limit on the number of redirect settings or .htaccess file size? Essentially, the limit is the file size limit in your file system, or however much memory your se

Re: [users@httpd] Apache configuration for guacamole

2022-12-19 Thread Daniel Gruno
On 12/20/22 01:47, Dan Nessett wrote: I am attempting to get guacamole working with apache. I have been working with the guacamole users, but they now tell me that I have an apache2 configuration problem. So, I am trying to get some help from apache2 users. The set up I have is a small network

Re: [users@httpd] RewriteCond - is this fast fail?

2023-01-11 Thread Daniel Gruno
On 2023-01-11 12:58, sebb wrote: On Tue, 10 Jan 2023 at 23:33, Frank Gingras wrote: Do a quick test, and enable the rewrite log. Make sure you use a log level of 5 to see those details. Whilst the test might be quick, setting it up is not. Does no-one here know the answer? RewriteRule is

Re: [users@httpd] RewriteCond - is this fast fail?

2023-01-11 Thread Daniel Gruno
On 2023-01-11 13:16, Daniel Gruno wrote: On 2023-01-11 12:58, sebb wrote: On Tue, 10 Jan 2023 at 23:33, Frank Gingras wrote: Do a quick test, and enable the rewrite log. Make sure you use a log level of 5 to see those details. Whilst the test might be quick, setting it up is not. Does no

Re: [users@httpd] Unclear RewriteCond docs

2023-05-08 Thread Daniel Gruno
On 2023-05-08 08:44, Eric Covener wrote: On Mon, May 8, 2023 at 9:41 AM Frank Gingras wrote: Sebb, Are you sure about that? I would verify before we venture to clarify the docs. I think sebb is right, I've occasionally had to try to weirdly propagate it or delay/combine it. In a rule or co

Re: [users@httpd] Unclear RewriteCond docs

2023-05-08 Thread Daniel Gruno
On 2023-05-08 09:33, Eric Covener wrote: On Mon, May 8, 2023 at 10:29 AM Daniel Gruno wrote: On 2023-05-08 08:44, Eric Covener wrote: On Mon, May 8, 2023 at 9:41 AM Frank Gingras wrote: Sebb, Are you sure about that? I would verify before we venture to clarify the docs. I think sebb is

Re: [users@httpd] node.js application listening on port 8000 enabled with SSL certificate returns ERR_SSL_PROTOCOL_ERROR on browser.

2023-06-21 Thread Daniel Gruno
On 2023-06-21 18:57, Kaushal Shriyan wrote: Hi, I am running node.js application on port 8000 and Apache HTTP server on CentOS Linux release 7.9.2009 (Core) # node --version *v16.20.0* # httpd -v Server version: *Apache/2.4.57 (IUS)* Server built:   Apr  7 2023 14:49:47 # _httpd.conf file co

[users@httpd] Re: Can supply multiple group names within a single Require ldap-group directive

2023-08-26 Thread Daniel Gruno
On 2023-08-24 10:39, Prabhu Kondarangi wrote: Dear Team, I am looking for the possibility of supplying multiple group names within a single Require ldap-group directive. Is it possible even? Module: mod_authnz_ldap Directive: Require

Re: [users@httpd] Is it true that Nginx is faster, more secure and better than Apache?

2023-10-04 Thread Daniel Gruno
On 2023-10-04 14:01, Antony Stone wrote: On Wednesday 04 October 2023 at 20:48:19, Jason Long wrote: Hello,Thanks again.Why has Apache Foundation never tested Apache performance with Nginx? I am not affiliated with the Apache Foundation in any way, but I would guess that the primary reason is

Re: [users@httpd] RE: pipe logs to somethings that resembles a curl post

2024-04-10 Thread Daniel Gruno
On 4/10/24 07:22, Marc wrote: Oops I was mislead by some old posts. GlobalLog[1] does this for everything. However I have not found what value[2] has the requested virtual host name. [1] https://httpd.apache.org/docs/current/mod/mod_log_config.html [2] https://httpd.apache.org/docs/current/mo

Re: [users@httpd] Require paramater

2024-05-19 Thread Daniel Gruno
On 5/13/24 15:42, Chris me wrote: The Apache docs recommend dong this to setup a default deny to file locations:     Require all denied Do I do that in httpd.conf or do I add that to each entry? If you do it in httpd.conf (which I assume would be a server-wide scope for you), it will

Re: [users@httpd] Authentication in Location blocks for reverse proxy seems to take precedence in routes

2024-06-14 Thread Daniel Gruno
On 6/14/24 12:41, M Foster wrote: Hello, I'm struggling a bit with an issue when using Apache as a reverse proxy when needing to use differing Authentication. I've searched for a couple of days now, but nothing matching what I'm seeing has come up. The scenario is that I am using Apache as a

Re: [users@httpd] efficient abuse page

2025-01-22 Thread Daniel Gruno
On 1/16/25 11:27, Marc wrote: I have currently some abuse page that notifies the ip is blocked. I am generating this page with php because I want to display the ip adres on this page. Is there a more efficient way to generate a page with one line of text and the blocked ip address? Maybe direc