[users@httpd] Re: [External] : Re: [users@httpd] DirectoryIndex broken in Apache 2.4.60?

2024-07-01 Thread Jack Swan
thank you everyone. Changes made and they work. Point taken about being invalid for 15 years. I inherited an old application/setup. Again, thank you all. From: Frank Gingras Sent: Monday, July 1, 2024 3:03 PM To: users@httpd.apache.org Subject: [External] : R

[users@httpd] DirectoryIndex broken in Apache 2.4.60?

2024-07-01 Thread Jack Swan
Have an existing application and Apache installation (have been using Apache for years). Upgraded Apache from 2.4.59 to 2.4.60 today and the browser prompts to save the index.php file instead of serving/processing it when just entering https:// as the URL. This had been working fine for years

[users@httpd] Apache 2.4.53 - Configure Fails Finding pcre2-config on some operating systems.

2022-04-06 Thread Jack Swan
Changes to the configure script related to the update to use pcre2 instead of pcre fail on some operating systems. My configure command uses many options, and with the upgrade to 2.4.53 I changed the --with-pcre option to point to the pcre2-config file directly ./configure --with-pcre=/path/to/

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

2022-04-04 Thread Jack Swan
I also had this problem, but changing it to point to the pcre2-config file fixed it for me on RHEL 7, but... On some operating systems this is still failing for me. Solaris 10 is one example. The configure script uses the "which" command. On my Solaris 10 system "which" is an actual csh scri

Re: [users@httpd] am i hacked ?

2017-02-06 Thread Jack Swan
The first line is trying to create the file webconfig.txt.php in your DOCUMENT_ROOT directory, with the contents of the file being: I didn't decode the remaining lines. I think they're just trying to do the same thing. - Original Message - From: bernd.len...@helmholtz-muenchen.de To

Re: [users@httpd] am i hacked ?

2017-02-06 Thread Jack Swan
I didn't decode it all. I'll leave the rest up to you, but the %characters are hexadecimal characters. Look up hex charset. So the first line translates to (I may have missed a char or two...) GET/?1=@ini_set("display_errors", 0);set_time_limit("0");@set_magic_quotes_runtime();echo '->|'

Re: [users@httpd] apr version issue in Apache Installation on Mac OS X

2015-10-07 Thread Jack Swan
Copy or move the apr and apr-util distributions into the httpd/srclib directory so you'll have /srclib/apr (without the version extension) /srclib/apr-util (without the version extension) and try the --with-included-apr option to configure instead of the --with-apr and --with-apr-util optio

Re: [users@httpd] SSL not working for ServerAlias through load balancer

2015-05-12 Thread Jack Swan
Occasionally we've had the spinning connecting problem here during some of our development. You might try clearing/deleting any certificates for that particular host in Firefox. Tools->Options - Advanced. Select View Certificates and delete/distruct the certs for that host. Maybe that'll wor

Re: [users@httpd] How to link pcre statically into Apache 2.4.9?

2014-05-23 Thread Jack Swan
Try this and see if it works. I think it works for me (i just was working on this yesterday). I downloaded and built PCRE separately (8.35). I'm building on both Linux and Solaris at this point. ./configure \ --disable-cpp \ --disable-shared \ --prefix=$LOCALD