search for: 48370

Displaying 6 results from an estimated 6 matches for "48370".

Did you mean: 8370
2017 Feb 17
5
Centos 7 httpd Permission problems with Postfixadmin
...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 granted restarted httpd, and still get the error. [Fri Feb 17 13:36:17.366525 2017] [authz_core:error] [pid 5844] [client 192.168.160.12:48370] AH01630: client denied by server configuration: /usr/share/postfixadmin
2017 Feb 17
0
Centos 7 httpd Permission problems with Postfixadmin
...Feb 17 13:32 . > 4 -rw-r--r--. 1 root apache 21 Feb 17 13:32 .htaccess > > # cat .htaccess > Require all granted > > > restarted httpd, and still get the error. > > [Fri Feb 17 13:36:17.366525 2017] [authz_core:error] [pid 5844] [client > 192.168.160.12:48370] AH01630: client denied by server configuration: > /usr/share/postfixadmin Does the conf file that contains the "/usr/share/postfixadmin" alias also contain a Directory block? Something like this: Alias /postfixadmin /usr/share/postfixadmin <Directory "/usr/share/postfixadmi...
2017 Feb 17
0
Centos 7 httpd Permission problems with Postfixadmin
...4096 Feb 17 13:32 . > 4 -rw-r--r--. 1 root apache 21 Feb 17 13:32 .htaccess > > # cat .htaccess > Require all granted > > > restarted httpd, and still get the error. > > [Fri Feb 17 13:36:17.366525 2017] [authz_core:error] [pid 5844] [client > 192.168.160.12:48370] AH01630: client denied by server configuration: > /usr/share/postfixadmin Do you have an authz.conf file? mark
2017 Feb 17
1
SOLVED - Re: Centos 7 httpd Permission problems with Postfixadmin
.... 1 root apache 21 Feb 17 13:32 .htaccess >> >> # cat .htaccess >> Require all granted >> >> >> restarted httpd, and still get the error. >> >> [Fri Feb 17 13:36:17.366525 2017] [authz_core:error] [pid 5844] [client >> 192.168.160.12:48370] AH01630: client denied by server configuration: >> /usr/share/postfixadmin > Does the conf file that contains the "/usr/share/postfixadmin" alias also contain a Directory block? Something like this: > > Alias /postfixadmin /usr/share/postfixadmin > > <Directory &q...
2017 Feb 17
3
Centos 7 httpd Permission problems with Postfixadmin
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. The owner is root:root (I even >> tried
2008 Jan 23
18
Not seeing the failure
All, I''m missing something simple, I think. I am writing a spec to say that my CouponController should create a new coupon from the form parameters, then set the current user. Here''s the spec: describe CouponController, "When posting to save_coupon" do before(:each) do @expectedName = "pepper''s" @expectedAmount = 5 coupon =