Questions tagged [vhost]

21 questions
7
votes
2 answers

Why is Apache running on port 8080 instead on port 80?

I am confused why Apache is not responding on port 80 ... $ wget http://localhost:80 --2014-05-06 15:32:44-- http://localhost/ Resolving localhost (localhost)... 127.0.0.1 Connecting to localhost (localhost)|127.0.0.1|:80... failed: Connection…
JJD
  • 577
  • 3
  • 10
  • 27
4
votes
3 answers

Apache not binding to port 80?

I am having issues with Apache. I just installed Centos and waant to create a webserver of my own. I am following the directions of "the perfect server for centos 7.2" and came upon this error on my machine [root@server01 /]# sudo systemctl start…
Bryan Lopez
  • 51
  • 1
  • 5
3
votes
1 answer

Setting up domain with multiple servers

I am setting up a small web hosting service for my clients. I have my dedicated server which will be the shared server to host clients websites using WHM/cPanel. I have a separate VPS server that I want to use for hosting my own sites, so that in…
Goodbytes
  • 141
  • 3
3
votes
1 answer

Apache "RSA server certificate CN does not match server name" error

I have an apache installation with some name-based vhosts and a SSL certficate with CN=maindomain.com and DNS Alternative Names for the all the vhosts (sub)domains. However, this setup gives warnings in the logs in the form: [Fri Jan 03 16:52:38…
dtech
  • 987
  • 2
  • 9
  • 14
2
votes
4 answers

Makefile alternative for those who don't want tab indenting all content under the opener

Is there a GNU make alternative if don't want to use tab indents in my make program (or make-like) program? For example, when I use make, I need to indent everything after the make opener, (% :). This is a recipe for some problems in some…
user149572
2
votes
2 answers

generic massive vhost config causes 404 status code on every vhost request

I am trying to set up an apache 2.4 server with massive subdomains using ServerAlias. The basic configuration for the main domain works just fine (main domain => 200, all subdomains => 404): UseCanonicalName Off
alpham8
  • 61
  • 1
  • 12
2
votes
1 answer

Remove "ipv6only" option from Puppet nginx module

My nginx server (which serves multiple vhosts) fails to start: Nov 08 23:54:43 foo systemd[1]: Starting nginx - high performance web server... Nov 08 23:54:43 foo nginx[3830]: nginx: [emerg] duplicate listen options for [::]:8081 in…
dr_
  • 28,763
  • 21
  • 89
  • 133
1
vote
0 answers

how make visual host in centos7 litespeed

My website show in port 8080 in server. How connect my domain name to IPSERVER:8080 Server: CentOS 7 - Litespeed I have little information in this regard
1
vote
1 answer

Locate VHost files in CentOS

I was just given a server and need to configure some Vhosts files. They have no idea where are they anymore. How do I locate them?
prgrm
  • 115
  • 3
1
vote
3 answers

Automating the Virtual host creation process

Until recently I used tools like Cpanel or Webmin to manage Apache2 virtual hosts. I recently discovered how to create these manually under sites-available directory. I can do this process manually time and again but when done manually it includes…
user149572
1
vote
3 answers

Multiple virtual host in Centos 7 is not working together

My server information is Server version: Apache/2.4.6 (CentOS) Server built: Nov 19 2015 21:43:13 I am trying to configure virtual host for 2 different sites: biz.example.com and pin.example.com which are hosted on the same server. There are 2…
1
vote
0 answers

502 Proxy Error - PUT request to MDM OSX Server via apache ProxyPass on ubuntu 14

I am trying to set up a OSX Server behind an ubuntu server with apache2 and vhosts which uses proxypass to send requests to my OSX server. Most request work like they should but I am unable to make the put request work, I get the following error.…
Matkey
  • 11
  • 2
1
vote
1 answer

Setup vhost for subdomain

I am trying to make vhost, but it is kinda semi working. I am able to run the index.php and load home page, but when I try to go to any link I am getting: Not Found The requested URL /home was not found on this server. Apache/2.4.7 (Ubuntu) Server…
Sasha
  • 123
  • 1
  • 5
1
vote
2 answers

Apache2 vHost Problem: subdomain isn't working right

First: I am pretty new to Linux/Apache My problem: I am trying to acces my forum via the subdomain forum.lumix-transporte.de. Usually you can acess it with lumix-transporte.de/forum. My forum.conf file: ServerName…
Splixz
  • 15
  • 1
  • 6
0
votes
0 answers

RSS (Receive Side Scaling) support on virtio vhost adapter

I’m running KVM guest (debian buster, kernel v6.1.36) with vhost interfaces configured like this:
1
2