Re: [users@httpd] Re: "Permissions" lost after upgrade to 2.4.33

2018-07-16 Thread Eric Covener
[Mon Jul 16 14:45:30.020764 2018] [access_compat:error] [pid 26589] [client 192.168.69.115:48200] AH01797: client denied by server configuration: /data01/t-drv/websites/sma-v3/ Means it's not filesystem permissions, but Require / allow / deny. On Mon, Jul 16, 2018 at 7:42 PM James Moe wrote: >

[users@httpd] Re: "Permissions" lost after upgrade to 2.4.33

2018-07-16 Thread James Moe
On 07/16/2018 02:53 PM, James Moe wrote: > So, the "permissions" are an apache thing, not OS? > These are the OS directory permissions to the Doc Root /data01/t-drv/websites/sma-v3/: drwxrwxr-x 1 root users 104 Feb 25 16:14 data01/ drwxrwxr-x 1 sma-user3x users 140 Jul 16 01:02 t-drv/

Re: [users@httpd] "Permissions" lost after upgrade to 2.4.33

2018-07-16 Thread Eric Covener
I'd drop the IfModules and IfDefines and see how that changes your observations. On Mon, Jul 16, 2018 at 5:53 PM James Moe wrote: > > Hello, > opensuse LEAP 15 > linux 4.12.14-lp150.11-default x86_64 > apache2 2.4.33 > > After the upgrade from v2.4.23 to v2.4.33, https requests yield

[users@httpd] "Permissions" lost after upgrade to 2.4.33

2018-07-16 Thread James Moe
Hello, opensuse LEAP 15 linux 4.12.14-lp150.11-default x86_64 apache2 2.4.33 After the upgrade from v2.4.23 to v2.4.33, https requests yield error 403: Access forbidden! You don't have permission to access the requested directory. There is either no index document or the directory is

[users@httpd] Re: Apache2 does not start after OS upgrade

2018-07-16 Thread James Moe
On 07/16/2018 11:59 AM, James Moe wrote: > On opensuse v42.3 apache2 v2.4.23 worked fine. On opensuse 15.0 apache2 > v2.4.33 refuses to start. > After re-installing the package, an additional error was showm regarding a missing SSL certificate listed in . Fixing that allowed apache2 to load.

[users@httpd] Apache2 does not start after OS upgrade

2018-07-16 Thread James Moe
Hello, opensuse LEAP 15 linux 4.12.14-lp150.11-default x86_64 apache2 2.4.33 On opensuse v42.3 apache2 v2.4.23 worked fine. On opensuse 15.0 apache2 v2.4.33 refuses to start. Below is all of the info I could find regarding its failure to start. The bit about "unit configuration" seems helpful,

[users@httpd] Compile issue with apr-iconv

2018-07-16 Thread Vandana Sakamuri
Hi, I was trying to compile Apache and hence included apr, apr-util and apr-iconv. I am on AIX. I have used --with-apriconv=relative path. My 'make' fails with error 'cannot find library libapriconv.la' I see a file libapriconv-1.la but not libapriconv.la. Any help in this regard is appreciated.