Re: [users@httpd]

2022-05-17 Thread Nick Folino
Not exactly sure what you're asking. If it shows up in the log it's reaching the server. On Tue, May 17, 2022 at 7:30 AM vaidya nathan wrote: > Hello World, > > > > I have a strange problem. I have an angular app deployed in http server > and for some users alone I see that one of the calls ( g

Re: [users@httpd] Serve multiple websites (not sub-domains) from port 80

2022-04-04 Thread Nick Folino
https://httpd.apache.org/docs/2.4/ On Mon, Apr 4, 2022 at 11:12 AM A wrote: > Hi, > > I am planning to make changes to Apache web server so that it can serve > multiple websites (not sub-domains) from port 80. > > This will save money for someone who has more than one website. That > person need

Re: [users@httpd] debian 10, apache2.4 cannot get ldaps working

2022-04-01 Thread Nick Folino
If it's all internal, try LDAPVerifyServerCert off. On Fri, Apr 1, 2022 at 11:47 AM Jennifer Mead wrote: > I get a generic error "ldap_simple_bind() failed][Can't contact LDAP > server]" when trying to connect to ldap server with "ldaps" for ldap > authentication. This all worked well under reg

Re: [users@httpd] configure fails using --with-pcre with httpd-2.4.53

2022-03-14 Thread Nick Folino
You did change "/path/to/pcre" to the correct path, right? On Mon, Mar 14, 2022 at 12:45 PM Ash wrote: > Configure fails for us when building httpd-2.4.53 from source using the > --with-pcre option. The error occurs on both RHEL 8 and Solaris 11.3. A > prior release of httpd (httpd-2.4.51) bui

Re: [users@httpd] Apache 502 server error intermitten

2021-11-17 Thread Nick Folino
I don't see any errors. Which line do you think is an error? Nick On Wed, Nov 17, 2021 at 3:24 PM wendellhatcher1074 < wendellhatcher1...@gmail.com> wrote: > Hello, I am getting intermitten 502 errors from calling a tomcat service > uri path. Can someone help me out with

Re: [users@httpd] apachectl not starting (std::length_error)

2021-11-11 Thread Nick Folino
is no longer supported. > 85 echo Please edit httpd.conf to include the SSL configuration settings > 86 echo and then use "apachectl start". > 87 ERROR=2 > 88 ;; > > > On Thu, Nov 11, 2021 at 6:01 PM Nick Folino wrote: > >> Probably something on li

Re: [users@httpd] apachectl not starting (std::length_error)

2021-11-11 Thread Nick Folino
Probably something on line 79 in the apachectl file On Thu, Nov 11, 2021 at 4:52 PM Prasanth Kodakandla < prasanth.kodakan...@gmail.com> wrote: > Hi all, > I am getting below error when starting apache webserver using apachectl > > ./apachectl -k start > terminate called after throwing an instanc

Re: [users@httpd] Choosing Windows platfrorm

2021-10-22 Thread Nick Folino
your only requirement is it needs to run on a Windows OS, then why bother to upgrade at all? Nick On Fri, Oct 22, 2021 at 7:00 PM Paxton Scott wrote: > Nick, > I apologize, but I do not understand what 'requirements' you are wanting. > Currently running fine on WHS20

Re: [users@httpd] Choosing Windows platfrorm

2021-10-22 Thread Nick Folino
I would choose based on the requirements, of which you've provided none. Nick On Fri, Oct 22, 2021 at 6:10 PM Paxton Scott wrote: > Greetings! > > I"ve successfully run Apache, Apache2, Apache2.2 Apache 2.4 on W2K, WinXP, > Win7 and WHS2011. > I am currently running Ap

Re: [users@httpd] Regarding CVE-2021-40438

2021-10-19 Thread Nick Folino
Nobody here is going to tell you how to exploit vulnerabilities. If you can't figure it out by reading the code then upgrade to the fixed version. Nick On Tue, Oct 19, 2021 at 2:49 AM alchemist vk wrote: > Hi All, > I understand that, CVE-2021-40438 is fixed in httpd release 2.4.5

Re: [users@httpd] help with reverse proxy

2021-10-06 Thread Nick Kew
need mod_xml2enc (other pages might, but I'd guess probably not). If you simply don't load it in the server you'll simplify things. In fact it looks as if mod_xml2enc needs updating to work correctly with HTML 5's nonsense! -- Nick Kew

Re: [users@httpd] help with reverse proxy

2021-10-05 Thread Nick Kew
hat the backend sets, what the browser gets, and what happens between them. Meanwhile, does it fix the problem if you add to the config section: RequestHeader Unset Accept-Encoding ? -- Nick Kew - To unsubscri

Re: [users@httpd] Retrieve the content of the "SuexecUserGroup" variable in a module

2021-08-09 Thread Nick Kew
re already doing what I said, you may be doing it in a hook where the vhost doesn't actually exist as a current server_rec identity. If so there's an even more messy way to get it (provided you're at least after config

Re: [users@httpd] PHP-FPM with Reverse Proxy via cannot get to Post

2021-08-01 Thread Nick Folino
You're getting a 404 response. Are you sure you're pointing to the correct location? On Sun, Aug 1, 2021 at 7:26 PM JEA Holdings LLC wrote: > Test that method in beginning but was not working... > > Today test not working > > LOGS TODAY: > > On the MAIN root DIRECTORY > > > RewriteEngine On

Re: [users@httpd] Question about running apache server using WAMP

2021-07-30 Thread Nick Folino
page. All I want is them to see the facebook page account where I > keep my up to date profile. It is just so easy for them to type numbers in > their mobile or ipad browsers rather than login etc because they are in > different country. > > On Fri, Jul 30, 2021 at 7:06 AM Nic

Re: [users@httpd] Question about running apache server using WAMP

2021-07-30 Thread Nick Folino
heir own > accounts and login due to their old age. > > On Fri, Jul 30, 2021 at 3:02 AM Nick Folino wrote: > >> I have to know Why?? >> >> On Fri, Jul 30, 2021 at 12:17 AM Krishna P >> wrote: >> >>> Hello everyone, >>>I want to

Re: [users@httpd] Question about running apache server using WAMP

2021-07-30 Thread Nick Folino
I have to know Why?? On Fri, Jul 30, 2021 at 12:17 AM Krishna P wrote: > Hello everyone, >I want to run a apache server with my facebook account login and give > the access to my family. I am able to get the local server WAMP page when I > give my local host but how I do I connect to htt

Re: [users@httpd] mod_ext_filter and content-encoding

2021-07-25 Thread Nick Kew
filtering play nicely with gzipped contents, particularly in a proxy situation, was one of the main motivations behind both mod_filter and the INFLATE output filter in mod_deflate. Revisiting the documentation I see the image downsampling example in the mod_filter page applies the same prin

Re: [users@httpd] mod_ssl: http to https ErrorDocument redirect stops working when only TLSv1.2 specified

2021-06-24 Thread Nick Folino
you recall some particular keyword I could search for? > > čt 24. 6. 2021 v 12:37 odesílatel Nick Folino napsal: > >> Search the archives. I believe there's a recent thread about this. >> >> On Thu, Jun 24, 2021 at 4:26 AM Pavel Heimlich, a.k.a. hajma < >>

Re: [users@httpd] mod_ssl: http to https ErrorDocument redirect stops working when only TLSv1.2 specified

2021-06-24 Thread Nick Folino
Search the archives. I believe there's a recent thread about this. On Thu, Jun 24, 2021 at 4:26 AM Pavel Heimlich, a.k.a. hajma < tropikha...@gmail.com> wrote: > > > čt 24. 6. 2021 v 3:56 odesílatel Jim Albert napsal: > >> Have you attempted from more than one client? >> > > yes. Firefox and wg

[users@httpd] mod_md problem

2021-06-21 Thread Nick Gearls
I'm trying to use mod_md (httpd 2.4 on CentOS 8) and, when trying to ceate a certificate, it complains it cannot write onto the disk (at least that's what I understand). I cannot find any permission problems in /var/log/audit/audit.log,  /var/log/messages, nor "journalctl -xe". All connections t

Re: [users@httpd] Bug in mod_proxy_balancer or just a bad configuration?

2021-06-18 Thread Nick Folino
Yann, We found it by user complaints. Digging into the complaints, it was determined by watching the headers what was happening. Then just a lucky guess as to why it was happening helped us resolve it. Nick On Fri, Jun 18, 2021 at 4:36 AM Yann Ylavic wrote: > Hi Daniel, > > H

Re: [users@httpd] Bug in mod_proxy_balancer or just a bad configuration?

2021-06-17 Thread Nick Folino
en very often. I'm gonna play around with it some more to see if I can get a better understanding of when it occurs, or if this is the only scenario where it happens. Nick On Thu, Jun 17, 2021 at 3:02 AM Daniel Ferradal wrote: > Alright, now I know why this sounded familiar. > >

Re: [users@httpd] Bug in mod_proxy_balancer or just a bad configuration?

2021-06-16 Thread Nick Folino
Any thoughts on this before I post a bug report? On Tue, Jun 15, 2021 at 9:07 PM Nick Folino wrote: > So I changed the config to eliminate the order question: > > > Header add Set-Cookie "RZROUTEID=.%{BALANCER_WORKER_ROUTE}e; path=/" > env=BALANCER_ROUTE_CHANGED

Re: [users@httpd] Bug in mod_proxy_balancer or just a bad configuration?

2021-06-15 Thread Nick Folino
o the Google page and a set-cookie RZROUTEID=.01 going to http://myserver/good redirects to Fox and a set-cookie RZ2ROUTEID=.03 and a second set-cookie for RZROUTEID=.03 going back to http://myserver/goog redirects to Yahoo and dets a set-cookie RZROUTEID=.02 Nick On Tue, Jun 15, 2021 at 7:57

Re: [users@httpd] Bug in mod_proxy_balancer or just a bad configuration?

2021-06-15 Thread Nick Folino
ng at it correctly the order of the ProxyPass directives you > defined is not the correct one, /sz defined first would be overriding /sz2. > So sz2 should be defined first. > > Perhaps that's why you are getting wrong values ? (Browser cache or > similar?) > > El mar

[users@httpd] Bug in mod_proxy_balancer or just a bad configuration?

2021-06-15 Thread Nick Folino
ing the rz2 balancer to a new name with a digit. Is this by design that digits cause problems in balancer names? or is this a bug? Nick

Re: [users@httpd] Novice configuration question

2021-06-03 Thread Nick Folino
Your first virtual is configured for /var/www/html not /var/www/html/webtest. On Thu, Jun 3, 2021 at 6:24 PM Newman, Dennis wrote: > Can't figure out what I'm doing wrong > > This is in preperation of installing drupal on a RHEL 7 server > > Apache MySql Php > > I have set my dns and the hosts f

Re: [users@httpd] Poor Load Balancer performance

2021-05-27 Thread Nick Folino
I would expect that adding anything (including a load balancer) in the path would increase the time. On Thu, May 27, 2021 at 6:22 AM Marc Serra wrote: > Hi, I'm trying to understand how to load balancing works and testing it's > benefits, and I'm in a trouble: in my tests (using ab command) I go

Re: [users@httpd] Application Developer, ICO watchdog

2021-05-18 Thread Nick Folino
You're an idiot. Nick age 50 On Tue, May 18, 2021 at 2:28 PM wrote: > > I have completed my school project. > I showed it to my Daddy. > > I showed him how easy it is to setup a website if you have Ubuntu and even > better with Ubuntu-mate. > ALT + CTL + T >

Re: [users@httpd] which bit ?

2021-05-17 Thread Nick Folino
Bit 5 has always been my favorite bit. He just hangs out there between 6 and 4. Nobody bothers him. Plus you can't get past 15 without him. He's a really good guy. For what you called a horrible product you sure seem to want to figure it out. Keep reading. On Mon, May 17, 2021 at 2:21 PM back b

Re: [users@httpd] Is there a way to let apache check resources (example AuthUserFile ) when the service starts?

2021-05-12 Thread Nick Kew
applicable to users via .htaccess. Details can change at any time without a server restart. -- Nick Kew - To unsubscribe, e-mail: users-unsubscr...@httpd.apache.org For additional commands, e-mail: users-h...@httpd.apache.org

Re: [users@httpd] Is there a way to let apache check resources (example AuthUserFile ) when the service starts?

2021-05-12 Thread Nick Folino
If the file isn't there, nobody can authenticate. I would think that to be by design. Nick On Wed, May 12, 2021 at 5:55 AM Aiello, Pierfrancesco < pierfrancesco.aie...@aperto.com> wrote: > Hello everyone, > > > > I just encountered a server where the AuthUserFile w

Re: [users@httpd] Intermittent "'www-browser --dump http://localhost:80/server-status' failed" errors generated by "apachectl status"

2021-05-06 Thread Nick Folino
Did the report run fine? or was the error tacked on to the end of the file that already contained a good run of the report? On Thu, May 6, 2021 at 10:20 AM Steve Dondley wrote: > On 2021-05-06 10:13 AM, Steve Dondley wrote: > > On 2021-05-06 10:08 AM, Paul Leo wrote: > > Maybe change environmen

Re: [users@httpd] Intermittent "'www-browser --dump http://localhost:80/server-status' failed" errors generated by "apachectl status"

2021-05-06 Thread Nick Folino
That appears to be generated by your OS, not the Apache httpd server. On Thu, May 6, 2021 at 9:53 AM Steve Dondley wrote: > I have a script, triggered by cron, that runs every minute that checks > the status of the localhost's server: > > my $status = `sudo apachectl status 2>&1`; > > After a fr

Re: [users@httpd] man pages helper utilities

2021-05-06 Thread Nick Kew
ilities added by Debian/Ubuntu. You shouldn't see them in > apache.org documentation. This is of course a longstanding and well-known issue. You might enjoy an old article on the subject: https://www.theregister.com/2006/11/04/apache_packages_support_vacuum/ -- Nick Kew --

Re: [users@httpd] confinement of directives

2021-05-03 Thread Nick Folino
This guy must have hundreds of email addresses. On Mon, May 3, 2021 at 4:35 AM Hulio andres wrote: > I wish to localise the mod_jk custering to only one virtual host > does Apache allow for this ? > > > > > - To > unsubscribe, e

Re: [users@httpd] OT/SPAM RE: [users@httpd] School Project cancelled

2021-04-30 Thread Nick Folino
That's back button. He has numerous accounts he uses to harass people. On Fri, Apr 30, 2021, 18:53 Jason Pyeron wrote: > I do not understand how this scam works, but it made me laugh. My daddy is > going to sue you if I don’t get my pony… > > > > I needed that. SIGH. > > > > *From:*SPAM > *Sent:

Re: [users@httpd] mod_jk hasn't worked

2021-04-29 Thread Nick Folino
you don't understand how computers work, then you should buy a support contract with one of the many companies that offer it. Spend some time trying before flooding this list with every little problem you encounter. Nick On Thu, Apr 29, 2021 at 7:00 PM back Button wrote: > How about this.

Re: [users@httpd] path to conf(s) in httpd.conf

2021-04-29 Thread Nick Folino
Why don't you try it and see what happens? This list isn't your personal support list. Every message you send goes to many people who want to help users with real problems, not your questions that can all be answered by reading the documentation. Nick On Thu, Apr 29, 2021 at 5:

Re: [users@httpd] Intermittently the TLS handshake results in plaintext 400 Bad Request response

2021-04-29 Thread Nick Folino
Can you look at the Hello in the capture to see if it is OK? On Thu, Apr 29, 2021 at 11:43 AM Jim Albert wrote: > On 4/29/2021 11:11 AM, Liwei wrote: > > On Thu, 29 Apr 2021 at 22:36, Liwei wrote: > >> On Thu, 29 Apr 2021 at 21:06, Rob Emery > wrote: > >> -- 8< Snip 8< - > >>> Yeah

Re: [users@httpd] Intermittently the TLS handshake results in plaintext 400 Bad Request response

2021-04-29 Thread Nick Folino
Do the clients that fail always fail? Do they support the protocols you require? Or are they trying to use a disabled protocol? Nick On Thu, Apr 29, 2021 at 8:26 AM Rob Emery wrote: > Hello, > > We have a problem where intermittently users are getting a plaintext > 400 Bad Requ

Re: [users@httpd] util_pcre.c:58:10: fatal error: pcre.h: No such file or directory

2021-04-28 Thread Nick Folino
Install the correct libraries. On Wed, Apr 28, 2021 at 6:18 PM back Button wrote: > > running make to build Apache 2.4.46 > > It is true there is no file pcre.h. but I do have a pcre2.h > > so this is what I did hoping the missing dependency would be taken care of. > sudo ln -s /usr/local/pc

Re: [users@httpd] Re: LAN to WAN access

2021-04-28 Thread Nick Folino
Can you stop flooding this list? On Wed, Apr 28, 2021 at 12:52 PM back Button wrote: > > Yes I have the more expensive sky broad band package. > You can find details on the router home page 192.168.0.1. > Advanced -> Dynamic Dns > > The operating system I am using is ubuntu. > A while ago I

Re: [users@httpd] Detailed Apache monitoring

2021-04-28 Thread Nick Folino
I suggest a detailed examination of your configuration files to determine what Apache is using the RAM for. On Wed, Apr 28, 2021 at 7:33 AM Fabio Aragao wrote: > Hello, I wish I could answer a question. > Is there any tool, command or way to monitor Apache in its processes > regarding the consum

Re: [users@httpd] Apache Reverse Proxy and HTTPS.

2021-04-19 Thread Nick Folino
You'll never learn anything if you keep asking people to solve your problems for you. Read the docs I posted for you and look for working examples on-line. On Mon, Apr 19, 2021 at 2:14 PM Jason Long wrote: > Thank you Michael. > I changed my Virtual Host config file as below: > > > ServerNa

Re: [users@httpd] Apache Reverse Proxy and HTTPS.

2021-04-19 Thread Nick Folino
ot;; > error too. > > > > > On Monday, April 19, 2021, 03:18:25 PM GMT+4:30, Nick Folino < > n...@folino.us> wrote: > > > > > > http://httpd.apache.org/docs/2.4/ssl/ > > Nick > > On Mon, Apr 19, 2021 at 6:37 AM Jason Long

Re: [users@httpd] Apache Reverse Proxy and HTTPS.

2021-04-19 Thread Nick Folino
http://httpd.apache.org/docs/2.4/ssl/ Nick On Mon, Apr 19, 2021 at 6:37 AM Jason Long wrote: > Thank you. > On my Apache Reverse Proxy, I have a .conf as below: > > # cat /etc/httpd/conf.d/reverse_proxy.conf > > ProxyPreserveHost On > ProxyPass

Re: [users@httpd] Apache Reverse Proxy and HTTPS.

2021-04-19 Thread Nick Folino
That depends on your requirements. You can terminate SSL at the proxy or the web server, Nick On Mon, Apr 19, 2021 at 6:08 AM Jason Long wrote: > Hello, > In below diagram, which server must use HTTPS certification? > > The Internet ---> Apache Reverse Proxy (Public IP

Re: [users@httpd] time based not working

2021-03-18 Thread Nick Folino
Shouldn't this be a 20? RewriteCond %{TIME_HOUR} <=10 On Thu, Mar 18, 2021 at 3:07 AM Jens Kallup wrote: > Hello, > how can I time based open times? > The script below seems not work. > All pages are the same. > > RewriteEngine On > LogLevel warn rewrite:trace3 > > # ---

Re: [users@httpd] Apache Reverse Proxy for more than one website.

2021-03-17 Thread Nick Folino
tworks and proxy servers work before you try to configure them. Buy some books, take some classes. From the questions you've sent to this list it appears you have done none of that. If you have, then maybe IT isn't for you Nick On Wed, Mar 17, 2021 at 7:35 AM Jason Long wrote:

Re: [users@httpd] httpd[803535]:

2021-03-14 Thread Nick Folino
You really need to spend some time reading the documentation. You'll learn a lot more that way. On Sun, Mar 14, 2021 at 10:00 AM Jason Long wrote: > Hello, > I want to block Tor IP addresses and I downloaded a list of Tor IP > addresses and put it as a "tor-ip.conf" file under the "/etc/httpd/c

[users@httpd] Distribution of workers between processes and threads

2021-03-12 Thread Nick Gearls
Hi everybody. I have a question about the distribution of workers between processes and threads. Let's say that I have a 12 core machine and that I want to server up to 300 parallel requests. I have the choice between, for instance, 10 processes with 30 threads or 30 processes with 10 threads

Re: [users@httpd] Which parameters must be set to solve these Vulnerabilities?

2021-02-08 Thread Nick Folino
What a great site! It consolidates weak servers for hackers to find easier. On Mon, Feb 8, 2021 at 11:00 AM Jason Long wrote: > Thank you for your useful information. > I checked my server with "https://securityheaders.com/"; and result is: > https://i.postimg.cc/SsBBtRsT/Header.png > > To solv

Re: [users@httpd] Replays from Internet

2021-01-20 Thread Nick Kew
. Maybe the customer is messing you around, or your system is duplicating entries offline. Unless you've got yourself hopelessly confused and need a good night's sleep and a day off to clear the head. -- Nick Kew - To u

Re: [users@httpd] Apache in under attack.

2021-01-11 Thread Nick Folino
I just did. Look at the logs. What doesn't seem right? On Mon, Jan 11, 2021 at 7:11 PM Jason Long wrote: > Can you help me? > > > > > > > On Tuesday, January 12, 2021, 03:36:30 AM GMT+3:30, Nick Folino < > n...@folino.us> wrote: > > > > >

Re: [users@httpd] Apache in under attack.

2021-01-11 Thread Nick Folino
Concentrate on just one... On Mon, Jan 11, 2021 at 7:02 PM Jason Long wrote: > It is a lot of IP addresses !!! > > > > > > > On Tuesday, January 12, 2021, 03:30:02 AM GMT+3:30, Nick Folino < > n...@folino.us> wrote: > > > > > > How to find

Re: [users@httpd] Apache in under attack.

2021-01-11 Thread Nick Folino
How to find pattern: Look at log. Find bad things that are similar. Then: Block bad things from reaching web server. On Mon, Jan 11, 2021 at 6:49 PM Jason Long wrote: > How to find pattern? > Log show me: https://paste.ubuntu.com/p/MjjVMvRrQc/ > > > > > > > On Tuesday, January 12, 2021, 03:06:1

Re: [users@httpd] No authentication done but request not allowed without authentication

2020-12-31 Thread Nick Kew
re mixing and in what appears intended to be the same space. Don't. -- Nick Kew - To unsubscribe, e-mail: users-unsubscr...@httpd.apache.org For additional commands, e-mail: users-h...@httpd.apache.org

Re: [users@httpd] Reverse proxy for app that only serves compressed content

2020-10-15 Thread Nick Kew
7;ve verified it works as expected for me. That is to say, if the client sets Accept-Encoding, the backend receives it. I guess you must have something in your configuration (possibly set by some third-party application) that

Re: [users@httpd] Reverse proxy for app that only serves compressed content

2020-10-09 Thread Nick Kew
ent-codings commonly understood by HTTP/1.0 clients (i.e., "gzip" and "compress") are preferred; [...]" [1] https://bz.apache.org/bugzilla/show_bug.cgi?id=43454 tracks a bunch of them. Specifically th

Re: [users@httpd] Reverse proxy for app that only serves compressed content

2020-10-09 Thread Nick Kew
o you want to happen? To return compressed contents to a Client that won't accept it, you could have the proxy set the request header. To decompress contents on the fly, you'd use that filter from mod_deflate. -- Nick Kew --

Re: [users@httpd] Programmatic access to balancer manager

2020-09-24 Thread Nick Folino
Changes made in balancer-manager do not require a restart to take effect. You might try Python/Beautiful Soup for programmatic access. Nick On Thu, Sep 24, 2020 at 12:11 PM Niranjan Rao wrote: > Greetings, > > > On Apache 2.4.18, Ubuntu. > > I am looking for a way to acces

Re: [users@httpd] slotmem error still occuring after updating to Apache 2.4.43 APR 1.7.0

2020-08-26 Thread Nick Kew
eral transcription? I'm looking at the apparent argument there! -- Nick Kew - To unsubscribe, e-mail: users-unsubscr...@httpd.apache.org For additional commands, e-mail: users-h...@httpd.apache.org

Re: [users@httpd] Install on RHEL 7 question

2020-08-17 Thread Nick Folino
We don't use any packages. It's all built from source. We download the latest apr and apr-util and add them to the source when we build. I got it installed by removing the relink in libaprutil-1.la Seems to work fine. Is that a valid workaround? Nick On Mon, Aug 17, 2020 at 1:32 P

Re: [users@httpd] Install on RHEL 7 question

2020-08-17 Thread Nick Kew
> On 17 Aug 2020, at 16:16, Nick Folino wrote: > > I've been building and installing Apache httpd on RHEL 6 for years now. My > normal method is to configure and make in my development environment, then > tar up the build directory, copy it to test, production etc..

[users@httpd] Install on RHEL 7 question

2020-08-17 Thread Nick Folino
you can provide. Nick

Re: [users@httpd] http-https

2020-08-11 Thread Nick Kew
advice is wrong on too many levels to enumerate). -- Nick Kew - To unsubscribe, e-mail: users-unsubscr...@httpd.apache.org For additional commands, e-mail: users-h...@httpd.apache.org

Re: [users@httpd] How to make mod_autoindex mobile-friendly?

2020-08-08 Thread Nick Kew
choice of presentation elements. Any usability issues there are BY DEFINITION on the client side. Having said that, if you want to subvert mod_autoindex to satisfy some total idiot who happens to work for Google, you'd just set a stylesheet for mod_autoindex's display and use th

Re: [users@httpd] Received 404 not found error on existing CGI script

2020-06-24 Thread Nick Kew
> On 24 Jun 2020, at 00:35, barry kimelman wrote: > > > What have I done wrong? You've had some good advice from others. But also check your shebang line. -- Nick Kew - To unsubscribe, e-mai

Re: [users@httpd] proxy_html / xml2enc won't handle certain HTML entities

2020-05-15 Thread Nick Kew
On Fri, 15 May 2020 09:12:30 +0200 (CEST) Antonio Suárez Pozuelo wrote: > Sure! There you are: > https://bz.apache.org/bugzilla/show_bug.cgi?id=64443 > > Thanks for your support, Nick, really appreciate it. Best regards, I've hacked up - but not tested - a simple patch (attac

Re: [users@httpd] proxy_html / xml2enc won't handle certain HTML entities

2020-05-14 Thread Nick Kew
> On 14 May 2020, at 13:36, Antonio Suárez Pozuelo > wrote: > > Hi, Nick. I'm afraid we're still having some issue with this. > > Without ProxyHTMLCharsetOut, proxy_html is translating our backend ISO-8859-1 > response into UTF-8, which is fine. When

Re: [users@httpd] proxy_html / xml2enc won't handle certain HTML entities

2020-05-08 Thread Nick Kew
> On 8 May 2020, at 07:28, Antonio Suárez Pozuelo > wrote: > > Hi Nick, > > Your glass of wine was inspiring: just removed > >> ProxyHTMLCharsetOut * # Backend (Tomcat) charset is ISO-8859-1 > > and the problem's gone! OK, thanks for conf

Re: [users@httpd] proxy_html / xml2enc won't handle certain HTML entities

2020-05-07 Thread Nick Kew
on You probably also don't want that. I think the documentation of that is misleadingly out-of-date, but I don't want to check now (late, and after a glass of wine). -- Nick Kew - To unsubscribe, e-mail: users-unsu

Re: [users@httpd] proxy_html / xml2enc won't handle certain HTML entities

2020-05-07 Thread Nick Kew
_xml2enc will report what charset it detects, so you can check whether that's what you think it should be. Probably better to increase it to DEBUG, which will get quite a lot more info from mod_xml2enc. If that doesn't help you figure it out, post the mod_xml2enc messages at lev

Re: [users@httpd] What is n in a hook function?

2020-04-27 Thread Nick Kew
s a hook to enable modules to insert a function. The r and the n are arguments to the function do_something. Best way to get a feel for it is to look at examples in the core server and standard modules, and match the declarations to AP_IMPLEMENT_HOOK_* and ap_hook_*. Hooks are pretty central

Re: [users@httpd] ./confgure syntax to create static binary and eliminate "Shared" modules?

2020-02-12 Thread Nick Kew
s. No "mod_". You'll also find it refuses to run without system security. On Linux that means you need mod_unixd, unless you're living on-the-edge with some third-party alternative. -- Nick Kew - To unsu

Re: [users@httpd] [patch] Apache converts GZIPed data into UTF-8 - 2nd Act

2019-04-15 Thread Nick Kew
On Mon, 15 Apr 2019 17:21:27 +0100 Nick Kew wrote: > Hmm. Your fix does the job for you, but shouldn't be necessary. > > I'm thinking, mod_proxy_html does the right thing removing itself. > mod_xml2enc should do the same when inserted by mod_proxy_html. > That should

Re: [users@httpd] [patch] Apache converts GZIPed data into UTF-8 - 2nd Act

2019-04-15 Thread Nick Kew
e.) Hmm. Your fix does the job for you, but shouldn't be necessary. I'm thinking, mod_proxy_html does the right thing removing itself. mod_xml2enc should do the same when inserted by mod_proxy_html. That should be straightforward to fix. I'll take a look later today. Thanks for t

Re: [users@httpd] mod_substitute not firing with HTTP Status Code 201?

2018-09-17 Thread Nick Kew
s: that's entirely deliberate, and I could've answered that question without having to investigate anything. But 201 isn't an error, and it's probably wrong to treat it as such in filtering. This needs thinking through and perhaps fixing. -- Nick Kew

Re: [users@httpd] httpd reload fails due to php72w-mysql package?

2018-09-08 Thread Nick Kew
gives no clue what APR version you're using! A recent stable libapr would be 1.6.x. > When we remove php72w-mysql package from our server the problem disappears. Removing php is a fine solution to many problems. A second-best that might work for you is to use it in a fastcgi configuration rather than loaded into the server. -- Nick Kew - To unsubscribe, e-mail: users-unsubscr...@httpd.apache.org For additional commands, e-mail: users-h...@httpd.apache.org

Re: [users@httpd] Apache allowed OPTIONS

2018-06-14 Thread Nick Kew
handler, not a map straight to the filesystem). If you add a breadcrumb (e.g. a Header), do you see it in a PUT? -- Nick Kew - To unsubscribe, e-mail: users-unsubscr...@httpd.apache.org For additional commands, e-mail: users-h...@httpd.apache.org

Re: [users@httpd] Modifying request body and content type going to proxy url

2018-06-03 Thread Nick Kew
er on the internet but got > nothing can anyone give a hint on this. There's no specific JSON parser, unless you can find a third-party module. But if parsing your POST data as text works, then mod_sed may do the job for you. -- Nick Kew --

Re: [users@httpd] APR Table vs. Hash & Array vs. Skip List vs. Ring

2018-05-27 Thread Nick Kew
ion to decide what struct will best serve you. FWIW, the situation where I find an APR array helps most often over a linked list is in making life easier in a configuration merge function. -- Nick Kew - To unsubscribe, e-mail: users-unsubscr...@httpd.apache.org For additional commands, e-mail: users-h...@httpd.apache.org

Re: [users@httpd] configuring a proxy fallback

2018-05-17 Thread Nick Kew
equest_uri? (apologies if this is the beer speaking: just back from an evening out). -- Nick Kew - To unsubscribe, e-mail: users-unsubscr...@httpd.apache.org For additional commands, e-mail: users-h...@httpd.apache.org

Re: [users@httpd] configuring a proxy fallback

2018-05-17 Thread Nick Kew
al request to the legacy site. A bit of an ugly hack (and probably not useful), but what about an errordocument that uses SSI to include your contents? Would you be able to share the nginx config to achieve what you're lookin

Re: [users@httpd] Installation Error in Apache2

2018-05-12 Thread Nick Kew
buntu's package (as opposed to your own or a third-party), then it looks like a ubuntu bug: they should either fix their OpenSSL package dependency or not load SSL by default. -- Nick Kew - To unsubscribe, e-mail: users-unsubscr

Re: [users@httpd] Apache FilterProvider Deflate expression

2018-05-02 Thread Nick Kew
atives: get the content generator to add a custom header, or a one-line change to mod_deflate to set a flag. — Nick Kew - To unsubscribe, e-mail: users-unsubscr...@httpd.apache.org For additional commands, e-mail: users-h...@httpd.apache.org

Re: [users@httpd] Apache FilterProvider Deflate expression

2018-05-02 Thread Nick Kew
o work > properly. However, I have that condition also in the Inflate > FilterProvider and it seems to work there. Yep. When you decompress the contents, it's no longer gzipped, so the inflate filter removes the header labelling it as such. -- Nick Kew ---

Re: [users@httpd] Error compile apache httpd-2.4.33

2018-04-10 Thread Nick Kew
d if you’re using Debian’s versions you’ll need the -dev packages from apt. apr-util should then find them, but if it doesn’t then you’ll need a —with-expat or —with-libxml2 option. — Nick Kew - To unsubscribe, e-mai

Re: [users@httpd] Apache2.4 forward proxy ssl between client and proxy server

2018-04-10 Thread Nick Kew
work. Your intended proxy is a “man in the middle” attack. Clients will see that its certificate doesn’t match the domain they’re visiting, and rightly refuse to make an SSL connection that’s being eavesdropped. — Nick Kew - T

Re: [users@httpd] Faking the CGI content_length environment variable

2018-03-29 Thread Nick Kew
but have you tried using RequestHeader (mod_headers) to fake it? > Something like mod_deflate or mod_substitute changing the length> I’ve certainly encountered problems with filters invalidating headers. And (in the distant past) fixed some of them

Re: [users@httpd] mod_allowmethods to get all the http methods working

2018-03-28 Thread Nick Kew
port* the methods in question. C.f. mod_dav, for example. -- Nick Kew - To unsubscribe, e-mail: users-unsubscr...@httpd.apache.org For additional commands, e-mail: users-h...@httpd.apache.org

Re: [users@httpd] Writing and debugging Apache modules on a macOS with preferably Docker containers.

2017-12-31 Thread Nick Kew
to deal with platform issues). Most of us install a regular toolchain from something like fink, macports, or homebrew. > I would like to try > out writing a custom module. If you want something more substantial than the developer notes in the docs, my book aims to help you up the learning cu

Re: [users@httpd] Using environment variables in mod_substitute

2017-12-29 Thread Nick Kew
s to rewrite something specific in HTML pages, mod_proxy_html could be another option. You get a markup-aware parser, as opposed to a simple match-and-replace in the modules we've mentioned. Though that'll depend on what works best with your application and your custom

Re: [users@httpd] Using environment variables in mod_substitute

2017-12-29 Thread Nick Kew
re any to parse html responses > and regex replace something with an environment variable? mod_line_edit supports environment variables with either string or regexp replacement. -- Nick Kew - To unsubscribe,

Re: [users@httpd] Forwarding requests based on an header or RURI param

2017-12-05 Thread Nick Kew
he > request sent by the client. Is a RURI param a part of a header? You can test your input in an expression, and configure one backend in the If block and the other in an Else(If). -- Nick Kew - To unsubscribe,

Re: [users@httpd] how to free memory allocated using apr_palloc() - C Apache module

2017-11-27 Thread Nick Kew
pool that's managed by the server and will be cleared at the appropriate time (most commonly at the end of a Request). So he doesn't need to do anything. -- Nick Kew - To unsubscribe, e-mail: users-unsubscr...@httpd.apache.org For additional commands, e-mail: users-h...@httpd.apache.org

Re: [users@httpd] Apache Reverse Proxy and NTLM Authentication Help!

2017-11-09 Thread Nick Kew
Tying authentication to a connection would be a complete violation of HTTP, and prevent it working in pretty-much any situation with a general-purpose browser. -- Nick Kew - To unsubscribe, e-mail: users-unsubscr...@httpd.apa

Re: [users@httpd] Receiving only 8000 bytes in CGI programs using post method

2017-11-07 Thread Nick Kew
eports $CONTENT_LENGTH bytes? Or your real application? What does the test program say? -- Nick Kew - To unsubscribe, e-mail: users-unsubscr...@httpd.apache.org For additional commands, e-mail: users-h...@httpd.apache.org

  1   2   3   4   5   6   7   8   9   10   >