[users@httpd] 2.2 to 2.4 upgrade

2019-05-03 Thread Michael Cluff
Hello apache web community, I upgraded apache web server on RHEL 7 from v 2.2 to v 2.4. I have a question about the procs that are spawned after the web server is started up. For example, when I would start v2.2 (./apachectl start) it would have the root process and spawn 2 additional apache

Re: [users@httpd] Re: Simple file listing issue in browser, 2.2 vs 2.4

2019-05-03 Thread Jim Weill
I know the docs say mixing 2.2 and 2.4 directives is not recommended: https://httpd.apache.org/docs/2.4/upgrading.html I don't know if that might affect the listing you're expecting, though. I know RHEL uses SELinux for access control, but Solaris has its own similar methods. Might be likely

RE: [users@httpd] Re: Simple file listing issue in browser, 2.2 vs 2.4

2019-05-03 Thread Jeff Cauhape
Actually I don’t know – but would that have an effect on whether all of the file details are displayed? Also – just to be clear – I can access the file contents when just the names are displayed, so I’m thinking it isn’t a permissions issue but a display issue. Jeffrey Cauhape – IT

Re: [users@httpd] Re: Simple file listing issue in browser, 2.2 vs 2.4

2019-05-03 Thread Jim Weill
Doesn't 2.4.x use "Require" instead of the "Order allow, deny Allow from all"? As I understand it, 2.4.x should have "Require all granted" in place of those last two lines in your config. jim On Fri, May 3, 2019 at 1:11 PM Jeff Cauhape wrote: > Yes, the index options are the same. > > > >

RE: [users@httpd] Re: Simple file listing issue in browser, 2.2 vs 2.4

2019-05-03 Thread Jeff Cauhape
Yes, the index options are the same. This system (Apache 2.2.3) shows the filenames and size and mod date. (On Red Hat 5.11) Alias /oracle "/u01/app/oracle" AuthType Basic AuthName "Oracle" AuthBasicProvider file AuthUserFile /etc/httpd/auth/detr Require

[users@httpd] Re: Simple file listing issue in browser, 2.2 vs 2.4

2019-05-03 Thread Christophe JAILLET
Le 03/05/2019 à 21:26, Jeff Cauhape a écrit : Folks, This is probably a simple issue, but so far I haven’t found anything in the doc that addresses this directly. A user has pointed out that a listing of a directory on one system running Apache 2.2.3 shows files with their details – mod

[users@httpd] Simple file listing issue in browser, 2.2 vs 2.4

2019-05-03 Thread Jeff Cauhape
Folks, This is probably a simple issue, but so far I haven't found anything in the doc that addresses this directly. A user has pointed out that a listing of a directory on one system running Apache 2.2.3 shows files with their details - mod time, file size, etc., while a nearly identical set up

[users@httpd] Receive openssl library version mismatch when enabling mod_ldap ??!!

2019-05-03 Thread ken edward
Hello, I successfully built a FIPS openssl based mod_ssl for Apache 2.4.39. Everything works great via SSL when I boot Apache, EXCEPT when I then turn on mod_ldap/mod_authnz_ldap, THEN I get the below openssl library version mismatch. The SSL will still work, but it display the below warning. I

[users@httpd] Re: RHEL6 software collections mod_rewrite not working

2019-05-03 Thread Jim Weill
It's the little things. Apparently I was missing "RewriteEngine On" at the top of the file. Sorry if this wasted anyone's time... On Thu, May 2, 2019 at 3:34 PM Jim Weill wrote: > We are trying to use the software collections version of apache 2.4 > (httpd24-httpd package) on RHEL6 and it