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
/root/.bash_history

which is another hidden file.

I use locate a lot. 'Where did I put the that write up on xyz?' Locate with grep are my friends.


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
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
       Allow from all

to the apache 2.4 version

       Require all granted

See http://httpd.apache.org/docs/2.4/upgrading.html

Thing is, I don't have an .htaccess file ANYWHERE on this system. I checked.

I'll make one.


_______________________________________________
CentOS mailing list
[email protected]
https://lists.centos.org/mailman/listinfo/centos




_______________________________________________
CentOS mailing list
[email protected]
https://lists.centos.org/mailman/listinfo/centos


_______________________________________________
CentOS mailing list
[email protected]
https://lists.centos.org/mailman/listinfo/centos

Reply via email to