Re: [users@httpd] How to debug " AH00051: child pid 31929 exit signal Segmentation fault (11), possible coredump in /apps/httpd2.4"?

2025-02-12 Thread Brian Reichert
On Tue, Feb 11, 2025 at 07:09:37AM -0500, o haya wrote: > The Apache starts up with no problem, but as soon as I try to do a test > request to the Apache, I am getting that segmentation fault in the Apache > "error_log". Sometime I resort to using strace to reveal what the process is doing. It wi

Re: [users@httpd] How to debug " AH00051: child pid 31929 exit signal Segmentation fault (11), possible coredump in /apps/httpd2.4"?

2025-02-11 Thread o haya
I have been encountering a problem trying to work with the core dump file. After I decompress the lz4 file and then try to use gdb (gdb /apps/httpd2.5/bin/httpd ), I am getting an error msg in GDG: Reading symbols from /apps/httpd2.4/bin/httpd...done. "/var/lib/systemd/coredump/core.httpd.1001.9e1

Re: [users@httpd] How to debug " AH00051: child pid 31929 exit signal Segmentation fault (11), possible coredump in /apps/httpd2.4"?

2025-02-11 Thread Eric Covener
On Linux, /proc/sys/kernel/core_pattern determines the filename and may pipe it to a custom process (abrtd, systemd). If it's piped, you will need to possibly configure it or extract the underlying core. On Tue, Feb 11, 2025 at 7:11 AM o haya wrote: > Hi, > This is a followup (but different prob

Re: [users@httpd] Is it possible to force logging of mod_authnz_ldap's actions?

2025-02-10 Thread Eric Covener
On Mon, Feb 10, 2025 at 3:17 PM Johnnie W Adams wrote: > > Hi, > > I'm tracking down a mysterious issue where some accounts are accepted > and some are not when they try to log in via mod_authnz_ldap. > > Nothing shows up in the logs. Can I change that? If so, how? You can append `LogL

Re: [users@httpd] Reverse Proxy

2025-02-10 Thread Turritopsis Dohrnii Teo En Ming
On Sunday, February 9th, 2025 at 5:06 PM, Antony Stone wrote: > On Sunday 09 February 2025 at 06:12:01, Turritopsis Dohrnii Teo En Ming wrote: > > > How do I configure Apache HTTP server as a reverse proxy? > > > Try the following and let us know if you run into any problems. > > http://www.

Re: [users@httpd] Reverse Proxy

2025-02-09 Thread Antony Stone
On Sunday 09 February 2025 at 06:12:01, Turritopsis Dohrnii Teo En Ming wrote: > How do I configure Apache HTTP server as a reverse proxy? Try the following and let us know if you run into any problems. http://www.google.com/search?q=apache+reverse+proxy Antony. -- Too many people spend mone

Re: [users@httpd] Redirection confusion

2025-02-08 Thread Mike Dewhirst
Good advice :-)M--(Unsigned mail from my phone) Original message From: ohaya Date: 9/2/25 03:30 (GMT+10:00) To: users@httpd.apache.org Subject: Re: [users@httpd] Redirection confusion Slightly off-topic:  You mentioned you had tried AI and their suggested solutions

Re: [users@httpd] Redirection confusion

2025-02-08 Thread Mike Dewhirst
/25 23:20 (GMT+10:00) To: users@httpd.apache.org Subject: Re: [users@httpd] Redirection confusion On Sat, Feb 8, 2025 at 5:32 AM Mike Dewhirst wrote: I have a number of domain names which I want to redirect in order to have a single search engine site

Re: [users@httpd] Redirection confusion

2025-02-08 Thread ohaya
Slightly off-topic:  You mentioned you had tried AI and their suggested solutions didn't work.   FYI, I had been posting a problem with Apache and a problem with "undefined symbol".   Thankfully, I eventually got information that let me get past that from USERS (real people) on this mailing lis

Re: [users@httpd] Redirection confusion

2025-02-08 Thread Frank Gingras
On Sat, Feb 8, 2025 at 5:32 AM Mike Dewhirst wrote: > I have a number of domain names which I want to redirect in order to have > a single search engine site. > > mysite.com > mysite.com.au > mysite.au > www.mysite.com > www.mysite.com.au > www.mysite.au > > I want mysite.com to be the single sit

Re: [users@httpd] Rewrite without redirect?

2025-02-07 Thread Sinus
If there's no redirect, the script would run as if it received no QS, but any JS running in the browser and performing GA triggers would think the QS was there, and would report it as unique. Regardless of whether you make it work or not, this isn't likely to be a desirable situation. On Fri, 7 Fe

RE: [users@httpd] Followup to "Re: I am getting "undefined symbol: slts_runmode" when I try to run "httpd -t" test. Is there any way to work around this?"

2025-02-07 Thread RAY, DAVID
[like] RAY, DAVID reacted to your message: From: o haya Sent: Friday, February 7, 2025 5:54:29 PM To: users@httpd.apache.org Cc: o haya Subject: [users@httpd] Followup to "Re: I am getting "undefined symbol: slts_runmode" when I try to run "httpd -t" test. Is t

Re: [users@httpd] Re: I am getting "undefined symbol: slts_runmode" when I try to run "httpd -t" test. Is there any way to work around this?

2025-02-07 Thread Rainer Canavan
On Fri, Feb 7, 2025 at 5:10 PM ohaya wrote: > > [FYI, I am seeing a response on the Apache list website, but I am NOT > receiving the response here in my Yahoo email :( !! So I will respond here] > > Here is the 'ldd webgate.so' > > [orcladmin@localhost lib]$ ldd > /apps/Oracle/Middleware/Oracl

Re: [users@httpd] I am getting "undefined symbol: slts_runmode" when I try to run "httpd -t" test. Is there any way to work around this?

2025-02-07 Thread Rainer Canavan
On Fri, Feb 7, 2025 at 9:26 AM ohaya wrote: > > Hi, > > I am trying to get the "httpd -t" test to work but am getting an "undefined > symbol" message. > > The Apache is 2.4.39 version that I built from source on a CENTOS 8.5 machine. > > Here's what I am running: > > export > LD_LIBRARY_PATH=/ap

Re: [users@httpd] RE: proxy urlmapping outside of the path

2025-02-02 Thread Daniel Ferradal Márquez
On 1/2/25 0:24, Marc wrote: I have a config and actually only want to allow access to a specific path xxx of the proxied host nothing else. However that path on the proxied host is refering to files eg in the root ProxyPreserveHost Off ProxyAddHeaders On SetOutputFilter proxy-h

Re: [users@httpd] proxy for www and without

2025-02-01 Thread Cody Amen
I just had success installing Apache2 on a Macbook Pro. I had to replace apr with updated source. And make --with-included-apr. Cody Amen (303) 918-6296 cody.a...@icloud.com Sent from my iPhone > On Feb 1, 2025, at 7:16 AM, Marc wrote: > > How should I change this config so it works with www

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

Re: [users@httpd] efficient abuse page

2025-01-17 Thread Rainer Canavan
On Thu, Jan 16, 2025 at 11:28 AM 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

Re: [users@httpd] Using THE_REQUEST with rewrites

2025-01-11 Thread Dave Wreski
Hi, On 1/11/25 3:36 PM, Eric Covener wrote: 68.195.111.42 - - [11/Jan/2025:15:10:39 -0500] "GET /http:/example.com/123/ HTTP/1.1" 404 196 r:"-" "Mozilla" Where did the other slash go after the http:/? MergeSlashes defaults to "on". I've added the following to my vhost config: MergeSlashes

Re: [users@httpd] Using THE_REQUEST with rewrites

2025-01-11 Thread Eric Covener
> 68.195.111.42 - - [11/Jan/2025:15:10:39 -0500] "GET /http:/example.com/123/ > HTTP/1.1" 404 196 r:"-" "Mozilla" > > Where did the other slash go after the http:/? MergeSlashes defaults to "on". - To unsubscribe, e-mail: users-

Re: [users@httpd] Using php-embed in custom module

2025-01-10 Thread Eric Covener
> > apache2: Syntax error on line 146 of /etc/apache2/apache2.conf: Syntax > > error on line 1 of /etc/apache2/mods-enabled/rst.load: Cannot load > > /usr/lib/apache2/modules/mod_rst.so into server: > > /usr/lib/apache2/modules/mod_rst.so: undefined symbol: php_embed_shutdown > ldd /usr/lib/apa

Re: [users@httpd] ErrorDocument and Header always set ... env=

2025-01-08 Thread Rainer Canavan
On Wed, Jan 8, 2025 at 7:41 PM Eric Covener wrote: > > On Wed, Jan 8, 2025 at 1:27 PM Rainer Canavan > wrote: > > > > Hi, > > > > I'd like to short-circuit certain requests that contain no session > > cookie with a HTTP 403, an ErrorDocument and a few response headers. > > > > The following almos

Re: [users@httpd] ErrorDocument and Header always set ... env=

2025-01-08 Thread Eric Covener
On Wed, Jan 8, 2025 at 1:27 PM Rainer Canavan wrote: > > Hi, > > I'd like to short-circuit certain requests that contain no session > cookie with a HTTP 403, an ErrorDocument and a few response headers. > > The following almost works: > > RewriteCond %{REQUEST_METHOD} !OPTIONS > RewriteCond %{HTTP

Re: [users@httpd] seeking advice on using details in access_log to distinguish slow requests from slow repsonses

2025-01-07 Thread Brian Reichert
On Mon, Jan 06, 2025 at 06:20:50PM +1100, Mike Dewhirst wrote: > On 4/01/2025 4:42 am, Brian Reichert wrote: > >At $WORK, we're trying to instrument our Apache 2.4.51 server to > >diagnose latency issues. > > I would suggest using specialised log analyser tools. There are plenty > displayed if yo

Re: [users@httpd] seeking advice on using details in access_log to distinguish slow requests from slow repsonses

2025-01-06 Thread Eric Covener
On Fri, Jan 3, 2025, 12:43 PM Brian Reichert wrote: > At $WORK, we're trying to instrument our Apache 2.4.51 server to > diagnose latency issues. > > Among our goals is to instrument our logs to distinguish between > clients taking too long to complete requests, and our server from > taking too l

Re: [users@httpd] seeking advice on using details in access_log to distinguish slow requests from slow repsonses

2025-01-05 Thread Mike Dewhirst
On 4/01/2025 4:42 am, Brian Reichert wrote: At $WORK, we're trying to instrument our Apache 2.4.51 server to diagnose latency issues. I would suggest using specialised log analyser tools. There are plenty displayed if you search for "apache log analysis" or if you prefer, use your favourite s

Re: [users@httpd]

2024-12-15 Thread Andreas Croci
On 15/12/2024 18:40, Paul wrote: On 2024-12-13 21:03, Kevin Watkins wrote: I had two working websites until I realized over the weekend that my server was running Ubuntu 23.04 which had no apparent easy upgrade to 24.04. So I backed up my web files and site config files and did a clean install

Re: [users@httpd]

2024-12-15 Thread Paul
On 2024-12-13 21:03, Kevin Watkins wrote: I had two working websites until I realized over the weekend that my server was running Ubuntu 23.04 which had no apparent easy upgrade to 24.04. So I backed up my web files and site config files and did a clean install of Ubuntu. I have been trying to

Re: [users@httpd]

2024-12-15 Thread Sean Conner
It was thus said that the Great Kevin Watkins once stated: > No, I have not set up HTTPS as of yet. I was in the process when it too was > failing. When trying to get the certificate with Certbot I get the > following error > "The Certificate Authority failed to download the temporary challenge fil

Re: [users@httpd]

2024-12-15 Thread E.S. Rosenberg
For certbot to work you need to be able to answer a challenge in one of the acceptable ways, by default that would be the HTTP method which would require that your server is configured correctly to begin with, kind of a chicken and egg situation. Looking back at the original config you sent - your

Re: [users@httpd]

2024-12-14 Thread Kevin Watkins
No, I have not set up HTTPS as of yet. I was in the process when it too was failing. When trying to get the certificate with Certbot I get the following error "The Certificate Authority failed to download the temporary challenge files created by Certbot. Ensure that the listed domains serve their c

Re: [users@httpd]

2024-12-14 Thread E.S. Rosenberg
PR_END_OF_FILE_ERROR - "The PR_END_OF_FILE_ERROR error message *appears when the Mozilla Firefox browser can't establish a secure connection*. It is a Firefox-specific error and won't appear in any other browser." https://www.hostinger.com/tutorials/pr_end_of_file_error / First result Google search

Re: [users@httpd]

2024-12-14 Thread Kevin Watkins
@Marc - A service provider for a self hosted website? @Frank Gingras - when I try to open my website via URL (IE www.deletedforsec.us or deletedforsec.us ) my site does not load instead I get the following error PR_END_OF_FILE_ERROR Error code: PR_END_OF_FILE_ERROR. I

Re: [users@httpd]

2024-12-14 Thread Antony Stone
On Saturday 14 December 2024 at 10:16:37, Marc wrote: > You should have a service provider for such stuff. This starts to look like > when your kid is ill and then asking in the local pet shop for advice. I don't know things are where you live, but around here it's common for the bigger pet shop

Re: [users@httpd]

2024-12-14 Thread Frank Gingras
On Sat, Dec 14, 2024 at 5:17 AM Marc wrote: > You should have a service provider for such stuff. This starts to look > like when your kid is ill and then asking in the local pet shop for advise. > > > > > I had two working websites until I realized over the weekend that my > > server was running

RE: [users@httpd]

2024-12-14 Thread Marc
You should have a service provider for such stuff. This starts to look like when your kid is ill and then asking in the local pet shop for advise. > > I had two working websites until I realized over the weekend that my > server was running Ubuntu 23.04 which had no apparent easy upgrade to > 24

Re: [users@httpd] off topic - how to secure httpd

2024-12-05 Thread mwood
On Wed, Dec 04, 2024 at 11:09:06PM +, gene heskett wrote: > On 12/4/24 09:20, Marc wrote: > > I hope nobody minds me addressing this off topic question. Is there a better place for this discussion? > > I was thinking about adding ipv6, and when I got a range to try with, I was > > actually s

Re: [users@httpd] Re: off topic - how to secure httpd

2024-12-04 Thread gene heskett
On 12/4/24 20:46, Jonesy wrote: On Wed, 4 Dec 2024 18:09:06 -0500, gene heskett wrote: On 12/4/24 09:20, Marc wrote: Having these ipv6 so abundantly available made me also think about how I have currently arranged my abuse mitigation. Currently I am having ipsets for different subments and use

Re: [users@httpd] off topic - how to secure httpd

2024-12-04 Thread gene heskett
On 12/4/24 09:20, Marc wrote: I hope nobody minds me addressing this off topic question. I was thinking about adding ipv6, and when I got a range to try with, I was actually surprised how many I got. This made me wonder how many ipv6 are being used and how many ipv4. Having these ipv6 so abun

Re: [users@httpd] off topic - how to secure httpd

2024-12-04 Thread E.S. Rosenberg
If you are storing blocks per single IP that won't scale (storage wise, searching the list/table, just a bitmap of the whole IPv6 space is 10^19 Exabytes! [2^128 bits in EiB]), if you aggressively block whole ranges you will most likely end up blocking a lot of legitimate potential users. I also t

RE: [users@httpd] LDAP connection failure: what does "not authoritative" mean?

2024-11-26 Thread Marc
Is ldapsearch working from the same server? There can be lots of issues with ssl and auth sff. > I'm trying to do basic authentication via LDAP to Active Directory. > HTTPD logs this: > > [Mon Nov 25 16:02:47.362939 2024] [authnz_ldap:debug] [pid 6205:tid > 6205] mod_authnz_ldap.c(548): [client

Re: [users@httpd] LDAP connection failure: what does "not authoritative" mean?

2024-11-25 Thread Eric Covener
On Mon, Nov 25, 2024 at 4:30 PM wrote: > > I'm trying to do basic authentication via LDAP to Active Directory. > HTTPD logs this: > > [Mon Nov 25 16:02:47.362939 2024] [authnz_ldap:debug] [pid 6205:tid 6205] > mod_authnz_ldap.c(548): [client 2600:381:cb60:bf0:c6bb:b64d:24e:24da:46526] > AH01691:

Re: [users@httpd] Over 30.000 errors in eventlog - multiple computers

2024-11-20 Thread Frank Gingras
On Wed, Nov 20, 2024 at 4:05 AM Jesper Lindquist < jesper.lindqu...@bilbolaget.nu> wrote: > Hi > > > > I see this in a lot of computers but don’t know where to start 😊 > > > > - System > > > > - Provider > > > >[ Name] Application Error > >[ Guid] {a0e9b465-b939-57d7-b27d-95d8e925ff57}

Re: [users@httpd] different behaviour between web servers

2024-11-18 Thread Zahid Rahman
Isn't it a great time! to be a front end developer in POPULAR technologies. You can google and find code snippets to any programming problem, or watch a YouTube video. You don't even have to buy a book ! for example the slider on my website. Saw a ten minute video , adapted the code . voila!

Re: [users@httpd] Header set Link?

2024-11-17 Thread Dave Wreski
On 11/16/24 1:52 PM, Dave Wreski wrote: Header add Link "; rel=\"canonical\"" env=REDIRECT_PDF_CANONICAL_URL However, the %{HTTP_HOST} variable doesn't seem to be set. I don't think you can expect that environment variable to be defined. May

Re: [users@httpd] different behaviour between web servers

2024-11-16 Thread Frank Gingras
On Sat, Nov 16, 2024 at 3:12 AM Zahid Rahman wrote: > The browser rendering bug also exists in Firefox along with iPhone 13, in > case it is of interest to you if you are involved in development of the > Firefox browser. > > On Wed, 13 Nov 2024, 07:26 Zahid Rahman, wrote: > >> It appears the ext

Re: [users@httpd] Header set Link?

2024-11-16 Thread Dave Wreski
Header add Link "; rel=\"canonical\"" env=REDIRECT_PDF_CANONICAL_URL However, the %{HTTP_HOST} variable doesn't seem to be set. I don't think you can expect that environment variable to be defined. Maybe you want to switch the value argument t

Re: [users@httpd] Header set Link?

2024-11-16 Thread Eric Covener
> Header add Link "; > rel=\"canonical\"" env=REDIRECT_PDF_CANONICAL_URL > However, the %{HTTP_HOST} variable doesn't seem to be set. I don't think you can expect that environment variable to be defined. Maybe you want to switch the value argu

Re: [users@httpd] different behaviour between web servers

2024-11-16 Thread Zahid Rahman
The browser rendering bug also exists in Firefox along with iPhone 13, in case it is of interest to you if you are involved in development of the Firefox browser. On Wed, 13 Nov 2024, 07:26 Zahid Rahman, wrote: > It appears the external hosting webserver is rendering everywhere > correctly now

Re: [users@httpd] different behaviour between web servers

2024-11-13 Thread Zahid Rahman
It appears the external hosting webserver is rendering everywhere correctly now including Android devices, However there is still an issue with iphone 13 where the aforementioned effect is not rendered correctly still. Nothing to do with this list as the problem is with Apple client side rende

Re: [users@httpd] different behaviour between web servers

2024-11-12 Thread Paul
On 2024-11-12 01:02, Zahid Rahman wrote: Hi, In my development environment running in Visual Code and a live server The carousel is behaving as it is programmed using CSS HTML. The images  are coming from a misty  white  fog  from the right and disappearing into a misty white cloud on the left.

Re: [users@httpd] different behaviour between web servers

2024-11-12 Thread Frank Gingras
On Tue, Nov 12, 2024 at 1:03 AM Zahid Rahman wrote: > Hi, > > In my development environment running in Visual Code and a live server > The carousel is behaving as it is programmed using CSS HTML. > The images are coming from a misty white fog from the right and > disappearing into a misty whi

Re: [users@httpd] RE: regression in mod rewrite rule while migrating from 2.4.59 to 2.4.62

2024-11-07 Thread Rainer Canavan
On Wed, Nov 6, 2024 at 8:16 AM Rathore, Rajendra wrote: > > Hi Team, > > We are using below host header validation rule in Apache Http configuration, > that was working fine with 2.4.59 Apache server, when we migrate to 2.4.62 > below rule is not working. It will ignore the host name validation

RE: [users@httpd] RE: how to redirect ip ranges to warning page

2024-10-31 Thread Marc
> [...] > > > If you're using ip tables, you can re-route the request to a > different > > > TCP port and configure a vhost that serves the chosen document > for any > > > request to any path. > [...] > > Yes this is probably the most efficient. I am surprised this seems to > work

RE: [users@httpd] RE: how to redirect ip ranges to warning page

2024-10-31 Thread Marc
> > > I am testing with this now. Only thing I probably am stuck with is > having this in GlobalLog. > > you can turn off your GlobalLog if you add an > [env=[!]environment-variable] statement and > setenv that environment-variable in your new vhost. > https://httpd.apache.org/docs/2.4/mod/mod_lo

RE: [users@httpd] RE: how to redirect ip ranges to warning page

2024-10-31 Thread Marc
> > > I prefer to return there everything with 4xx return code, but can't get > this for / > > Use an empty directory as the documentroot, disable mod_autoindex. Use > a highish debug level to check I am for now sticking to virtualhost only configs as I don't want to change global settings. So

Re: [users@httpd] RE: how to redirect ip ranges to warning page

2024-10-31 Thread Rainer Canavan
On Thu, Oct 31, 2024 at 2:12 PM Marc wrote: > [...] > > If you're using ip tables, you can re-route the request to a different > > TCP port and configure a vhost that serves the chosen document for any > > request to any path. [...] > Yes this is probably the most efficient. I a

RE: [users@httpd] RE: how to redirect ip ranges to warning page

2024-10-31 Thread Marc
> > > > > > > > > > > I am blocking most of amazon,google,azure clouds with ipsets. I > also seem > > > to have added (automatically) ranges that were abusive from > apple safe > > > browsing (or so?) > > > > > > I would like to remove these ip addres

RE: [users@httpd] mod_remoteip and ErrorLogFormat

2024-10-30 Thread Gretton, Liam
I am a bit of a muppet. My reason for using mod_remoteip was to be able to get client IPs into the error logs, but I've just discovered that the %i format specifier is available to ErrorLogFormat, so I can use X-Forwarded-For directly there. As mod_remoteip seems to remove X-Forwarded-For as we

RE: [users@httpd] mod_remoteip and ErrorLogFormat

2024-10-30 Thread Gretton, Liam
On 20 October 2024 18:05, Daniel Ferradal Márquez wrote: > What is your "RemoteIpHeader" setting? You have to specify it for > mod_remoteip to work. > > Have you made sure you are getting that header from the front-end with the > correct client ip? RemoteIPHeader is set to X-Forwarded-For. It's

Re: [users@httpd] RE: how to redirect ip ranges to warning page

2024-10-29 Thread Frank Gingras
On Tue, Oct 29, 2024 at 12:25 PM Rainer Canavan wrote: > On Tue, Oct 29, 2024 at 5:11 PM Marc wrote: > > > > > > > > > > > I am blocking most of amazon,google,azure clouds with ipsets. I also > seem > > > to have added (automatically) ranges that were abusive from apple safe > > > browsing (or s

Re: [users@httpd] RE: how to redirect ip ranges to warning page

2024-10-29 Thread Rainer Canavan
On Tue, Oct 29, 2024 at 5:11 PM Marc wrote: > > > > > > > I am blocking most of amazon,google,azure clouds with ipsets. I also seem > > to have added (automatically) ranges that were abusive from apple safe > > browsing (or so?) > > > > I would like to remove these ip addresses of apple safe brows

Re: [users@httpd] Apache 2.4.62 placing web pages for virtual hosts in Downloads folder

2024-10-24 Thread Frank Gingras
.apachelounge.com/viewtopic.php?t=9247 > > > > Thanks so much for your help! > > > > *From:* Frank Gingras > *Sent:* October 24, 2024 1:58 PM > *To:* users@httpd.apache.org > *Subject:* Re: [users@httpd] Apache 2.4.62 placing web pages for virtual > hosts in Down

RE: [users@httpd] Apache 2.4.62 placing web pages for virtual hosts in Downloads folder

2024-10-24 Thread Bill Wiest
: October 24, 2024 1:58 PM To: users@httpd.apache.org Subject: Re: [users@httpd] Apache 2.4.62 placing web pages for virtual hosts in Downloads folder CAUTION: This email originated from outside of the organization. Do not click links or open attachments unless you recognize the sender and know the

RE: [users@httpd] Apache 2.4.62 placing web pages for virtual hosts in Downloads folder

2024-10-24 Thread Bill Wiest
Do these need to be added into each virtual host definition file now? Thanks! From: Frank Gingras Sent: October 24, 2024 12:26 PM To: users@httpd.apache.org Subject: Re: [users@httpd] Apache 2.4.62 placing web pages for virtual hosts in Downloads folder CAUTION: This email originated from

Re: [users@httpd] Apache 2.4.62 placing web pages for virtual hosts in Downloads folder

2024-10-24 Thread Frank Gingras
gt; > Do these need to be added into each virtual host definition file now? > > > > Thanks! > > > > > > *From:* Frank Gingras > *Sent:* October 24, 2024 12:26 PM > *To:* users@httpd.apache.org > *Subject:* Re: [users@httpd] Apache 2.4.62 placing web pages f

Re: [users@httpd] Apache 2.4.62 placing web pages for virtual hosts in Downloads folder

2024-10-24 Thread Frank Gingras
On Thu, Oct 24, 2024 at 12:09 PM Bill Wiest wrote: > Hi there > > > > We currently use Apache 2.4.12 (Win32) with PHP 5.6.10 and need to > upgrade. I am working on getting Apache 2.4.62 running but have a problem > with the named virtual hosts which work fine under 2.4.12. The web pages > for th

Re: [users@httpd] mod_remoteip and ErrorLogFormat

2024-10-20 Thread Daniel Ferradal Márquez
On 19/10/24 11:50, Gretton, Liam wrote: httpd 2.4.57-11 on Rocky 9 here. I've been trying to get ErrorLogFormat to log the client IP address rather than that of my proxy's, but it doesn't seem to work. For LogFormat it is working as expected. My suspicion is that mod_remoteip doesn't actual

Re: [users@httpd] How do I add the "samesite" attribute to JSESSION cookie

2024-10-18 Thread John Iliffe
On Fri, 2024-10-18 at 09:26 -0400, Thad Humphries wrote: > > On Thu, Oct 17, 2024 at 2:51 PM John Iliffe wrote: > > I asked a similar question to this two weeks ago but now I have a bit more > > information so please > > treat this as a new question. > > > > When one of my screens (at least one

RE: [users@httpd] How do I add the "samesite" attribute to JSESSION cookie

2024-10-18 Thread Marc
> > > It sounds like you might be running Tomcat behind Apache HTTP. If so, add > (or edit) the element in > $CATALINA_BASE/conf/context.xml to read > This is also an issue when you are using JkMount? - To unsubscribe, e-mail

Re: [users@httpd] How do I add the "samesite" attribute to JSESSION cookie

2024-10-18 Thread Thad Humphries
On Thu, Oct 17, 2024 at 2:51 PM John Iliffe wrote: > I asked a similar question to this two weeks ago but now I have a bit more > information so please > treat this as a new question. > > When one of my screens (at least one) connects to a third-party web site > to pass some data to them I > get

Re: [users@httpd] Apache start up error after compiling OpenSSL and PHP8.1.29

2024-10-16 Thread Daniel Ferradal Márquez
On 14/10/24 12:48, Jack Swale wrote: httpd: Syntax error on line 150 of /usr/local/apache2/conf/httpd.conf: Cannot load modules/libphp.so into server: ld.so.1: httpd: fatal: relocation error: file /usr/local/apache2/modules/libphp.so: symbol EVP_md2: referenced symbol not found /usr/local/apa

Re: [users@httpd] Strange change in behavior of web page

2024-10-15 Thread Freek de Kruijf
Op vrijdag 11 oktober 2024 13:12:45 CEST schreef u: > Op vrijdag 11 oktober 2024 04:39:30 CEST schreef Yehuda Katz: > > This does sound like a client-side issue (as others have mentioned), > > > > especially since you said it works on http://localhost/. I can give you a > > concrete suggestion: C

Re: [users@httpd] Apache start up error after compiling OpenSSL and PHP8.1.29

2024-10-14 Thread Frank Gingras
On Mon, Oct 14, 2024 at 6:48 AM Jack Swale wrote: > httpd: Syntax error on line 150 of /usr/local/apache2/conf/httpd.conf: > Cannot load modules/libphp.so into server: ld.so.1: httpd: fatal: > relocation error: file /usr/local/apache2/modules/libphp.so: symbol > EVP_md2: referenced symbol not fou

Re: [users@httpd] Apache Directive Closure Problem

2024-10-11 Thread Eric Covener
> Also, Apache should have reported this unclosed on restart. Config parsing isn't file based/scoped. If you use it eats everything until the closing even if it's from a different Include'ed file and not what you intended. - T

Re: [users@httpd] Apache Directive Closure Problem

2024-10-11 Thread Frank Gingras
On Fri, Oct 11, 2024 at 4:32 AM Adam Mihai Gergely wrote: > Hello, > > I have a rather wierd question about Apache Directives Configuration. > > I am running Ubuntu Linux Server and my Apache Tree looks like this: > > server [/etc/apache2] # tree > . > ├── apache2.conf > ├── apache2.conf.dpkg-old

Re: [users@httpd] Strange change in behavior of web page

2024-10-11 Thread Freek de Kruijf
Op vrijdag 11 oktober 2024 04:39:30 CEST schreef Yehuda Katz: > This does sound like a client-side issue (as others have mentioned), > especially since you said it works on http://localhost/. I can give you a > concrete suggestion: Check the browser console for errors/notices. In most > browsers (

Re: [users@httpd] Strange change in behavior of web page

2024-10-10 Thread Yehuda Katz
On Wed, Oct 9, 2024 at 10:15 AM Freek de Kruijf wrote: > > Choosing the other two buttons to view those videos gives an error, > something > like "No video with supported layout and MIME type found". The buttons for > downloading work as expected. > > When I copy the index.html for this web page

Re: [users@httpd] Strange change in behavior of web page

2024-10-09 Thread Paul
On 2024-10-09 10:15, Freek de Kruijf wrote: I made a web page years ago [Top-posting - nasty - from the original post after reading many replies] apache2 is server software -- it serves what you give it to serve. What errors, if any, are showing in your apache2 logs? You appear, from tiddly

Re: [users@httpd] Strange change in behavior of web page

2024-10-09 Thread Daniel Ferradal Márquez
On 9/10/24 17:59, Freek de Kruijf wrote: httpd does not interfere with your content. Perhaps the issue lies with https://, and some resources not being loaded. In any case, asking a web/css/design forum/mailing list would yield better results. I also tried to use Microsoft Edge and it also

Re: [users@httpd] Strange change in behavior of web page

2024-10-09 Thread Simon Harrison
On Wed, 09 Oct 2024 17:59:49 +0200 Freek de Kruijf wrote: > I also tried to use Microsoft Edge and it also displays the page > wrongly. As I wrote the content I see in the page in the browser in > both cases is the same. So why does the browser display things > differently when the only obvious

Re: [users@httpd] Strange change in behavior of web page

2024-10-09 Thread Frank Gingras
On Wed, Oct 9, 2024 at 12:00 PM Freek de Kruijf wrote: > Op woensdag 9 oktober 2024 17:38:55 CEST schreef Frank Gingras: > > On Wed, Oct 9, 2024 at 11:33 AM Freek de Kruijf > > > > wrote: > > > Op woensdag 9 oktober 2024 16:31:16 CEST schreef Frank Gingras: > > > > On Wed, Oct 9, 2024 at 10:15 A

Re: [users@httpd] Strange change in behavior of web page

2024-10-09 Thread Freek de Kruijf
Op woensdag 9 oktober 2024 17:38:55 CEST schreef Frank Gingras: > On Wed, Oct 9, 2024 at 11:33 AM Freek de Kruijf > > wrote: > > Op woensdag 9 oktober 2024 16:31:16 CEST schreef Frank Gingras: > > > On Wed, Oct 9, 2024 at 10:15 AM Freek de Kruijf > > > > > > wrote: > > > > I made a web page yea

Re: [users@httpd] Strange change in behavior of web page

2024-10-09 Thread Frank Gingras
On Wed, Oct 9, 2024 at 11:33 AM Freek de Kruijf wrote: > Op woensdag 9 oktober 2024 16:31:16 CEST schreef Frank Gingras: > > On Wed, Oct 9, 2024 at 10:15 AM Freek de Kruijf > > > > wrote: > > > I made a web page years ago in which I present buttons to view a video > or > > > to > > > download th

Re: [users@httpd] Strange change in behavior of web page

2024-10-09 Thread Freek de Kruijf
Op woensdag 9 oktober 2024 16:31:16 CEST schreef Frank Gingras: > On Wed, Oct 9, 2024 at 10:15 AM Freek de Kruijf > > wrote: > > I made a web page years ago in which I present buttons to view a video or > > to > > download that video file. In some text explaining something about the size > > of >

Re: [users@httpd] Strange change in behavior of web page

2024-10-09 Thread Frank Gingras
On Wed, Oct 9, 2024 at 10:15 AM Freek de Kruijf wrote: > I made a web page years ago in which I present buttons to view a video or > to > download that video file. In some text explaining something about the size > of > the video, I gave text parts a color (white) and a background color using: >

Re: [users@httpd] Help with Apache Configuration in Dockerized PHP Application

2024-10-09 Thread Frank Gingras
On Wed, Oct 9, 2024 at 5:31 AM Abhijith wrote: > Thanks I understand. But can you suggest any debugging method to find out > which file is requesting the file > > On Wed, 9 Oct 2024, 10:37 Frank Gingras, wrote: > >> >> >> On Tue, Oct 8, 2024 at 11:25 PM Abhijith wrote: >> >>> Yes, I understand

Re: [users@httpd] Help with Apache Configuration in Dockerized PHP Application

2024-10-09 Thread Abhijith
Thanks I understand. But can you suggest any debugging method to find out which file is requesting the file On Wed, 9 Oct 2024, 10:37 Frank Gingras, wrote: > > > On Tue, Oct 8, 2024 at 11:25 PM Abhijith wrote: > >> Yes, I understand that now. That I shouldn't allow clients to access my >> .htt

Re: [users@httpd] Help with Apache Configuration in Dockerized PHP Application

2024-10-08 Thread Frank Gingras
On Tue, Oct 8, 2024 at 11:25 PM Abhijith wrote: > Yes, I understand that now. That I shouldn't allow clients to access my > .httaccess file. I don't know why the error occuring > > On Tue, 8 Oct 2024, 17:47 Frank Gingras, wrote: > >> >> >> On Tue., Oct. 8, 2024, 1:13 a.m. Abhijith, >> wrote: >

Re: [users@httpd] Help with Apache Configuration in Dockerized PHP Application

2024-10-08 Thread Abhijith
Yes, I understand that now. That I shouldn't allow clients to access my .httaccess file. I don't know why the error occuring On Tue, 8 Oct 2024, 17:47 Frank Gingras, wrote: > > > On Tue., Oct. 8, 2024, 1:13 a.m. Abhijith, wrote: > >> Hi, >> Yes, In the the root directory there is .htaccess fil

Re: [users@httpd] Help with Apache Configuration in Dockerized PHP Application

2024-10-08 Thread Frank Gingras
On Tue., Oct. 8, 2024, 1:13 a.m. Abhijith, wrote: > Hi, > Yes, In the the root directory there is .htaccess file, the content of the > file is > ``` > RewriteEngine on > RewriteCond %{REQUEST_FILENAME} !-f > RewriteCond %{REQUEST_FILENAME} !-d > RewriteCond $1 !^(index\.php|robots\.txt|favicon\.i

Re: [users@httpd] Help with Apache Configuration in Dockerized PHP Application

2024-10-07 Thread Abhijith
Hi, Yes, In the the root directory there is .htaccess file, the content of the file is ``` RewriteEngine on RewriteCond %{REQUEST_FILENAME} !-f RewriteCond %{REQUEST_FILENAME} !-d RewriteCond $1 !^(index\.php|robots\.txt|favicon\.ico) RewriteRule ^(.*)$ /index.php/$1 [L] ``` Since by @Eric's sugge

Re: [users@httpd] Help with Apache Configuration in Dockerized PHP Application

2024-10-07 Thread Frank Gingras
On Mon, Oct 7, 2024 at 7:51 AM Eric Covener wrote: > On Mon, Oct 7, 2024 at 7:12 AM Eric Covener wrote: > > > > >> [Sun Oct 06 10:02:48.889047 2024] [authz_core:error] [pid 10:tid > 131326541519672] [client 192.168.16.1:49194] AH01630: client denied by > server configuration: > /usr/local/apache

Re: [users@httpd] Help with Apache Configuration in Dockerized PHP Application

2024-10-07 Thread Eric Covener
On Mon, Oct 7, 2024 at 7:12 AM Eric Covener wrote: > > >> [Sun Oct 06 10:02:48.889047 2024] [authz_core:error] [pid 10:tid > >> 131326541519672] [client 192.168.16.1:49194] AH01630: client denied by > >> server configuration: > >> /usr/local/apache2/htdocs/apps/admin/public_html/.htaccess > > T

Re: [users@httpd] Help with Apache Configuration in Dockerized PHP Application

2024-10-07 Thread Abhijith
Thanks for the response, There is no other config file than admin.conf. here is the result of `apachectl -S`: ``` [Mon Oct 07 11:30:45.926201 2024] [core:trace3] [pid 102:tid 123653751024456] core.c(3469): Setting LogLevel for all modules to trace8 [Mon Oct 07 11:30:45.926287 2024] [core:trace3] [p

Re: [users@httpd] Help with Apache Configuration in Dockerized PHP Application

2024-10-07 Thread Eric Covener
>> [Sun Oct 06 10:02:48.889047 2024] [authz_core:error] [pid 10:tid >> 131326541519672] [client 192.168.16.1:49194] AH01630: client denied by >> server configuration: >> /usr/local/apache2/htdocs/apps/admin/public_html/.htaccess This error means it's not filesystem permissions. Are there other

Re: [users@httpd] mod_proxy_hcheck with Istio

2024-10-04 Thread Daniel Ferradal Márquez
On 30/9/24 10:50, Stanislav Samek wrote: Hi, I don't think that there is an issue with ssl. We have SSLProxyEngine turned on and also a backend name match with CN. In attachment you can find output from the curl command. Thank you What I would make sure in your case is SSLProtocols set u

RE: [users@httpd] How to fix Apache HTTPD Unauthenticated/Open Web Proxy Vulnerability?

2024-10-04 Thread Shinde, Pramod K
HTTPD. Thanks again. From: Eric Covener Sent: Friday, September 27, 2024 7:16 AM To: users@httpd.apache.org Subject: Re: [users@httpd] How to fix Apache HTTPD Unauthenticated/Open Web Proxy Vulnerability? EXTERNAL EMAIL - This email was sent by a person from outside your organization. Exercise ca

Re: [users@httpd] How to disable IndexStylesheet on a subdirectory

2024-09-30 Thread Frank Gingras
On Mon, Sep 30, 2024 at 8:31 PM Dan Mahoney (Gushi) wrote: > Hey there all, > > I can't find this in the manual. Assume I've set IndexStylesheet for some > directory of downloads, but on a subdirectory, would like apache to not > add the CSS header. > > (Specifically, we want as simple HTML as p

Re: [users@httpd] mod_proxy_hcheck with Istio

2024-09-30 Thread Stanislav Samek
Hi, I don't think that there is an issue with ssl. We have SSLProxyEngine turned on and also a backend name match with CN. In attachment you can find output from the curl command. Thank you so 28. 9. 2024 o 22:02 Daniel Ferradal Márquez napísal(a): > > On 24/9/24 8:25, Stanislav Samek wrote: >

  1   2   3   4   5   6   7   8   9   10   >