Re: [users@httpd] AH01630: client denied by server configuration

2019-02-03 Thread Robert Moskowitz
On 2/3/19 9:42 AM, Eric Covener wrote: alias /mailadmin /usr/share/postfixadmin Ah, I see my culprit is the alias statement is missing adding the /public I add that and got to the next problem which is postfixadmin's problem in moving directories and not changing all references. Almost lik

Re: [users@httpd] AH01630: client denied by server configuration

2019-02-03 Thread Eric Covener
> alias /mailadmin /usr/share/postfixadmin > > I added the /public on the Directory statement based on the content of > /usr/share/postfixadmin/index.php > http://klovia.htt-consult.com/mailadmin/setup.php This sounds like your culprit, none of the error details talks about a public/ component

Re: [users@httpd] AH01630: client denied by server configuration

2019-02-03 Thread Robert Moskowitz
Look at the error message from the log.  The IP is [client 192.168.160.20:52060 ] This is surely in the range of Require ip 192.168.0.0/16 The URL being asked for is: http://klovia.htt-consult.com/mailadmin/setup.php I have the following:

Re: [users@httpd] AH01630: client denied by server configuration

2019-02-03 Thread Daniel
Client does not match the required ip,make sure you have a directory directive matching the resource you are asking for ,and allowing permissions to the up range of the client or with a "require all granted" El dom., 3 feb. 2019 1:35, Robert Moskowitz escribió: > I have google around and the obv

[users@httpd] AH01630: client denied by server configuration

2019-02-02 Thread Robert Moskowitz
I have google around and the obvious reasons for this.. I am working on a new setup with posrfixadmin ver 3.2 on Centos7-armv7 with SElinux enforcing. Last I worked with postfixadmin it was ver 3.0.2 and my notes are based on that and Apache 2.4. My postfixadmin.conf file for Apache is: alia