Eu tinha um cenário em que precisava verificar de tempos em tempos, se uma determinada tarefa havia concluído, numa implementação...
$ netstat -antp Caso exista desinstale ou pare o serviço; Instale o Apache http server: $ sudo apt-get install apache2 Ative o mod http_proxy do servidor:
...rede local do servidor proxy. Adicione o novo arquivo como um novo site ao apache: $ sudo a2ensite novosite Obs.: Caso queira remover futuramente basta fazer: $ sudo a2dissite novosite
Download da aplicação wget http://ftp.unicamp.br/pub/apache/activemq/5.11.2/apache-activemq-5.11.2-bin.tar.gz tar zxvf apache-activemq-5.11.2-bin.tar.gz sudo chmod 755 apache-activemq-5.11.2/bin/activemq sudo mv apache-activemq-5.11.2 /var/lib/activemq Preparando instalação ACTIVEMQ_DIR=/var/lib/activemq/bin/linux-x86-64/ && set | grep...
...memoryUsage percentOfJvmHeap="70" Exemplo prático para desenvolvimento: wget http://ftp.unicamp.br/pub/apache/activemq/5.11.1/apache-activemq-5.11.1-bin.tar.gz tar zxvf apache-activemq-5.11.1-bin.tar.gz cd apache-activemq-5.11.1/bin chmod 755 activemq ./activemq start #Admin console: http://127.0.0.1:8161/admin/ Login...
Ao realizar requisições http pela api da apache pode ser necessário configurar os dados do proxy da rede. A configuração abaixo se refere ao cenário de um proxy com autenticação...
Ao tentar ler arquivos de uma certa dependência o grails tentava utilizar o jar xercesImpl-2.7.1.jar, mas este jar não é...
Best results in other decks
...slow, especially for large collections of images. Using unguessable URLs. This is fast (because Apache can deliver assets without going through Rails), but less secure. When going with the "unguessable...
...modify that expiry date. It turns out this can be done with a vanilla Apache installation in a relatively secure fashion. We encode URLs as /system/ ?t= &s=
...to a name or IP, without relying on DNS TTL The following describes various Apache 2.4+ VHost directives to reverse-proxy an application that does not want to be reverse...
...internal-domain/internal-path. Basic setup For this to work you need the following Apache modules: headers substitute proxy proxy_http filter ssl The basic VHost setup looks like this: