Re: [CentOS] Centos 7 httpd Permission problems with Postfixadmin

2017-02-17 Thread Pete Biggs
> > Thing is, I don't have an .htaccess file ANYWHERE on this system. I > checked. > If you don't have a .htaccess file, then why have the AllowOverride directive in the .conf file? Putting AllowOverride in means that every time apache retrieves a file from that directory, *and every

Re: [CentOS] Centos 7 httpd Permission problems with Postfixadmin

2017-02-17 Thread Pete Biggs
> > Not there still. In /var/www/html I created .htaccess: > > # ls -lstra > total 12 > 4 drwxr-xr-x. 4 root root 4096 Feb 6 16:06 .. > 4 drwxr-xr-x. 2 root root 4096 Feb 17 13:32 . > 4 -rw-r--r--. 1 root apache 21 Feb 17 13:32 .htaccess > > # cat .htaccess > Require all

Re: [CentOS] Centos 7 httpd Permission problems with Postfixadmin

2017-02-17 Thread Robert Moskowitz
On 02/17/2017 02:15 PM, John Plemons wrote: My memory may be flawed, but I think the .htaccess is a hidden file just change its properties. Yes, it is hidden, but 'ls -lsa' will show it. And mlocate's updatedb finds them as in: # locate .bash_history /home/rgm/.bash_history

Re: [CentOS] Centos 7 httpd Permission problems with Postfixadmin

2017-02-17 Thread John Plemons
My memory may be flawed, but I think the .htaccess is a hidden file just change its properties. john On 2/17/2017 1:31 PM, Robert Moskowitz wrote: On 02/17/2017 01:11 PM, Pete Biggs wrote: From error.log: [Fri Feb 17 12:56:33.478024 2017] [authz_core:error] [pid 5759] [client

Re: [CentOS] Centos 7 httpd Permission problems with Postfixadmin

2017-02-17 Thread Robert Moskowitz
On 02/17/2017 01:56 PM, m.r...@5-cent.us wrote: Robert Moskowitz wrote: On 02/17/2017 01:11 PM, Pete Biggs wrote: From error.log: [Fri Feb 17 12:56:33.478024 2017] [authz_core:error] [pid 5759] [client 192.168.160.12:48290] AH01630: client denied by server configuration:

Re: [CentOS] Centos 7 httpd Permission problems with Postfixadmin

2017-02-17 Thread m . roth
Robert Moskowitz wrote: > On 02/17/2017 01:11 PM, Pete Biggs wrote: >>> From error.log: >>> >>> [Fri Feb 17 12:56:33.478024 2017] [authz_core:error] [pid 5759] [client >>> 192.168.160.12:48290] AH01630: client denied by server configuration: >>> /usr/share/postfixadmin >> So it's an

Re: [CentOS] Centos 7 httpd Permission problems with Postfixadmin

2017-02-17 Thread Albert McCann
> -Original Message- > From: CentOS [mailto:centos-boun...@centos.org] On Behalf Of Robert > Moskowitz > Sent: Friday, February 17, 2017 1:40 PM > To: CentOS mailing list <centos@centos.org> > Subject: Re: [CentOS] Centos 7 httpd Permission problems with Po

Re: [CentOS] Centos 7 httpd Permission problems with Postfixadmin

2017-02-17 Thread Robert Moskowitz
On 02/17/2017 01:11 PM, Pete Biggs wrote: From error.log: [Fri Feb 17 12:56:33.478024 2017] [authz_core:error] [pid 5759] [client 192.168.160.12:48290] AH01630: client denied by server configuration: /usr/share/postfixadmin So it's an authorisation issue. In your .htaccess file change

Re: [CentOS] Centos 7 httpd Permission problems with Postfixadmin

2017-02-17 Thread Robert Moskowitz
On 02/17/2017 01:11 PM, Pete Biggs wrote: From error.log: [Fri Feb 17 12:56:33.478024 2017] [authz_core:error] [pid 5759] [client 192.168.160.12:48290] AH01630: client denied by server configuration: /usr/share/postfixadmin So it's an authorisation issue. In your .htaccess file change

Re: [CentOS] Centos 7 httpd Permission problems with Postfixadmin

2017-02-17 Thread Pete Biggs
> > From error.log: > > [Fri Feb 17 12:56:33.478024 2017] [authz_core:error] [pid 5759] [client > 192.168.160.12:48290] AH01630: client denied by server configuration: > /usr/share/postfixadmin So it's an authorisation issue. In your .htaccess file change  Order allow,deny      

Re: [CentOS] Centos 7 httpd Permission problems with Postfixadmin

2017-02-17 Thread Robert Moskowitz
On 02/17/2017 12:42 PM, Pete Biggs wrote: On Fri, 2017-02-17 at 12:02 -0500, Robert Moskowitz wrote: More joy with Centos 7. I am having permission problems with Postfixadmin. I am installing as I have in my notes I did in Centos6 and it is not working. I untar Postfixadmin into /usr/share.

Re: [CentOS] Centos 7 httpd Permission problems with Postfixadmin

2017-02-17 Thread Robert Moskowitz
On 02/17/2017 12:42 PM, Istimsak Abdulbasir wrote: On Feb 17, 2017 12:03 PM, "Robert Moskowitz" wrote: More joy with Centos 7. I am having permission problems with Postfixadmin. I am installing as I have in my notes I did in Centos6 and it is not working. I untar

Re: [CentOS] Centos 7 httpd Permission problems with Postfixadmin

2017-02-17 Thread Pete Biggs
> > What is the setting "allowoveride"? What does it mean? > > It tells apache to obey .htaccess files in the document directory - in other words it "allows" the .htaccess file to "override" the configured parameters. The arguments to it say what subset of commands can be overridden -

Re: [CentOS] Centos 7 httpd Permission problems with Postfixadmin

2017-02-17 Thread Istimsak Abdulbasir
On Feb 17, 2017 12:03 PM, "Robert Moskowitz" wrote: More joy with Centos 7. I am having permission problems with Postfixadmin. I am installing as I have in my notes I did in Centos6 and it is not working. I untar Postfixadmin into /usr/share. The owner is root:root (I

Re: [CentOS] Centos 7 httpd Permission problems with Postfixadmin

2017-02-17 Thread Pete Biggs
On Fri, 2017-02-17 at 12:02 -0500, Robert Moskowitz wrote: > More joy with Centos 7. > > I am having permission problems with Postfixadmin. I am installing as > I have in my notes I did in Centos6 and it is not working. > > I untar Postfixadmin into /usr/share. The owner is root:root (I even >

[CentOS] Centos 7 httpd Permission problems with Postfixadmin

2017-02-17 Thread Robert Moskowitz
More joy with Centos 7. I am having permission problems with Postfixadmin. I am installing as I have in my notes I did in Centos6 and it is not working. I untar Postfixadmin into /usr/share. The owner is root:root (I even tried root:apache). My postfixadmin.conf file has: alias /mailadmin