Re: [users@httpd] Multi site SSL problems

2024-05-10 Thread John
d.apache.org > For additional commands, e-mail: users-h...@httpd.apache.org > Typo in the 2nd virtual host "1932.168.1.10:" probably should be "192.168.1.10" John == - To unsubscribe, e-mail: users-unsubscr...@httpd.apache.org For additional commands, e-mail: users-h...@httpd.apache.org

Re: [users@httpd] Still have messed up TLS

2023-11-27 Thread John
On Sun, 2023-11-26 at 18:06 -0500, Paul wrote: > On 2023-11-26 16:12, John wrote: > > After a week of chasing this around I have managed to change the problem > > several times but I'm > > still > > unable to get Apache started.  I **think** there is something unrelated

Re: [users@httpd] Still have messed up TLS

2023-11-26 Thread John
he output of > $ openssl ciphers -s -v -tls1_3 > > One option to test the ciphers on your HTTPD is to change the > SSLCipherSuite to allow all ciphers and use a tool like > https://testssl.sh/ to list all the ciphers available to help > troubleshoot further. > > On Tue, Nov 21, 2023

Re: [users@httpd] Still have messed up TLS

2023-11-22 Thread John
bits FS 128 (from a scan of our current server with the weak ciphers removed. These are the remaining strong ones). As you can see, no matches but I'm not sure how to remedy that. John == On Tue, 2023-11-21 at 19:01 -0800, Aditya Shastri wrote: > To answer your question to the best of

[users@httpd] Still have messed up TLS

2023-11-21 Thread John
I have the default openssl installed which is version openssl-3.0.7-6.el9_2.x86_64. Is this adequate to provide all ciphers that are required by the cipher suite TLSv1.3? 2. Is there something that someone knows of by way of documentation that I haven't found yet? Thanks for any assista

Re: [users@httpd] Connection TLS Error

2023-11-19 Thread John
On Sun, 2023-11-19 at 16:16 -0500, Frank Gingras wrote: > > > On Sun, Nov 19, 2023 at 3:25 PM John wrote: > > On Sun, 2023-11-19 at 15:17 -0500, Eric Covener wrote: > > > On Sun, Nov 19, 2023 at 3:15 PM John wrote: > > > > > > > > On Su

Re: [users@httpd] Connection TLS Error

2023-11-19 Thread John
On Sun, 2023-11-19 at 15:17 -0500, Eric Covener wrote: > On Sun, Nov 19, 2023 at 3:15 PM John wrote: > > > > On Sun, 2023-11-19 at 14:35 -0500, Eric Covener wrote: > > > On Sun, Nov 19, 2023 at 2:31 PM John wrote: > > > > > > > > When I try t

Re: [users@httpd] Connection TLS Error

2023-11-19 Thread John
On Sun, 2023-11-19 at 14:35 -0500, Eric Covener wrote: > On Sun, Nov 19, 2023 at 2:31 PM John wrote: > > > > When I try to connect to Apache (2.4.53) using TLS 1.3 I get a browser > > error: > >     Error code: SSL_ERROR_RX_RECORD_TOO_LONG    (Firefox) >

[users@httpd] Connection TLS Error

2023-11-19 Thread John
navigate Sec-Fetch-Site cross-site Upgrade-Insecure-Requests 1 User-Agent Mozilla/5.0 (X11; Linux x86_64; rv:109.0) Gecko/20100101 Firefox/119.0 none of which seems terribly relevant. Any ideas how to attack this? Thanks in adva

Re: [users@httpd] Re: users Digest 18 Nov 2023 20:42:58 -0000 Issue 6519

2023-11-18 Thread John
it tomorrow and find out what went wrong. Thanks for your response though. That's what I like about FOSS software: there is usually someone somewhere who has encountered the same problem you are seeing. Regards, John == On Sat, 2023-11-18 at 19:56 -0800, Aditya Shastri wrote: > May not

Re: [users@httpd] SSLEngine error

2023-11-18 Thread John
Right on - thank you. That lead to a whole bunch more errors but at least they are new! John == On Sat, 2023-11-18 at 12:46 -0800, rakesh r wrote: > make sure you have installed mod_ssl. > > Thanks > Rakesh > > On Sat, Nov 18, 2023 at 12:43 PM John wrote: > > &g

[users@httpd] SSLEngine error

2023-11-18 Thread John
t hours of searching the documentation haven't given me any possibilities. Any ideas would be appreciated! John == - To unsubscribe, e-mail: users-unsubscr...@httpd.apache.org For additional commands, e-mail: users-h...@httpd.apache.org

Re: [users@httpd] RE: *****SPAM***** [users@httpd] How can I force a server nameheader?

2023-08-02 Thread John Iliffe
Thanks Marc. That might be difficult to do due to some technical limitations. I will try it out as soon as I get a working workstation. John == On Wednesday 02/08/2023 at 3:03 am, Marc wrote: I'm trying to test a new server located at internal IP 192.168.1.5. The production

Re: [users@httpd] How can I force a server name header?

2023-08-02 Thread John Iliffe
Thanks Frank. My workstation just crashed; second time since 14 July, so I won't be able to get back to this very fast. I'll try it out whenever I can get back to work but I do appreciate the feedback. John == On Wednesday 02/08/2023 at 12:17 am, Frank Gingras wrote: http

[users@httpd] How can I force a server name header?

2023-08-01 Thread John Iliffe
nybody have any experience with this problem? Thanks in advance. John == - To unsubscribe, e-mail: users-unsubscr...@httpd.apache.org For additional commands, e-mail: users-h...@httpd.apache.org

Re: [users@httpd] Getting Apache Started on a New Server

2023-05-21 Thread John Iliffe
-DFOREGROUND apache110535 110533 0 12:42 ?00:00:00 /usr/sbin/httpd -DFOREGROUND apache110536 110533 0 12:42 ?00:00:00 /usr/sbin/httpd -DFOREGROUND apache110537 110533 0 12:42 ?00:00:00 /usr/sbin/httpd -DFOREGROUND John 110768 110738 0 12:43 pts/100:00:00

Re: [users@httpd] Getting Apache Started on a New Server

2023-05-21 Thread John Iliffe
elp that I have two httpd/config directories, /etc/httpd/conf/ and /etc/httpd/conf.d/ and I'm not certain which one is being used so I'm keeping them both identical. Thanks for your patience. John == On Sat, 2023-05-20 at 18:46 -0400, Frank Gingras wrote: > What is the new error? > > O

Re: [users@httpd] Getting Apache Started on a New Server

2023-05-20 Thread John Iliffe
Thanks Frank. Hasn't started yet but at least the problem has moved to another line :-) Regards, John == On Sat, 2023-05-20 at 14:48 -0400, Frank Gingras wrote: > You need a mpm to start httpd. I recommend using the event mpm, so just load > the appropriate module. > > On Sat,

[users@httpd] Getting Apache Started on a New Server

2023-05-20 Thread John Iliffe
properly here. Has anyone any ideas where to look? Without Apache running it is fairly hard to debug it as I can't ask it what it thinks it is doing! Help appreciated, John == - To unsubscribe, e-mail: users-unsubscr

Re: [users@httpd] Error in APR files

2023-05-07 Thread John Iliffe
Thanks Frank. What I did was: wget https://apr.apache.org/download.cgi/apr-1.7.4.tar.bz2 which is more or less how I got the Apache source. But I will use the package that comes with the distro. Seems to be the normal way to get it from the responses I got. thanks for your help. John

[users@httpd] Error in APR files

2023-05-06 Thread John Iliffe
files from the Apache web site: file apr-1.7.4.tar.bz2 apr-1.7.4.tar.bz2: HTML document, ASCII text, with very long lines file apr-1.7.4.tar.gz apr-1.7.4.tar.gz: HTML document, ASCII text, with very long lines Where can I get valid files for APR? Regards, John

Re: [users@httpd] Best way to Install

2023-05-05 Thread John Iliffe
Thanks for the prompt response David. This is on Rocky, a Red Hat derivative. I'll see if automatic updates are implemented. On my Fedora workstation they do happen automatically and I have been burned on occasion. John == On Fri, 2023-05-05 at 18:46 -0500, David Jentes wrote: > If you

[users@httpd] Best way to Install

2023-05-05 Thread John Iliffe
updated from time to time. That might cause the web site to crash if Apache makes any significant changes at any time such as ones that change the configuration commands. Any comments? Regards, John. == - To unsubscribe, e

Re: [users@httpd] Controlling access to web site based on domain name

2022-12-22 Thread Rose, John B
7C%7C=whBJuu6xgOhfdhKyiZ8JBMq5Q59DXiLUHi4TrOLYEXA%3D=0> On Fri, Dec 16, 2022 at 4:01 PM Rose, John B wrote: We would like to control access to a web site based on a listed domain and redirect any accesses from domains not listed to a particular web page. We need to be able to use the domain

Re: [users@httpd] Controlling access to web site based on domain name

2022-12-16 Thread Rose, John B
3d8eyJWIjoiMC4wLjAwMDAiLCJQIjoiV2luMzIiLCJBTiI6Ik1haWwiLCJXVCI6Mn0%3D%7C3000%7C%7C%7C=whBJuu6xgOhfdhKyiZ8JBMq5Q59DXiLUHi4TrOLYEXA%3D=0> On Fri, Dec 16, 2022 at 4:01 PM Rose, John B wrote: We would like to control access to a web site based on a listed domain and redirect any accesses from domains not listed to

Re: [users@httpd] Controlling access to web site based on domain name

2022-12-16 Thread Rose, John B
40utk.edu%7C8c53f584788a4c5ffd3108dadfa9c6ce%7C515813d9717d45dd9eca9aa19c09d6f9%7C0%7C0%7C638068217538638429%7CUnknown%7CTWFpbGZsb3d8eyJWIjoiMC4wLjAwMDAiLCJQIjoiV2luMzIiLCJBTiI6Ik1haWwiLCJXVCI6Mn0%3D%7C3000%7C%7C%7C=%2FRKjCoB6a%2Fr5D8m9NzJUgpHn7nXv9n1zPpQFV68Wzz8%3D=0> On Fri, Dec 16, 2022 at 4:01 PM Rose, J

[users@httpd] Controlling access to web site based on domain name

2022-12-16 Thread Rose, John B
We would like to control access to a web site based on a listed domain and redirect any accesses from domains not listed to a particular web page. We need to be able to use the domain names and not IP addresses. Is this something we should be able to do within .htaccess and using Rewrite for

Re: [users@httpd] Apache2 fails to listen on open port

2022-12-15 Thread John Iliffe
Try  systenctl httpd stop,  then when ps -ef | grep httpd shows that httpd is gone systemctl httpd start to give the system time to release all the resources. John == On Thu, 2022-12-15 at 17:28 -0700, Dan Nessett wrote: > Thanks for the info. However, I don’t believe any of the probl

Re: [users@httpd] Apache serving a page that doesn't exist

2022-12-03 Thread John Iliffe
the proper handler to be used? Thanks again for everything. John = On Sat, 2022-12-03 at 20:57 -0500, Eric Covener wrote: > > It appears that php-fpm didn't get a whack at the page before it was served, > > even though the page is valid and the extension is ".php

Re: [users@httpd] Apache serving a page that doesn't exist

2022-12-03 Thread John Iliffe
php-fpm didn't get a whack at the page before it was served, even though the page is valid and the extension is ".php". It would seem that Apache treated the page using the initial extension (.html) instead of the linked page extension (.php) So sort of out of the frying pan and into the fire!

Re: [users@httpd] Apache serving a page that doesn't exist

2022-12-03 Thread John Iliffe
the source gets displayed because the browser has no idea how to display a page with extension "old". (not surprising!) Any suggestions as to where to go next? Regards, John == On Sat, 2022-12-03 at 15:40 -0500, Eric Covener wrote: > Sounds like mod_negotiation / MultiViews. If

Re: [users@httpd] Apache serving a page that doesn't exist

2022-12-03 Thread John Iliffe
Thanks Eric. No, this is a pretty basic configuration and I am not using mod-negotiation that I know of. Not even sure what it does! I'll try that and see what happens. Thanks for the prompt reply. John == On Sat, 2022-12-03 at 15:40 -0500, Eric Covener wrote: > Sounds l

[users@httpd] Apache serving a page that doesn't exist

2022-12-03 Thread John Iliffe
mers have bookmarked pagex.html so I would like to have this link for them. Any ideas of what I have forgotten? Thanks in advance. John == - To unsubscribe, e-mail: users-unsubscr...@httpd.apache.org For additional command

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

2022-08-25 Thread John Iliffe
would happen so I updated the firewall and that should avoid the problem. Thanks again folks. John == On Thu, 2022-08-25 at 20:38 +0100,  Good Guy  wrote: > On 25/08/2022 20:03, Frank Gingras wrote: > > Generally speaking, it's a bit rude to hijack someone

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

2022-08-25 Thread John Iliffe
No, it is a physical machine in our office. John On Thu, 2022-08-25 at 21:54 +0530, Deepak Goel wrote: > Is your server on cloud? GCS or AWS? > > > Deepak > "The greatness of a nation can be judged by the way its animals are treated - > Mahatma Gandhi"

[users@httpd] How Do I Prevent Repetitive Hits

2022-08-25 Thread John Iliffe
t; 200 3262 "-" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/104.0.5112.102 Safari/537.36" 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? Thanks in advance, John == - To unsubscribe, e-mail: users-unsubscr...@httpd.apache.org For additional commands, e-mail: users-h...@httpd.apache.org

[users@httpd] Apache 2.4.54 x64 securing the SSL private key with Apache httpd on Windows beyond BitLocker

2022-07-29 Thread Orendt, John
Hi All What is the current best practice for securing the SSL private key with Apache httpd on Windows beyond BitLocker? John Orendt john.p.ore...@medtronic.com [CONFIDENTIALITY AND PRIVACY NOTICE] Information transmitted by this email is proprietary to Medtronic and is intended for use only

Re: [users@httpd] REMINDER - Travel Assistance available for ApacheCon NA New Orleans 2022

2022-05-17 Thread john blair
Kerry Bibi On Tue, May 3, 2022 at 8:17 PM Gavin McDonald wrote: > Hi All Contributors and Committers, > > This is a first reminder email that travel > assistance applications for ApacheCon NA 2022 are now open! > > We will be supporting ApacheCon North America in New Orleans, Louisiana, > on

Re: [users@httpd] REMINDER - Travel Assistance available for ApacheCon NA New Orleans 2022

2022-05-11 Thread john blair
Nancy Joyce On Tue, May 3, 2022 at 8:17 PM Gavin McDonald wrote: > Hi All Contributors and Committers, > > This is a first reminder email that travel > assistance applications for ApacheCon NA 2022 are now open! > > We will be supporting ApacheCon North America in New Orleans, Louisiana, > on

[users@httpd] RE: [EXTERNAL] [users@httpd] SSLCARevocationPath CRLs not reloaded after update

2022-03-31 Thread Orendt, John
Hi After updating the CRL files. If there is a change in the CRL files then restart gracefully the httpd. You need to check and compare periodically. John Orendt john.p.ore...@medtronic.com From: Hendrik Harms Sent: Thursday, March 31, 2022 12:53 PM To: users@httpd.apache.org Subject

Re: [users@httpd] Source of JSESSIONID Cookie

2022-01-19 Thread John
most frustrating one at the moment, so it may be a week or two until I can get back to it. Thank you for your replies and your insight into the problem. Regards, John == On Wed, 2022-01-19 at 12:50 -0500, Jim Albert wrote: > In Chrome you can view cookie details via: > Se

Re: [users@httpd] Source of JSESSIONID Cookie

2022-01-19 Thread John
ne of them and I still don't know where it is being set or by which page. Thanks for the help and the knowledge increment! John = On Tue, 2022-01-18 at 18:33 -0500, Jim Albert wrote: > On 1/18/2022 3:36 PM, John wrote: > > These are default cookies from somewhere;

[users@httpd] RE: [EXTERNAL] [users@httpd] Source of JSESSIONID Cookie

2022-01-18 Thread Orendt, John
Hi My general recollection is cross site scripting must include the specific allowable domains in the configuration for this to work. Allowing cross site scripting from all domains is very bad. John Orendt john.p.ore...@medtronic.com -Original Message- From: John Sent: Tuesday

[users@httpd] Source of JSESSIONID Cookie

2022-01-18 Thread John
"lax" nor "strict" seems right to me; maybe just not send the cookie? Thanks in advance. John == - To unsubscribe, e-mail: users-unsubscr...@httpd.apache.org For additional commands, e-mail: users-h...@httpd.apache.org

[users@httpd] RE: [EXTERNAL] Re: [users@httpd] timeout and keepalive parameter in ProxyPass

2021-10-19 Thread Orendt, John
Hi I use a different approach to these types of requests. The back end request immediately returns a status message ”Request Received” On Subsequent Requests returns a status message ”Working” Finally, Subsequent Request returns a status message ”Ready” with results. John Orendt john.p.ore

Re: [users@httpd] Apache 2.4.49 not communicating with PHP-FPM socket

2021-09-26 Thread John Romano D'Orazio
Sorry about the typo, the apache2 package was updated to 2.4.49 not 2.4.29 Il 26/09/2021 16:18, John Romano D'Orazio ha scritto: Hello all, I recently updated the packages on my server, among the updates was apache2 which was updated to version 2.4.29 (I use the PPA for Apache 2.x : Ondřej

[users@httpd] Apache 2.4.49 not communicating with PHP-FPM socket

2021-09-26 Thread John Romano D'Orazio
ug that might be causing this? Or should a bug report be opened? Kind regards, John D'Orazio

RE: [users@httpd] RE: [EXTERNAL] [users@httpd] Httpd is hanging intermittently

2021-09-22 Thread Orendt, John
The output is random bytes in hex. It looks good. Sometimes this fails if openssl is unable to write to a temp file John Orendt john.p.ore...@medtronic.com From: alchemist vk Sent: Wednesday, September 22, 2021 2:26 PM To: users@httpd.apache.org Subject: Re: [users@httpd] RE: [EXTERNAL

[users@httpd] RE: [EXTERNAL] [users@httpd] Httpd is hanging intermittently

2021-09-22 Thread Orendt, John
Hi This may be related to an openssl problem try openssl rand -hex 8 John Orendt john.p.ore...@medtronic.com From: alchemist vk Sent: Wednesday, September 22, 2021 2:09 PM To: users@httpd.apache.org Subject: [EXTERNAL] [users@httpd] Httpd is hanging intermittently Hi All, We are using

[users@httpd] RE: [EXTERNAL] [users@httpd] Feasible to use both password TLS cert access on same directory?

2021-09-03 Thread Orendt, John
are supported by httpd. John Orendt john.p.ore...@medtronic.com From: Tom Browder Sent: Friday, September 3, 2021 3:46 PM To: users@httpd.apache.org Subject: [EXTERNAL] [users@httpd] Feasible to use both password TLS cert access on same directory? I have a website that has been using private

[users@httpd] RE: [EXTERNAL] Re: [users@httpd] SSL Cipher configuration issue

2021-08-26 Thread Orendt, John
Hi Paul Just try SSLProtocol TLSv1.3 See how that goes and proceed from there. John Orendt john.p.ore...@medtronic.com -Original Message- From: Paul Claridge Sent: Thursday, August 26, 2021 3:05 PM To: users@httpd.apache.org Subject: [EXTERNAL] Re: [users@httpd] SSL Cipher

Re: [users@httpd] Professional Product

2021-04-30 Thread John
and blame you when we can't come to grips with reality! Regards, John === On Fri, 2021-04-30 at 16:12 +, dana whitelow wrote: > Hey fcuk wits! > > click this link https://openliberty.io/guides/ > > for the firs time in your life you will see a ROFESSIONAL PRO

[users@httpd] Re: Cannot write to the web directory

2021-03-19 Thread John David
On 19/03/2021 13:45, Paul wrote: Ok , thanks , it doesn’t appear to be a permissions issue. I will check the php and the apache configuration. php has file size upload limit.�The default is 2 Mb so this might be the problem for you.

[users@httpd] Re: Cannot write to the web directory

2021-03-18 Thread John David
On 18/03/2021 22:52, Paul wrote: Would like to upload a file to have wordpress functionality working or be able to upload a file. User permissions are set at 777 owner is www, os is freebsd, the freebsd mailing list claims it’s not their issue but tried to assert assistance nevertheless.

Re: [users@httpd] Is NGINX faster than Apache?

2021-03-11 Thread Rose, John B
We did some testing of Apache and nGinx head to head for something a few years ago. We also did a bit of testing of Apache, nGinx, haproxy and lighthttpd a couple years ago for something else, and ended up picking Apache after whittling it down to Apache and HAProxy. Apache was as fast as

[users@httpd] Error in Apache Documentation

2021-03-11 Thread John
On the Apache documentation page: https://httpd.apache.org/docs/2.4/misc/security_tips.html Under Denial of Service Attacks, the link: http://modules.apache.org/ leads to a 404 Not Found result. It probably requires updating. Regards, John

Re: [users@httpd] Replays from Internet

2021-01-20 Thread John
a probable reason and so that is what I am currently changing and updating. Regards, and thank you for taking the time to reply. John === On Wed, 2021-01-20 at 09:53 +, Nick Kew wrote: > > On 19 Jan 2021, at 16:55, John wrote: > > > > I scanned for the custo

Re: [users@httpd] Replays from Internet [EXT]

2021-01-19 Thread John
ement your suggestions. Thanks to both of you for the replies and pointing me in the required direction. It is great to be able to get assistance from skilled people. John === On Tue, 2021-01-19 at 17:10 +, James Smith wrote: > Trying to understand - was it just

Re: [users@httpd] Replays from Internet

2021-01-19 Thread John
I learned something I didn't know. Thank you. John On Tue, 2021-01-19 at 12:06 -0500, Yehuda Katz wrote: > It is likely that the user still has the browser tab open and it > refreshes for some reason, or their browser crashed and reopened, or > they use a sessio

Re: [users@httpd] Replays from Internet

2021-01-19 Thread John
,how they resolved it. Regards, and thank you for the prompt reply Antony. John == On Tue, 2021-01-19 at 18:05 +0100, Antony Stone wrote: > On Tuesday 19 January 2021 at 18:00:11, Ruben Safir wrote: > > > this has nothing to do with apache > > I think that's a

[users@httpd] Replays from Internet

2021-01-19 Thread John
of is that their browser cached the page and re-transmitted it. (a violation of the HTML standard I think for a form page). The environment is Apache 2.4.25 on Fedora using php-fpm. Thanks in advance and apologies for the length of this post. John

Re: [users@httpd] Content-Security-Policy for a WordPress website.

2020-09-17 Thread John
Are you sure the header is coded properly? I've never used it but here is an example: Content-Security-Policy: default-src 'self' Note there are no ' "" ' around the default-src. My reference is: https://developer.mozilla.org/en-US/docs/Web/HTTP/CSP Rega

[users@httpd] credentials caching problem

2020-08-25 Thread John Adamski (Work Account)
odule autoindex_module modules/mod_autoindex.so LoadModule info_module modules/mod_info.so LoadModule status_module modules/mod_status.so LoadModule cgi_module modules/mod_cgi.so LoadModule dir_module modules/mod_dir.so LoadModule alias_module modules/mod_alias.so LoadModule rewrite_module modules/mo

[users@httpd] RE: Credentials not cached for child calls from parent page where they worked

2020-08-17 Thread John Adamski (Work Account)
Since no one seems to be able to help, does anyone have suggested placed to seek help? John -Original Message- From: John Adamski (Work Account) Sent: Monday, August 10, 2020 8:57 AM To: 'users@httpd.apache.org' Subject: Credentials not cached for child calls from parent page where

[users@httpd] Credentials not cached for child calls from parent page where they worked

2020-08-10 Thread John Adamski (Work Account)
WQuery "SELECT password FROM authn WHERE user = %s" AuthnCacheProvideFor dbd and change AuthBasicProvider dbm to include socache that didn't seem to help. I thought we were using authn_ but the error talks about authz, which I though already did the caching of credentials. Any suggesti

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

2020-06-24 Thread John
It seems a bit self-evident, but have you checked that Apache has permission to access your cgi-bin directory? John==On Wed, 2020-06-24 at 17:14 +0100, angel Hall-Coulston wrote: > Try setting your log file level to debug, you will get far m

Re: [users@httpd] localhost api

2020-04-01 Thread John Smith
(Connection refused) Service works well, if it is called outside On Wed, Apr 1, 2020 at 6:57 PM Rich Bowen wrote: > Please provide the error message, from the error log. > > On 4/1/20 9:47 AM, John Smith wrote: > > Hello, > > > > When calling restapi (https://someser

[users@httpd] localhost api

2020-04-01 Thread John Smith
Hello, When calling restapi (https://someserver.net/api/dosomething PUT or GET) from localhost, it says Connection not allowed. From outside it works well. A perl script is doing the calling. This might be an apache configuration issue, or? Regards, John

[users@httpd] Can't get X-Forwarded-For to be passed through to app with apache reverse proxy

2019-09-23 Thread John Pyeatt
client. I find it very hard to believe that proxy_ajp_module works fine and proxy_http_module somehow has a bug in it. So I must be missing some magic apache configuration setting. -- John Pyeatt Software Developer (608) 661-1184 | john.pye...@singlewire.com [image: Singlewire-Logo-Sigstr.png

[users@httpd] fcgi unix domain socket/TCP socket question

2019-08-20 Thread Rose, John B
Couple of questions ... Reading this Apache httpd document ... https://httpd.apache.org/docs/2.4/mod/mod_proxy_fcgi.html Does the below mean if the max children for a PHP-FPM pool using Unix Domain Sockets is reached then any subsequent PHP-FPM requests for that virtual host utilize a TCP

[users@httpd] Reverse Proxy Configuration

2019-05-24 Thread John Welsby
ss.log combined ErrorLog /var/log/apache2/nc-error.log SSLEngine on #SSLCertificateFile /etc/ssl/certs/ssl-cert-snakeoil.pem SSLCertificateFile /home/john/ssl/certificate.crt #SSLCertificateKeyFile /etc/ssl/private/ssl-cert-snakeoil.key SSLCertificateKeyFile /home/jo

Re: [users@httpd] ProxyTimeOut value question

2019-04-18 Thread Rose, John B
Thanks Suvendu From: Suvendu Sekhar Mondal Sent: Thursday, April 11, 2019 1:58:19 PM To: users@httpd.apache.org Subject: Re: [users@httpd] ProxyTimeOut value question John, On Tue, Apr 9, 2019, 11:31 PM Rose, John B mailto:jbr...@utk.edu> wrote: Any lik

[users@httpd] 443 section of name based virtual host conf file being ignored

2019-04-17 Thread Rose, John B
It seems my Port 80 settings are functioning properly, but the section contents are being ignored Any ideas why that would be happening? this is the original, or base virtual host .conf Thanks

[users@httpd] Ssl certificate ignored in virtual host

2019-04-17 Thread Rose, John B
Why would ssl.conf certificate settings override the certificate settings in a specific virtual host config file? Sent from my iPad - To unsubscribe, e-mail: users-unsubscr...@httpd.apache.org For additional commands, e-mail:

[users@httpd] ProxyTimeOut value question

2019-04-09 Thread Rose, John B
Any likely problems with setting ProxyTimeOut to 120? Or is that a Directive whose value is commonly increased?

Re: [users@httpd] Apache Timeouts, fastcgi, etc settings recommendations for Wordpress site servers?

2019-04-03 Thread Rose, John B
-2.4.6 rpm version. On Tue, Apr 2, 2019 at 10:25 PM Yann Ylavic wrote: > > Well, possibly, but then I need the Redhat version.. > > On Tue, Apr 2, 2019 at 10:09 PM Rose, John B wrote: > > > > 2.4.6 but that can be a bit misleading from what I understand if it is

Re: [users@httpd] Apache Timeouts, fastcgi, etc settings recommendations for Wordpress site servers?

2019-04-02 Thread Rose, John B
Red Hat 7 Sent from my iPad > On Apr 2, 2019, at 4:26 PM, Yann Ylavic wrote: > > Well, possibly, but then I need the Redhat version.. > >> On Tue, Apr 2, 2019 at 10:09 PM Rose, John B wrote: >> >> 2.4.6 but that can be a bit misleading from what I understand if

Re: [users@httpd] Apache Timeouts, fastcgi, etc settings recommendations for Wordpress site servers?

2019-04-02 Thread Rose, John B
@httpd.apache.org Subject: Re: [users@httpd] Apache Timeouts, fastcgi, etc settings recommendations for Wordpress site servers? Hi, On Tue, Apr 2, 2019 at 8:38 PM Rose, John B wrote: > > The result afterwards are a bunch of this type, until we reboot … > > [Mon Apr 01 14:26:45

[users@httpd] Apache Timeouts, fastcgi, etc settings recommendations for Wordpress site servers?

2019-04-02 Thread Rose, John B
Hello If you have servers with dozens of standalone installations of Wordpress, what settings are typically changed from the Apache/Fastcgi/PHP defaults with regards to timeouts, execution time, etc. On occasion when users are updating the application, we get a timeout error in Apache, and

Re: [users@httpd] Combining SSL and basic user (group) authentication

2019-03-31 Thread John
Why not redirect the incoming HTTP connections to HTTPS? ServerName www.mysite.ca Redirect permanent / https://www.mysite.com Good luck! John == On Sun, 2019-03-31 at 16:05 +0200, Richard70nl wrote: > Dear all, > > I’m trying to figur

Re: [users@httpd] Re: Apache web server devouring resources

2019-03-28 Thread Rose, John B
Application Platform Services Northwestern University 1800 Sherman Ave. Suite 6-600 – Box #39 Evanston, IL 60201-3715 darryl.ba...@northwestern.edu<mailto:darryl.ba...@northwestern.edu> (847) 467-6674 From: "Rose, John B" Reply-To: "users@httpd.apache.org" Date: Thursda

[users@httpd] Re: Apache web server devouring resources

2019-03-28 Thread Rose, John B
Regarding the "load increasing quickly after restarting the daemons" ... I do not believe just restarting the daemons clears the TCP queue. Nor does it prevent new TCP requests. If it is an attack, then the load would ramp back up immediately. That is why you have to reboot I am guessing. Do

Re: [users@httpd] Does Apache do a "graceful" automatically over time?

2019-03-27 Thread Rose, John B
Eric, as always, thanks for replying. I think logrotate is the likely culprit. Looking at apachectl status it doesn’t do a stop start, since no indication of an overnight restart. So I assume a “graceful” on Linux Thanks again for the help Sent from my iPad On Mar 27, 2019, at 5:21 PM, Eric

[users@httpd] Does Apache do a "graceful" automatically over time?

2019-03-27 Thread Rose, John B
As always, a "thank you" to everyone that works on Apache. Some background and resultant question ... We had made some changes in the afternoon to some virtual host configs that we intended to implement the next morning with a graceful restart of Apache. That was going to be coordinated

Re: [users@httpd] port forwarding and other options for having access to my apache server through the ip address

2019-01-11 Thread John
it, just in case the change didn't get picked up. After that, sorry, off of ideas. John=On Fri, 2019-01-11 at 14:23 -0700, Jonathon Koyle wrote: > The only other suggestions I have are to Verify that your server is accessible > from another machine, not b

Re: [users@httpd] port forwarding and other options for having access to my apache server through the ip address

2019-01-11 Thread John
days on the 'net! If you plan to encrypt your pages, you will also need port 443 open (HTTPS). Good luck. John On Fri, 2019-01-11 at 20:04 +0200, Stathis G. Arapostathis wrote: > Dear Sirs / Madams, > I was wondering on how I could configure my

[users@httpd] How do I build trunk and 2.4.x branches of httpd? No ./configure script.

2018-12-26 Thread John Pyeatt
anyone enlighten me what steps I need to perform to get the 'configure' script and its supporting scripts? Could I just copy these scripts from a released branch? -- John Pyeatt Software Developer (608) 661-1184 | john.pye...@singlewire.com [image: Singlewire-Logo-Sigstr.png] <http://www.singl

[users@httpd] mod_userdir and php-fpm individual pools

2018-11-07 Thread Rose, John B
Is it possible to set mod_userdir web sites PHP processes to run as an individual pool in PHP-FPM? Ideally using Unix Domain Sockets instead of TCP. We see how to do it for virtual hosts, but have not seen how to do so for userdir sites, i.e. somedomain.com/~someuser Has anyone done this?

Re: [users@httpd] SSL Handshake Exception in call from Android

2018-11-02 Thread John
how to do this at: https://httpd.apache.org/docs/current/mod/mod_ssl.html#sslciphersuite John == On Fri, 2018-11-02 at 19:10 -0500, Jerry Malcolm wrote: > Hi Jeffrey, Thanks for the quick response. > > I set the LogLevel to debug. I'm gett

[users@httpd] Remove .php extension but still pass it to PHP-FPM

2018-10-02 Thread Rose, John B
We would like to strip select .php extensions within a web site but still have them passed to PHP-FPM when they are clicked on. Any help would be appreciated

[users@httpd] Apache PHP-FPM unix domain sockets questions

2018-09-20 Thread Rose, John B
After looking at the documentation on httpd.apache.org and wiki.apache.org I have a few questions ... 1. I have seen examples of both "ProxyPassMatch" and "SetHandler" used to implement Unix Domain Sockets. Which is better? 2. On the wiki page it says "Using too many sockets will

[users@httpd] mod_macro, unix domain sockets, php-fpm pool config files

2018-09-17 Thread Rose, John B
mod_macro and unix domain socket functionality in Apache are nice features, thanks to whomever put in the time and effort developing/maintaining. We have looked for an equivalent of Apache mod_macro for php-fpm in order avoid having to create a php-fpm pool conf for each Apache virtual host

[users@httpd] Peculiar mod_php result

2018-09-09 Thread John
ntly, when mod_proxy_fcgi is handling all xxx.php format URL's, why would the child processes even be involved? Thanks in advance. John - To unsubscribe, e-mail: users-unsubscr...@httpd.apache.org For additional commands, e-mai

[users@httpd] Odd session cookies

2018-09-06 Thread John
8:"tmp_name";s:14:"/tmp/phpSoCWFv";s:5:"error";i :0;s:4:"done";b:1;s:10:"start_time";i:1535916085;s:15:"bytes_processed";i:1;}}} Does anyone have any idea what these are and if I have some sort of a compromise to the server going on? Thanks in advance. John - To unsubscribe, e-mail: users-unsubscr...@httpd.apache.org For additional commands, e-mail: users-h...@httpd.apache.org

Re: [users@httpd] Apache Will Not Start

2018-08-28 Thread Rose, John B
Do you have a /var/run/httpd directory? Sent from my iPad On Aug 28, 2018, at 9:48 PM, Alex Nyamweya mailto:animesoni...@gmail.com>> wrote: Hi, I am running an Apache server with CentOS 7 installed. I'm having issues starting apache using the command systemctl status httpd.service as I would

Re: [users@httpd] problem when move https site to 2.4 from 2.2 Apache

2018-08-27 Thread Rose, John B
Re: [users@httpd] problem when move https site to 2.4 from 2.2 Apache With that amount of information there isn't much I can say about your loop issues. El sáb., 18 ago. 2018 a las 18:49, Rose, John B () escribió: > > For each Wordpress site ... > > > Wordpress Address (U

Re: [users@httpd] problem when move https site to 2.4 from 2.2 Apache

2018-08-18 Thread Rose, John B
ng the relevant bits of config and the queries and responses, including headers etc. El vie., 17 ago. 2018 17:28, Rose, John B mailto:jbr...@utk.edu>> escribió: Encountered problems moving web sites from Apache 2.2 to 2.4 for https When moving web sites from an Apache 2.2 environment to to 2.4 the o

[users@httpd] problem when move https site to 2.4 from 2.2 Apache

2018-08-17 Thread Rose, John B
Encountered problems moving web sites from Apache 2.2 to 2.4 for https When moving web sites from an Apache 2.2 environment to to 2.4 the ones that are .html and self written .php seem to work fine via both http and https When moving Wordpress sites to 2.4, they work fine via http, but go into

[users@httpd] access control and Apache load balancing

2018-07-30 Thread Rose, John B
Any suggestions on how to implement access control for ip address ranges to specific files on back end hosts when going thru Apache load balancer? For example, you do not want external IPs to access "filename.php" on your backend hosts thru load balancer

Re: [users@httpd] Apache load balancer, etc

2018-07-27 Thread Rose, John B
httpd.apache.org Subject: Re: [users@httpd] Apache load balancer, etc Are you using the latest Apache httpd 2.4.x? Are you using the Event MPM? Both our and independent 3rd party benchmarks show Apache as fast and, at times, even faster, than those solutions you mentioned. > On Jul 2,

  1   2   3   4   5   6   7   8   9   10   >