Skip to main content

All Questions

Tagged with
0 votes
0 answers
20 views

DNS/Domain not working [duplicate]

I have domain, pointed to my VPS. I made VH in apache to serve simple index.htm file to check if everything works fine. Unfortunatelly something is wrong because page is not found(http://zoofi.me). ...
michal's user avatar
  • 101
0 votes
1 answer
127 views

Apache2 subdomain not found after addition

Here is a situation I have example.com domain pointed to my server where Apache2 runs. Currently I have two confs (one for HTTP and one for HTTPS) that accepts example.com requests and shows page ...
Johnczek's user avatar
  • 111
0 votes
1 answer
48 views

Drop all connections from other domain except from original domain on Apache 2.4

I have ubuntu server with apache 2.4 web server and original domain is running with ssl. Someone pointed their domain to my server and in my virtual host, it specify there the servername and ...
Juliver Galleto's user avatar
0 votes
0 answers
111 views

Apache works for IP but not for domain

I've been running an apache server pretty smoothly for a while now by just using my web accessible IP address (xx.xx.xx.xx) in the apache virtual host setting as follows: <VirtualHost *:80> ...
sadlyfe's user avatar
  • 101
0 votes
1 answer
182 views

Wild card subdomain of subdomain in apache 2.4

currently I have worked wildcard subdomain config like below: <VirtualHost *:80> ServerAlias *.domain ErrorLog /tmp/error.log CustomLog /tmp/access.log combined ...
Muhammad Dyas Yaskur's user avatar
1 vote
1 answer
99 views

domain doesn't work without [.www]

So I set up an Apache Webserver. Apache is handling the requests and guides them to the web framework flask. And i bought a domain and configured it with an A Record to my Server Ip. And now whenever ...
bot_diyar's user avatar
0 votes
1 answer
420 views

Google App Engine — Allow customers to connect their domain to my website builder app

I have a website builder on GAE which is successfully connected to my domain (example.com). A customer designs a website and connect it to his domain (customer.com). From programming side everything ...
Jose's user avatar
  • 1
2 votes
2 answers
2k views

How to manage multiple sites on the same server with Nginx?

I have 2 sites on the same Nginx server. My first site https://www.example.com all the following addresses must redirect to this domain: xx.xx.xx.xxx http://example.com http://www.example.com ...
ML19's user avatar
  • 101
-1 votes
1 answer
583 views

Multiple domains to single document root

I am currently working on a distributed CMS that is built on a traditional LAMP stack. Customers can access their backend (and front end) using a subdomain of their username, for example: benm.mycms....
BenM's user avatar
  • 99
0 votes
3 answers
2k views

Apache Virtual Host redirect from https subdomain to subdirectory

How do I redirect requests coming to https://blog.example.com to https://example.com/blog? Reading the apache docs on when not to use the rewrite mod, I tried a simple redirect e.g. Redirect https://...
Byakugan's user avatar
  • 141
0 votes
1 answer
192 views

Virtual host subdomain for apache2 server doesn't work

i have problems with my subdomain on apache2. I have domain "propaniusz.tk" pointing at my server and it works. But im trying to make subdomain with virtualhost "wybudzenie.propaniusz.tk" doesn't work ...
ProPaniusz's user avatar
0 votes
1 answer
531 views

Should a virtualhost always use the naked domain as the ServerName?

When setting up a virtual host for example.com, and wanting to use www.example.com as my preferred domain, is it standard practice to use: <VirtualHost *:80> ServerName example.com ...
Jonny's user avatar
  • 103
0 votes
2 answers
4k views

My domain name changed, what do I need to change in Apache?

So I had a free .gq domain which will expire in a few days, so I bought an .xyz domain. What are the things I need to change in Apache (Debian) so that everything will work the way it always did? I ...
user avatar
1 vote
1 answer
4k views

Reverse Proxy on Apache same domain different path

Im new for the reverse proxy with Apache servers and I need to redirect my site to my web application. Here is the plan: I have that sub.domain.com that I want to redirect client to files under xampp/...
Talha ŞEKER's user avatar
0 votes
2 answers
5k views

Showing my domain instead of my ip with apache

What I have I have a domain configured to point to my server. When I go to my domain, let's say: example.com it redirects me to: http://104.286.131.72/mysitefolder/index.php? And of course, it ...
Gepser Hoil's user avatar

15 30 50 per page
1
2 3 4 5