You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@community.apache.org by Luiz Guilherme Nunes Fernandes <na...@gmail.com> on 2017/05/03 14:01:29 UTC

doubt

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/
####################################################################

-- 
<<<<<<<<<<<<<<<<<<<------------------------------------------------------------------->>>>>>>>>>>>>>>>>>>

< Disse-lhe Jesus: Eu sou o caminho, e a verdade e a vida; ninguém vem ao
Pai, senão por mim >
                                                             (João 14:6)

                                                                    Att.
                                        ♪ ♫  Luiz Guilherme Nunes
Fernandes  ♫ ♪

<<<<<<<<<<<<<<<<<<<------------------------------------------------------------------->>>>>>>>>>>>>>>>>>>

Re: doubt

Posted by Eric Covener <co...@gmail.com>.
On Wed, May 3, 2017 at 10:01 AM, Luiz Guilherme Nunes Fernandes
<na...@gmail.com> wrote:
> 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.

You probably want users@httpd.apache.org


-- 
Eric Covener
covener@gmail.com

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@community.apache.org
For additional commands, e-mail: dev-help@community.apache.org