Questions tagged as 'apache'

0
answers

Apache server Directive Location

I am trying to use the Location directive to display the user window / password when that directive is not met. When the path is not: / elastic / bundles /... / elastic / ui /... / elastic / api /... / elastic / plugins /... / elastic...
asked by 10.01.2018 / 11:25
1
answer

Modify url if there is no php

I'm managing the url with .htaccess and, internally, I'm validating the URL. For example, when the URL that is accessed is the following: home.dev/control/principal/index Rewrite where the file is with the following structure: home.dev...
asked by 31.10.2017 / 17:01
0
answers

SSL Certification APACHE -WAMP

I have the certificates generated by goDady and the .key and crt files, however when I restart the services it does not start apache (I guess due to errors), what am I doing wrong? # Virtual Hosts # <VirtualHost *:443> ServerName lo...
asked by 03.10.2017 / 18:44
1
answer

Problem with root redirects

You see, I have a domain called www.cssblog.es , and a subdomain called comunidad.cssblog.es . The fact is that when you enter comunidad.cssblog.es , you redirect me to the main page. However, if I wrote cssblog.es/comuni...
asked by 17.09.2017 / 04:10
2
answers

Error Directory index forbidden by Options directive:

Q Someone could help me with the following error I get when someone tries to access certain link from my site:    Directory index forbidden by Options directive: Here is my configuration of Apache in Centos 7. I use a virtual host: <...
asked by 05.09.2017 / 17:15
1
answer

Create a web API First

I have created a web, separating the server from the web itself, now I am in a dilemma, if I have a Apache with the php offered by the API and another with the web that consumes the API. But these two Apache have to be on a single PC. Are...
asked by 28.07.2017 / 17:01
0
answers

Problem with the Apache Xampp

I have to use PostgreSQL for a job and I enable the pdo and the extension of postgres in the file php.init and the same does not connect me with the tables, I realize that in the console I place the command: php -m The postgres do...
asked by 16.06.2017 / 20:48
0
answers

Connection refused in XAMPP

I have configured the Apache and MySQL ports (4433 and 8080). It always worked for me with 8080, but today, when I put in the address http://localhost:8080/ , it gives me the following message:    Connection refused: localhost: 8080...
asked by 09.06.2017 / 14:46
3
answers

Redirect https to http

I have an Apache server without certificates. I need that when someone enters the website always redirects to the http version. In the link file I have the following, but it is not working. <VirtualHost *:80> ServerName misitio.com...
asked by 05.04.2017 / 01:42
1
answer

Apache Service detected with wrong path

When I initialize the Control Panel with XAMPP, I receive the following error message:    Apache Service detected with wrong path What can I do in this case? This is the execution log:    [main] Initializing Control Panel   [main]...
asked by 13.05.2017 / 21:13