Questions tagged as 'virtualhost'

1
answer

Configure multiple virtualhost with the same SSL Certificate - Apache

I was configuring a pair of domains that shared the same SSL certificate, that the content will be in different folders and evidently that everything was on the same server. My domains are:    example.com (For the Website)       api.examp...
asked by 03.03.2017 / 16:25
2
answers

How to configure apache with various virtualhost (nginx as a proxy server)?

Good, I have installed an ubuntu environment with local apache to use Apache as a reverse proxy of NGINX. The idea is to serve the nginx requests on port 80 and run apache on port 8080, so far it works for me. My structure where I have the...
asked by 14.11.2017 / 15:31
1
answer

Enable network in CentOS 7 from VMware [closed]

recently I installed Centos 7 (x86) in a virtual machine with VMware, the problem is that I do not have a network, when doing ifconfig it only tells me that I have configured the file lo: Also when checking in / etc / sysconfig / network-s...
asked by 25.05.2017 / 19:13
1
answer

VirtualHost force https instead of http with .dev domain

I have created a Virtualhost for a project. In httpd-vhosts.conf : <VirtualHost *:80> DocumentRoot "C:/xampp/htdocs/" ServerName localhost </VirtualHost> <VirtualHost *:80> DocumentRoot "C:/xam...
asked by 30.07.2018 / 23:29
1
answer

Alias in virtual host in project Xampp in Laravel 5.6

I currently have a project created in Laravel 5.6, create a virtual host to be able to access using the url proyecto.com:8003 . Apparently to be able to access my project I must place the port at the end of the URL because it is not the de...
asked by 11.10.2018 / 19:11
1
answer

Virtual host Xampp

I am setting up a virtual host in xampp by modifying the httpd-vhosts.conf file The problem is that when I try to enter link I get the error 404. I followed the steps of YouTube videos where they explain how to do it and it does n...
asked by 03.04.2018 / 14:19
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
0
answers

virtual Host + socket.io Error 404 - Node.js

Hi, I have a problem and I have a connection to my server.js (I'm not in my local, localhost perfect function) I'm using node.js and use socket.io for the results of my requests, the detail is that on my local server I can not use localhost / an...
asked by 03.08.2017 / 00:02
1
answer

Laravel 5.4: Do not load the routes in virtualhost (Error 404)

I have almost-successfully configured a virtualhost using Apache to work with Laravel 5.4 (initially I was working with Homestead but "x" reasons I am now working locally). The problem is that even if you manage to load the initial page, I ca...
asked by 17.08.2017 / 01:08
1
answer

Apache Virtualhost and Internet Information Services (IIS)

I was doing a project in Apache using WAMPSERVER64 with a Virtual Host and then install IIS, this caused the Virtualhost to stop working, I uninstalled the IIS and even so I left the IIS page, I searched the Internet and did not find any answer...
asked by 20.03.2018 / 08:38