De acordo com as Leis 12.965/2014 e 13.709/2018, que regulam o uso da Internet e o tratamento de dados pessoais no Brasil, ao me inscrever na newsletter do portal DICAS-L, autorizo o envio de notificações por e-mail ou outros meios e declaro estar ciente e concordar com seus Termos de Uso e Política de Privacidade.
Colaboração: Danilo Egea Gondolfo
Data de Publicação: 01 de Julho de 2006
O módulo mod_proxy.so permite que o apache realize redirecionamento de conexões.
Pegue os Fontes do apache 2 -> http://httpd.apache.org/download.cgi Descompacte e entre na pasta, agora digite:
./configure --enable-proxy=shared make make install
Se quiser colocar toda estrutura de arquivos do apache em um unico local use ./configure --prefix=/usr/local/apache por exemplo.
Se for compilar pelo ports do FreeBSD simplesmente digite:
make WITH_PROXY_MODULES=yes make install
Edite o arquivo de configuracão ( httpd.conf ) No final do arquivo coloque:
# permissões Order deny,allow Allow from all # Redirecionando todas as conexoes para www.apache.org ProxyPass / http://www.apache.org/ ProxyPassReverse / http://www.apache.org/
This policy contains information about your privacy. By posting, you are declaring that you understand this policy:
This policy is subject to change at any time and without notice.
These terms and conditions contain rules about posting comments. By submitting a comment, you are declaring that you agree with these rules:
Failure to comply with these rules may result in being banned from submitting further comments.
These terms and conditions are subject to change at any time and without notice.
Comentários