Skip to main content

Questions tagged [virtual-host]

The tag has no usage guidance.

0 votes
1 answer
16 views

Apache subdomain on local server

I'm not able to create working subdomain in Apache. Before posting here, I searched internet, read plenty of similar questions on stack sites, asked chatgpt, read Apache documentation and tried ...
ripfruit's user avatar
0 votes
0 answers
9 views

Config a CwPanel local server to read local domains

I have the following situation: I have a local test server where I use Almalinux 8 with CWPanel. I have several test domains configured on it: 192.168.1.50/~virtual 192.168.1.50/~cliente 192.168.1.50/~...
EvandroPH's user avatar
0 votes
1 answer
80 views

I can access by IP but NOT by fqdn to apache2 virtual host from another device on the same network or virtual guest on the same machine

I have apache2 running on my debian host with 3 virtualhosts. I can access these virtual hosts' pages by their servernames on the host but I cant access the pages on another device on the same network ...
Burak ER's user avatar
0 votes
0 answers
29 views

No input file specified with apache configuration php-fpm redhat

I have a php 8 installation (php-fpm) with apache on a redhat server. The apache configuration contains this rule for php files in the virtualhost: ProxyPassMatch ^(..php.)$ fcgi://X.X.X.X The php-...
el sparrow's user avatar
0 votes
1 answer
227 views

tomcat app using virtual host not accessible outside local network

I use tomcat v8.5 on Windows Server 2019 to deploy my application using a virtual host. In server.xml: <Connector port="80" protocol="HTTP/1.1" connectionTimeout=...
SSSOF's user avatar
  • 3
0 votes
0 answers
207 views

Postfix bouncing valid emails

I've installed postfix on a lamp stack with multiple vhosts, with a the below configuration: myhostname = myserver.home alias_maps = hash:/etc/aliases alias_database = hash:/etc/aliases myorigin = /...
Instream's user avatar
0 votes
0 answers
575 views

Get php-fpm version used by an Apache2 virtualhost

I need to connect to a Ubuntu server with ssh as a root user and determine which version of php-fpm is used by a virtualhost (I know in advance the virtualhost config name). I'm not the only ...
Florian Lemaitre's user avatar
-1 votes
1 answer
501 views

What's the difference between apache "options" directive code that append values with "+" sign & the values without "+" sign? Example code is in body

what the difference between this code=> <Directory "C:\xampp\htdocs\coderevenge.com"> options Indexes FollowSymlinks Includes ExeCGI AllowOverride All Require all ...
CodeStar's user avatar
0 votes
1 answer
4k views

Apache Web Server port 443 and Tomcat port 8080, redirect not working

I have a Java web application on CentOS on Google Cloud. I can access my web app with http://mydomain:8080. I wish https://mydomain (without 8080 in URL) to lead to application, but instead, I just ...
LosmiNCL's user avatar
0 votes
2 answers
1k views

All CWP accounts and domains stuck on Account Suspended

Woke up and saw all domains saying "Account Suspended" while I am the admin and domains are all in default account and toggles are all On. Did try toggling the "Suspend Account" ...
Code Bounty's user avatar
1 vote
1 answer
226 views

What's the purpose of this block on apache virtualhost?

Often times, many people using this configuration on their Apache virtual host. <Directory /> Options FollowSymLinks AllowOverride None </Directory> <Directory /var/www/...
Liso's user avatar
  • 69
1 vote
0 answers
202 views

Apache is serving only one page - Ubuntu 20.04 - Apache 2.4.41

I have installed Apache2 on my Ubuntu 20.04 server and created virtual hosts for 2 of my different websites. The idea is to serve one content for dog.com and a different content for cat.co.uk I have ...
Tomas.R's user avatar
  • 195
0 votes
1 answer
678 views

Why do we need the <Directory> section in the following virtual host's config file?

Here is the article explaining how to install MediaWiki on Ubuntu Server. And here's how they tell us to configure the virtual host: <VirtualHost *:80> ServerAdmin [email protected] ...
JConstantine's user avatar
1 vote
1 answer
2k views

Multiple reverse proxy host in apache virtual host file causing both domains going to just 1 application

I have the following virtual host file. I have 2 applications that run on port 26876 and 6876. When I add this into my virtual host, it only goes to the 26876 site on both domains. What could be wrong ...
Patoshi パトシ's user avatar
0 votes
1 answer
238 views

Apache breaks when virtualhost is set to IP instead of wildcard

I have a VirtualBox with Ubuntu 20.04.01 running on it and I am trying to install a free admin panel called Froxlor (froxlor.org). I've successfully done everything except figuring out the ...
Foxler2010's user avatar

15 30 50 per page
1
2 3 4 5
12