Questions tagged as 'apache'

0
answers

How is the process of installing the letsencrypt.org certificate on Linux on Apache servers?

I really enjoyed the idea of using letsencrypt.org certificate. I found several tutorials on the internet, including this on Digital Ocean. All the steps worked correctly, but as I do not speak much English I would like more detail on the...
asked by 09.03.2017 / 15:43
2
answers

How to prevent auto-redirect from http to https?

My development web container uses the php: 7.1-apache image. To make it easier to memorize the address of the applications contained in this container, I like to edit the Hosts file on my machine and point it this way: 127.0.0.1 site.dev...
asked by 04.01.2018 / 15:56
1
answer

How to simulate arbitrary concurrent traffic / access in Apache?

I'm using EasyPHP 14.1 Devserver , which comes with Apache 2.4.7 / MySQL 5.6.15 . I want to simulate high traffic and concurrent access to observe the performance and behavior of my site under these conditions, to make the...
asked by 24.12.2014 / 16:22
1
answer

Automate tasks with Laravel 5

Good morning, people. I need to create some tasks on my system that run automatically (such as a Cron Job). Example: Every day the system sends an email to the customers of the system with the amount of their charges, and the ones that are cl...
asked by 09.03.2015 / 14:49
1
answer

htaccess for web.config

I moved my site to the Windows Azure platform and their server is IIS and my old one was apache so the routes configured in htaccess are not working, I need to know how to convert this: RewriteEngine on RewriteCond %{REQUEST_FILENAME} !-...
asked by 27.06.2014 / 15:34
1
answer

Problem with log4j configuration

How do I configure log4j properties? In my application, I'm getting the following message:    log4j: WARN No appenders could be found for logger (org.docx4j.jaxb.Context).       log4j: WARN Please initialize the log4j system properly.      ...
asked by 12.08.2015 / 15:11
4
answers

Create VirtualHost on port 81

I have two Apaches installed for two versions of PHP (5 and 7), on port 80 and 81 respectively. I would like to create virtualhost for port 81 of apache The host file has this line: Host 127.0.0.1 projeto.dev 127.0.0.1...
asked by 07.06.2018 / 18:51
1
answer

How do I configure Apache Log4J to write to the Bank via Hibernate?

I'm starting to use Apache's Log4J and would like to know how to configure it by the XML file to write the logs to the bank using hibernate?     
asked by 26.08.2015 / 20:05
2
answers

Doubt regarding the https protocol

I'm setting up an Apache server in Debian. When I access https://.../index.php from Chrome, I get the following result: Somyquestionsare:Toappear: DoInecessarilyneedapaidcertificate,oristhereanotherpath? In order to not display th...
asked by 03.08.2017 / 18:17
2
answers

301 redirect out of domain with htaccess

I have a www.dominio1.com.br domain that points to the root of my site and another www.dominio2.com.br domain configured as a redirector for www.dominio1.com.br/novo . However, I would like the url to continue to see www.d...
asked by 02.03.2015 / 01:51