Check your CUPS configuration , i think by default only allows access from localhost to it’s web admin page ---- From: Luiz Guilherme Nunes Fernandes [mailto:narutospinal@xxxxxxxxx] Hi, I have a problem and I do not know how to fix it, Is problem with sub directories, I try redirect with cups. Although have errors, I can navigate. if i remove lines: Order deny,allow Deny from All And i add no erros, and no have authentication with Active Directory Allow from all Order Deny,Allow Attention: No erros in apache configure file, only erros in log. My file configuration: #################################################################### <VirtualHost *:80> ProxyPreserveHost On ProxyPass / http://10.1.1.75:631/ ProxyPassReverse / http://10.1.1.75:631/ CacheEnable disk / CacheRoot /var/spool/httpd CacheDirLevels 5 CacheDirLength 4 CacheMinFileSize 1024 CacheMaxFileSize 10485760 CacheDefaultExpire 144000 <Location /> Order deny,allow Deny from All # Allow from all # Order Deny,Allow AuthName "Informe usuario da rede LDAP" AuthType Basic AuthBasicProvider ldap AuthLDAPUrl ldap://ldap/ou=ldap,dc=com,dc=br?sAMAccountName AuthLDAPBindDN cn=UsrLDAP,cn=Users,ou=ldap,dc=com,dc=br AuthLDAPBindPassword XXXXX Require valid-user Satisfy any </Location> </VirtualHost> #################################################################### Error: [Wed May 03 10:28:57.562769 2017] [access_compat:error] [pid 14722] [client 10.251.14.140:35328] AH01797: client denied by server configuration: proxy:http://10.1.1.75:631/help/, referer: http://10.1.1.75/admin #################################################################### [Wed May 03 10:47:38.214012 2017] [access_compat:error] [pid 14725] [client 10.251.14.140:36325] AH01797: client denied by server configuration: proxy:http://10.1.1.75:631/help/, referer: http://10.1.1.75/admin [Wed May 03 10:47:38.910394 2017] [access_compat:error] [pid 14727] [client 10.251.14.140:36328] AH01797: client denied by server configuration: proxy:http://10.1.1.75:631/jobs/, referer: http://10.1.1.75/admin [Wed May 03 10:47:44.151292 2017] [access_compat:error] [pid 14727] [client 10.251.14.140:36328] AH01797: client denied by server configuration: proxy:http://10.1.1.75:631/jobs/, referer: http://10.1.1.75/jobs/ [Wed May 03 10:47:48.905561 2017] [access_compat:error] [pid 14727] [client 10.251.14.140:36328] AH01797: client denied by server configuration: proxy:http://10.1.1.75:631/jobs/, referer: http://10.1.1.75/jobs/ [Wed May 03 10:47:51.476263 2017] [access_compat:error] [pid 14727] [client 10.251.14.140:36328] AH01797: client denied by server configuration: proxy:http://10.1.1.75:631/help/, referer: http://10.1.1.75/jobs/ [Wed May 03 10:47:53.428483 2017] [access_compat:error] [pid 14727] [client 10.251.14.140:36328] AH01797: client denied by server configuration: proxy:http://10.1.1.75:631/help/, referer: http://10.1.1.75/help/ #################################################################### -- <<<<<<<<<<<<<<<<<<<------------------------------------------------------------------->>>>>>>>>>>>>>>>>>> (João 14:6)
|