1
vote
0answers
15 views

Mass virtual hosting and subdomain

I'm trying to setup zero-config web-development environment: wildcard DNS plus dynamic virtual hosts. Here is my v-hosts config: NameVirtualHost *:80 <VirtualHost *:80> ServerAlias *.dev ...
1
vote
1answer
45 views

Two apache servers using same port?

so I have two apache servers on the same system. Basically what I'm trying to figure out is if since I have 2 different IPs running on my system is it possible to have two different apache servers ...
3
votes
1answer
32 views

Munin in a subdomain using Apache Virtual Host

I'm trying to install Munin in my server and configure the web interface to work in a subdomain. I've configured the subdomain stats.mysite.com and created the file ...
0
votes
1answer
85 views

apache httpd.conf subdomain setting cause 500

I am trying to adding a subdomain for my mobile site. But when I add below code into my httpd.conf, i could open m.domain.com in my browser, but failed all www.domain.com with 500 Internal Server ...
0
votes
1answer
31 views

Subdomain on local machine using apache

On my local network, I have a server that goes by the name of telly, and can be connected with locally on http://telly. I am trying to set up a subdomain on that machine, say sub. I have added a ...
0
votes
0answers
30 views

Problems with subdomains. Doesn't works properly

I have server with Centos 6.2. I configured bind to handle a subdomain, but it sometime works, sometime doesn't. When it doesn't work in chrome in 'network' tab I can see: GET ...
-2
votes
0answers
22 views

Creating apache subdomain on CentOS [closed]

I am currently setting up a subdomain on my Apache server and I can't seem to get it to work. I have been through all of the other forums but I can't seem to make it work. Here's what I have for the ...
0
votes
1answer
34 views

CentOS 6 & Apache2.2 VHost Configurations

I have a personal VPS configured to host two domains that I purchased, I managed to configure Apache correctly and get both domains able to point to their own directories and show correctly. I want ...
1
vote
1answer
37 views

apache2 sites-enabled order, specify subdomains/domains configuration

I will start with describing what I want to achieve. First of all I have one main domain which is xxx.pl, a domain has 4 subdomains 000.xxx.pl, 111.xxx.pl, 222.xxx.pl, 333.xxx.pl. Also I have another ...
0
votes
1answer
24 views

Redirect invalid subdomain request to proper location

We've got site at a subdomain (new.example.com) and previous version of the site at the root (example.com). The previous version is a WordPress network with wildcard subdomains. The static subdomain ...
0
votes
1answer
19 views

Wildcard on DocumentRoot for virtualhost

i use this config in apache2 for wildcard subdomain and works good : <VirtualHost *:80> DocumentRoot /var/www/ ServerName sumdomains.example.com ServerAlias *.example.com RewriteEngine ...
0
votes
1answer
36 views

How to setup Apache subdomain to point to a virtual machine web server

I am trying to solve a problem, with a Linux server work as host, while qemu guest will have another server intended for subdomain. The guest server is bridged correctly with the host server. The ...
0
votes
2answers
83 views

Change port and host using .htaccess

I am trying to use mod_rewrite to basically port forward a port on a subdomain to another port on another IP. Like this: sub.website.com:2000 --> 123.45.67.891:3000 How could this be ...
0
votes
1answer
19 views

Subdomain not linking with folder

The subdomain is working and connecting to my website but linking to the root and no the folder I thought I was linking to. <VirtualHost *:80> DocumentRoot /var/www/html/backend ServerName ...
0
votes
1answer
47 views

Apache mass subdomain hosting

I want to offer custom subdomains for my customers. I can add virtual host configuration for each subdomain but it gets a overwhelming job as the number of users increase. What I currently use is ...
0
votes
1answer
39 views

Running several name-based web sites on a single IP address

I have a public IP address and a domain name and they are properly binded. How can i create subdomains? I'm doing this to make a subdomain www.sub1.exaple.com runs ASP.NET 4.0 while the other ...
1
vote
0answers
53 views

Subdomains not taking effect CentOS

Hey I'm using webmin to manage the apache server on my CentOS box and I'm trying to set my subdomains to a different directory. However the subdomain and the actual domain both go to the exact same ...
0
votes
1answer
51 views

Apache, serving a subdomain from a different directory than webroot

I'm trying to serve two projects, separately, from a shared directory on an Ubuntu server via Apache. The directory of the whole kit and kaboodle looks something like: /project /api /app Now, ...
1
vote
1answer
49 views

Multiple VirtualHosts files for subdomains in apache2

I'm new with apache2 and virtualHosts and all these things, I'm trying to set multiple subdomains, each in one file. For example, I'll have quentin-dommerc.com file in site-available : ...
0
votes
2answers
77 views

Configuring Apache subdomain for Redmine

I have a server called DEV01.intranet where I have installed Redmine. I managed to configure a subdomain redmine.dev01.intranet, which is working now, but when I go to dev01.intranet alone it shows ...
0
votes
1answer
57 views

Open HTTP Basic auth only on a specific domain/request

Are we, Apache Commandos, able to do this: Open the HTTP Basic Authentication dialog box in a browser only if I request some URL from a specific domain name/server name/host name? For instance: If ...
0
votes
1answer
53 views

Adding subdomain to virtual host - Apache just says “It Works”

I have added sub.example.com as a new A record in my DNS manager, and created the virtual host file: <VirtualHost *:80> ServerAdmin webmaster@example.com ServerName sub.example.com ...
0
votes
1answer
71 views

Tomcat subdomain SSL

I am using ProxyPass and ProxyPassReverse directives for redirecting all requests from Tomcat's application (from port 8080) to subdomain (port 80). In addition I have default php website on port 80. ...
2
votes
1answer
98 views

Apache redirect domain and all subdomains

I have an Apache configuration setup with multiple virtual hosts as subdomains. I have just purchased a new domain name, and I want all requests to this domain name to redirect to the new one, ...
2
votes
2answers
68 views

Automatic wildcard subdomains on Apache

Currently I have several virtual hosts set up for individual subdomains. It would be a lot easier if I could tell Apache to automatically find the folder using a wildcard. For example, ...
0
votes
1answer
34 views

Virtualhost - defning subdomains each with separate folder

I currently have one main domain: mydomain.com This is working fine. What im trying to do is now adding a subdomain through my mydomain.conf file, so that I can have: sub.mydomain.com I've tried ...
3
votes
1answer
94 views

share a domain name beween php and mono

I've got a problem : I've got a dedicated server where I use three different domain names and php. Now, I've got a new website that I developped with asp.net. I installed mono, mod_mono and transfered ...
1
vote
2answers
125 views

how do I reverseproxy the hostname of a subdomain to a different domainname?

I want to reverseproxy a subdomain to another domainname with the same hostname. Example: fitzefatze.sourcedomain.com should get the content of: fitzefatze.targetdomain.com This should be dynamic, ...
0
votes
1answer
67 views

Setting up subdomain to respond on :443 with apache2

I read through some guides on this and I believe it is possible to have apache respond to a subdomain through ssl. I have domain.com responding on 80 and I do not need domain.com responding on 443. ...
0
votes
0answers
30 views

htaccess require log-in to one subdomain

So I have a domain like test.com with a lot of subdomains. All subdomains go to the same folder and code. The subdomain is used to in some business logic. Now when you access demo.test.com I would ...
0
votes
2answers
229 views

Apache Server Redirect Subdomain to Port

I am trying to setup my server with a Minecraft server on a non-standard port with a subdomain redirect, which when navigated to by minecraft will go to its correct port, or if navigated to by a web ...
1
vote
1answer
177 views

Rewrite subfolder to subdomain with Apache htaccess

Here's the situation: I recently re-structured my website at www.pixelscrapper.com. I still have the old legacy website at legacy.pixelscrapper.com (hosted on the same server). Is it possible to use ...
0
votes
1answer
123 views

mod_rewrite redirect subdomain to folder [duplicate]

Possible Duplicate: Redirect all subdomains to subfolders I have a wordpress blog at the url http://www.orpheecole.com, I would like to setup 3 subdomains (cycle1, cycle2, cycle3) being ...
0
votes
1answer
52 views

Apache2 Doesn't Serve Subdomain Alias

I'm trying to prefix an existing Rails application with a sub-domain, essentially I want the sub-domain to serve the same application. Right now apache2 serves my application with "www.example.com" ...
-2
votes
1answer
87 views

How to hold multi-websites with no-ip port 80 redirect [closed]

My ISP block port 80. I am using no-ip port 80 redirect to port 8080. But no matter how I try to set the Bind9. The Bind is OK. and no matter how I set the virtual host .But I can only receive one ...
0
votes
2answers
77 views

Map Subdomains to Folders Owned/Run by Other Apache/PHP/Cpanel Users

I run a small service for Norwegian customers where they get automatically installed and configured Wordpress blogs on their own domains ready immediately after payment is finished. It's quite similar ...
1
vote
1answer
46 views

Add subdomain using apache

I have my own vps, and I want to add a subdomain to my domain. I figured this is something that apache can handle. So I'm using someone else's DNS, which points requests of my domain to my server. ...
0
votes
1answer
90 views

Apache - 2 subdomains, no wildcard SSL certificate

I have a subdomain that has an SSL certificate that is working nicely. The web address for it is, lets say, like this: sd1.mydomain.com (sd1=sub-domain 1). Now I want to add a second subdomain, but it ...
0
votes
0answers
284 views

Subdomains in ispconfig3

It seems that im missing something, i cant access my subdomain on website. I have followed few tutorials on how to setup ispconfig3 and i have read in their manual also how to setup ispconfig3 ...
0
votes
1answer
74 views

Web application access different between Domain Name and IP

in our office, we have a web application running. When we access the application by the domain name, http://server.domain.com/application/name it will display the current version of application. ...
0
votes
0answers
181 views

HTTPS in sub domain redirects to main domain [closed]

We recently bought a wildcard certificate and installed it for a domain. It works fine for the main domain but seems to not work at all for any sub domains. Whats happening is we can access the sub ...
1
vote
3answers
81 views

Apache 2.4 subdomain setup fails

I am struggling with this all the day, no answer i found here as well. Please advice how to setup proper a subdomain i need. My Apache config has 2 domains configured (on same IP), for the ...
0
votes
1answer
36 views

Sub domain url resolve [closed]

I created a subdomain for my application subdomain.domain.com and redirected it to a VPS (Ubuntu server 12.04) I have, but when I access the url on the navbar, it is replaced by the IP of the ...
1
vote
2answers
170 views

Git branch and subdomain

Well, this is an idea that came to my mind a couple days ago and I could figured out how to do it (and even if it would be possible). My idea would displaying a different branch when you access the ...
0
votes
1answer
68 views

How to test virtual host setting on local or intranet environment?

I have the following httpd configuration to allow subdomains and to redirect www url to non-www url: ServerName example.com:80 NameVirtualHost *:80 <VirtualHost *:80> ServerName example.com ...
0
votes
2answers
343 views

Apache is giving a 500 Internal server error on a sub domain created for my domain

I have created a subdomain by name http://admin.stenzsolutions.com and just to test the sub domain, i have hosted the same content as the main domain http://www.stenzsolutions.com Now i have ...
0
votes
2answers
73 views

Virtual Host vs rewrite for subdomain

Is there a best practice (for performance reasons or otherwise) for choosing between using a Virtual Host or rewrite for pointing a subdomain to a folder in the root directory? I.e., www.domain.com ...
1
vote
2answers
256 views

Domain to apache, subdomain or subdirectory to tomcat

I set up an Apache2.2 and Tomcat7 Windows Server. Now I would like to use the domain for the apache and a subdomain or a subdirectory for the tomcat webapps. But I don’t know how to configure the ...
1
vote
1answer
59 views

Mod_rewrite display subdomain.domain.com and call domain.com/subdomain/ for SSL

I have a website secured by a standard SSL certificate, securing a few different shops under different subdirectories. Ex. domain.com/shop1/ The shops are also accessible via a subdomain e.g. ...
1
vote
1answer
297 views

Serving Meteor on main domain and Apache on subdomain independently

I'm running a Meteor server on my Ubuntu server. But problems arise when I try to have Apache serving a subdomain on the same server. main.domain.com -> Meteor sub.domain.com -> Apache Meteor is ...

1 2 3 4 5