Questions tagged as 'apache'

1
answer

How to add new domains to Let's Encrypt SSL Certification while retaining existing certificates? [closed]

I already have some domains using the Let's Encrypt SSL certificate. Using the certbot-auto command, I install a certificate for a given domain. For example: sudo certbot-auto --apache -d meusite.com How can I add new domains to t...
asked by 16.08.2017 / 14:31
1
answer

Redirecting requests with .htaccess

I urgently need a simple and practical way to perform redirect via .htaccess preferably to an alternate domain of a site. This practice is to adopt SEO measures, since there are various media already indexed by Google and other search engines....
asked by 20.10.2017 / 05:13
2
answers

block access to a given directory via htacess

Well I have a folder in the root of my site called logs . Inside it I will save the logs which custom errors I mount. Well, I need to block this folder so that it can not be accessed by anyone, just by me via ftp. But php can create...
asked by 19.07.2017 / 18:16
1
answer

How to update Apache2 on Dedian 9 (Stretch)?

I am using version 2.4.10 of Apache, in Debian 9. However, this version of Apache, which I am using, is from Debian 8. I would like to know how to upgrade Apache2 to version 2.4.25 >.     
asked by 08.08.2017 / 00:04
1
answer

Do not view my site's domain

I installed a home server (debian Linux + no-ip + apache + mysql + wordpress + clud dns). My problem is that: It accesses www.prensanuble.cl BUT when I try to access any link of the site it stops showing the domain ie: link (should sh...
asked by 11.03.2017 / 15:03
1
answer

How to avoid rewriting redirection?

I have the following rule in the root: RewriteEngine On RewriteRule ^webapp/(.*)$ ./sistema/public/v1/webapp/$1 [L,R=301] The problem is that when I type in the browser: link He is redirecting and not rewriting to: link VHost...
asked by 13.01.2017 / 20:26
1
answer

Create SSL certificate for use of https on localhost

I've tried some tutorials on the internet to enable https in my localhost and so far I have not been able to do it right, something seems broken because it appears as a non-secure page and the "https: //" but if I force it it works; The terminal...
asked by 15.12.2016 / 13:12
1
answer

apt - Apache2 package does not have "apache2.conf"

I recently started using Ubuntu 16.04 I'm following this tutorial to install LAMP. sudo apt-get install apache2 After encountering several errors, I noticed that the package is coming without the apache configuration file , apache2.c...
asked by 22.01.2017 / 23:34
1
answer

Reactjs running on apache

I have the following structure to display the famous Hello World with reactjs: <!DOCTYPE html> <html> <head> <meta charset="UTF-8"> <title></title> <script src="https://cdnjs.cloudfla...
asked by 30.10.2016 / 01:43
1
answer

How do I allocate a Python project (Django) to a ready and configured server? (Apache, MySQL, Python, Django OK)

I have a server ready and fully configured. Python, Django, Apache, MySQL, all OK. I would like to replicate an existing project on this server for testing. The files and database are already replicated, however, when accessing the project fo...
asked by 24.08.2016 / 15:33