search for: ah01630

Displaying 14 results from an estimated 14 matches for "ah01630".

2017 Feb 17
5
Centos 7 httpd Permission problems with Postfixadmin
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://...
2017 Feb 17
3
Centos 7 httpd Permission problems with Postfixadmin
...you did restart/reload apache after making the changes? > > What do the apache logs say about it? That will tell you if it's a > permissions problem or a redirection issue. 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 Which is: 4 drwxrwxr-x. 17 root apache 4096 Feb 16 19:33 postfixadmin I originally had ownership of root:root. Same error.
2020 Jun 18
1
Can't access Squirrelmail on Centos 8
...ssue. > > Sorry, which 2 options did you enable? I turned on httpd_can_network_connect --> on httpd_can_sendmail --> on I restarted httpd. > >> Log file: >> [Thu Jun 18 17:08:31.160897 2020] [authz_core:error] [pid 10427:tid 140567258310400] [client 10.20.30.61:34096] AH01630: client denied >> by >> server configuration: /usr/share/squirrelmail/src/login.php > > So here you get the information about what needs to be corrected. Please > look closely at your apache configuration as you are forbidding access > by your active settings. > >>...
2017 Feb 17
3
Centos 7 httpd Permission problems with Postfixadmin
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://...
2020 Jun 18
2
Can't access Squirrelmail on Centos 8
...ays the logs! They have > the neccessary information your need to debug your situation. > > Alexander I enabled both those options. tried to access again, same issue. Log file: [Thu Jun 18 17:08:31.160897 2020] [authz_core:error] [pid 10427:tid 140567258310400] [client 10.20.30.61:34096] AH01630: client denied by server configuration: /usr/share/squirrelmail/src/login.php After changing those options, do I need to restart service[s], or reboot? > > > > _______________________________________________ > CentOS mailing list > CentOS at centos.org > https://lists.centos....
2017 Feb 17
0
Centos 7 httpd Permission problems with Postfixadmin
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 >> >> Requi...
2017 Feb 17
0
Centos 7 httpd Permission problems with Postfixadmin
> > 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 P.
2017 Feb 17
0
Centos 7 httpd Permission problems with Postfixadmin
...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/postfixadmin"&g...
2017 Feb 17
0
Centos 7 httpd Permission problems with Postfixadmin
...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 >>> 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 >> >> Requi...
2017 Feb 17
1
SOLVED - Re: Centos 7 httpd Permission problems with Postfixadmin
...t 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/...
2020 Jun 18
0
Can't access Squirrelmail on Centos 8
...debug your situation. >> >> Alexander > > I enabled both those options. tried to access again, same issue. Sorry, which 2 options did you enable? > Log file: > [Thu Jun 18 17:08:31.160897 2020] [authz_core:error] [pid 10427:tid 140567258310400] [client 10.20.30.61:34096] AH01630: client denied by > server configuration: /usr/share/squirrelmail/src/login.php So here you get the information about what needs to be corrected. Please look closely at your apache configuration as you are forbidding access by your active settings. > After changing those options, do I nee...
2020 Jun 18
3
Can't access Squirrelmail on Centos 8
> On Thu, 18 Jun 2020 16:11:01 -0400 > Jay Hart wrote: > >> Any suggestions???? > > selinux issue? I turned the firewall off and tried to access /webmail and the configtest file, Turning off the firewall resulted in same issue. > > I have this in my squirrelmail notes for Centos 6, maybe this is a similar issue for you on Centos 8: > > After configuring
2016 Dec 27
4
Help with httpd userdir recovery
On 12/27/2016 11:48 AM, Leonard den Ottolander wrote: > Hello Robert, > > On Tue, 2016-12-27 at 10:25 -0500, Robert Moskowitz wrote: >> I can display the /home/rgm/public_html/index.html file that only has >> "Hello World' in it (to prevent anyone from walking my file tree from >> the root). > To prevent people walking a directory structure you better disable
2017 Feb 17
5
Centos 7 httpd Permission problems with Postfixadmin
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 /usr/share/postfixadmin <Directory "/usr/share/postfixadmin"> AllowOverride