The tag has no wiki summary.

learn more… | top users | synonyms

13
votes
3answers
366 views

Do I Need to Configure Active Directory Sites if We Have a High Speed WAN?

I work at an organization with 15 physical sites. The corporate headquarters has two DC's, which hold all the FSMO roles between them. Each remote site has one DC onsite. When I started working here, ...
0
votes
2answers
52 views

Should I set up a user per site on my server?

I recently purchased a dedicated server. I have multiple websites that I'd like to host on this server. Is there any reason to set up a new user for each site, or is it ok to put all the sites under ...
-2
votes
1answer
44 views

One server, multiple IP, multiple website, it's possible? [closed]

I have few website (~5) and I want to host all website on ONE unique server but with multiple IP. Example: WEB->Server nginx->website1 WEB->Server nginx->website2 WEB->Server ...
0
votes
0answers
74 views

How to configure Squid reverse proxy with mirrored parents as cache peers?

So I'm trying to configure Squid as a reverse proxy, listening on port 80, in front of two web servers. One web server runs on the localhost and listens on port 81 and contains a subset of all ...
0
votes
0answers
74 views

DFS Folder Target site “<Unknown>”

I have a DFS folder target whose site shows as . This is following a server rename. I believe this is preventing targets in that site from being referred to the target. I have looked through dsa.msc ...
2
votes
1answer
59 views

Multiple IP address and virtualhosts with Apache

I'm trying to make my server respond for 2 domains with 2 different IP each virtual host. That's the first time I do something like this, could you guys help me? My domain1.org routes successfully to ...
3
votes
1answer
125 views

Workstation authentication against wrong AD server in multi-site configuration

Having a problem which I've seen before but haven't yet found a solution to, I've got multiple AD sites in one domain physically separated and logically separated by different subnets and AD sites. ...
0
votes
1answer
71 views

DNS providing different results by AD Site?

We're using a Windows DNS/AD Environment on 2008 R2, I've been searching and would like to know if there's a way to implicitly have DNS serve an IP for a host based on its AD Site? Subnet ...
1
vote
3answers
45 views

How to secure a website (iis7.5) that is already has a cert from a redirection from another domain

I am looking to add a SSL cert to our website, which normally is a simple matter, but we have run into a complication that I am currently unsure how to work around/resolve. Our server is currently ...
3
votes
1answer
209 views

Active Directory / DNS naming design, multiple sites, single domain,

The network I currently manage will shortly be expanding to cover two sites, and due to the organisation of the company, I have already determined that a site-to-site hardware VPN will be implemented ...
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 ...
3
votes
1answer
80 views

How to serve multiple sites with IIS7 from one machine based on port?

We have a Windows Server 2008 box running a website which can be reached by the outside world at http://sub.company.com. I would like to set up another site which can be reached by going to ...
0
votes
1answer
87 views

Unable to run multiple sites on Nginx

For the first time today, I am trying to run Nginx. I have to run 2 websites built in Symfony 1.4 and Symfony 2.1. The nginx configuration file is http://pastebin.com/rFBqBaaM. The server blocks are ...
1
vote
2answers
32 views

Is there a way to find out when a Site was stopped/started/cycled in IIS7.5?

I recently found that one of my IIS 7.5 sites (on Win 2008 R2) had been down and out (Stopped). While I'm now trying out a servers alive kind of service, I began wondering when and why was it down. ...
0
votes
1answer
183 views

how to use Linode to host multiple web apps - RoR and PHP [closed]

I have a Ruby on Rails application and a couple of PHP projects nearly complete (all using MySQL) that I'd like to host on a Linode server and need some help with what I'd need to install and ...
4
votes
2answers
1k views

Do I need child domains in AD?

I have a an organization having HQ(about 150 users) in one city and 16 branches (high schools, 300-400 users each) each in different city. What I have to do is create a domain(s) in AD for corporate ...
0
votes
1answer
264 views

IIS 7 Hosting multiple sites with HTTPS bindings. How do I setup new IP address in Windows 7/IIS 7

I need to host two HTTPS sites in IIS for development so I need to assign one of the sites to another IP address so they both work. What are the steps for doing this in IIS 7 and Windows 7? How do I ...
-2
votes
1answer
62 views

MS AD 2008К2 2 sites, multiple networks

We have a PROD site with 2 networks 1.1.1.X/28 and 10.10.10.X/24. We have DR site with 2 networks 1.1.1.X/28 and 20.20.20.X/24. The net 1.1.1.X/28 is not the same (you can't reach host on PROD from ...
3
votes
1answer
319 views

Quickly change Active Directory Replication Schedule for all Sites & Sitelinks

My company has more than 80 sites, and my predecessor for reasons unknown to me put in a large chunk of time preventing replication between the HQ's DC and the branches' RODC. I need to reset their ...
0
votes
2answers
95 views

should I add vlans and subnets to the other sites?

I have 6 sites all connected via a 20mb fiber ring. There is 1 dhcp server and wan connection at site1 and the netblock is 10.1.0.0/16 which is enormous. As you can tell all sites grab an IP from ...
0
votes
1answer
135 views

Redirecting apache root requests under a specific folder transparently

I host 40+ sites on a single server, each site being it's own Joomla installation (managed by a central distribution system, of course). Every site is in it's own directory, /var/www/<site>. ...
0
votes
0answers
105 views

wordpress multisite with mapping works using my pc hosts file but not with live records

Been a long time doing it but set up a wordpress multisite on turnkey lamp. The multisite has 2 subdomains. I have 2 addon domains mapped to the 2 subdomains of main site. Origianally used as ...
1
vote
3answers
1k views

Active Directory Replication across Sites slow or not working

I've just inherited (isn't it always the way!) a Windows Domain. The domain is spread across 2 sites. Site01 has 3 DCs & Site02 has 2 DCs. If I create a user in either site, the other DCs in ...
1
vote
6answers
1k views

Dividing memcached between sites?

If I end up having 4 or 5 medium sites on one server, I want to be sure that each one that requires memcached has at least an allotted space. Is there a simple way to do this? The only ways that come ...
1
vote
1answer
264 views

Seeking Wordpress-Apache conf that allows for dynamic subdir-to-site creation

Seeking Wordpress-Apache conf that allows for dynamic subdir-to-site creation. Specifically, want to create any of these /var/www subdirs on the fly: /var/www/main /var/www/siterev1 ...
1
vote
3answers
750 views

Organizing .conf apache configuration per domain

I have a VPS server with CentOS with multiple domains (some I own, some I don't). I host my sites and my friends sites on it. I have this structure: /home/myfriendsusername/public_html/ ...
1
vote
0answers
142 views

Tomcat configuration with multiple ip addresses

I have this following directory structure websites> webapp1> product1_index.html page1.html page2.html ... ...
0
votes
2answers
650 views

How to configure multiple directories on Apache?

I'm working on ubuntu with apache2. Requirements The root directory should be served from a specific folder. When someone accesses http://mysite.com/foo1 he should reach /var/www/tld/foo1 Other ...
0
votes
1answer
709 views

Varnish and nginx (Multiple site VCL configuration)

I have one VPS serving 2 Wordpress installations. Using Varnish > Nginx > PHP-FPM Right now I have this in the conf.d folder of nginx: domain1.com.conf domain2.com.conf A configuration example for ...
1
vote
0answers
71 views

1 Exchange 2010 and 3 ad sites

Right now i have 1 exchange hosting all roles in 1 AD site (A) and 1 subnet (10.0.10.0/24). I'm going to create a second (B) and third (C) AD site to reflect our physical architecture. So i'll also ...
1
vote
1answer
267 views

nginx host server log rotation all sites

I have setup individual log files for each of my sites in the directory /var/log/nginx-hosts/ and I have to configure log rotation for those files. The base I am starting with is ...
-2
votes
2answers
183 views

if blog_id > 50000 use 2nd server

I am trying to understand possibilities if i need in future. I am preparing to open a network on WordPress MultiSite with HyperDB. I want to let users open subdomain sites with registration and i need ...
0
votes
1answer
74 views

How can I set up a single user that can edit multiple sites' files with correct default permissions?

How can I achieve this setup: There is a primary user that I use to ssh into the server and edit all files for multiple sites. The various sites are stored in the /srv/www directory, so ...
1
vote
1answer
53 views

Cross-location services, real-world examples?

I currently have servers at 4 locations, and even though this is really just me hobbying around I'd like to know what the "real-world" way of doing this is. Basically I have certain services that are ...
0
votes
2answers
1k views

Best practice for two site Active Directory through VPN

Currently we have a site-to-site VPN setup between our two locations A and B. Location A has the domain controller; all hosts in location B connect via the site to site VPN to the DC in A. I was ...
1
vote
1answer
45 views

IIS multiple sites with same bindings on and off

Is it possible to set up multiple sites in IIS with the same domains bound to them as long as only one is switched on at a time?
0
votes
2answers
159 views

How to setup a shared webhost for multiple subdomains on a single amazon ec2 instance

I have a CentOS instance. Is it possible for multiple domains / subdomains to share that single instance and on my Apache server i will have separate folders for each domain. How do I start doing this ...
0
votes
1answer
75 views

Problem pointing domain Debian Apache sites enabled

well I'm trying to add an additional domain to my server. in etc/apache2/sites-available/ I have the file like this # This tell apache to enable this vhost for all ports ServerName example.com ...
1
vote
2answers
627 views

Running multiple SSL Web Sites on IIS on Port 443

I have two Server but just one IP and the need to run on both a Site under the port 443. I've found out that it is also possible to run multiple SSL web sites on 443 using a shared IP address by ...
0
votes
2answers
71 views

bugzilla shared between different sites with inequal network access

I am trying to find a good solution to have a single instance of Bugzilla accessed by different groups and some of those groups may have very slow or even intermittent network access. As far as I can ...
0
votes
1answer
586 views

Using Plesk control panel, how do I point www.example.net to sub.example.com?

I have two Linux / Apache VPS servers running Plesk 9.5.4. VPS 1 is the production server and VPS 2 is the development server. At present I have www.example.com on VPS 1 and sub1.example.com, ...
1
vote
2answers
2k views

stunnel+HAProxy+Apache question, multiple site certificates

currently I'm using the following scheme to serve both static y and dynamic content. I have compiled stunnel with X-Forwarded-For support patch. Internet(http) -> haproxy (frontend1) -> Apache Farm ...
10
votes
4answers
655 views

Has anyone ever used SMTP site links?

A simple real-life question, inspired by a comment here: Active Directory has supported inter-site replication using SMTP instead of direct RPC since its first introduction in Windows 2000. But did ...
0
votes
1answer
36 views

Domain with www pointing yo another site

Recently I started Multi Sites on my VPS which is having Centos 64 bit. Currently I am having two sites live and each is working fine, Now the problem is in the URL I have the following sites: ...
0
votes
2answers
40 views

Multiple urls to 1 website with a wild card ssl

At the moment, we have 27 single sites in IIS6, all with their own urls, all with the same subdomain, e.g. https://company1.mycompany.com https://company2.mycompany.com etc., etc. To further ...
0
votes
1answer
129 views

VPS multiple sites help

I have a VPS which has a single website associated with a single IP, This website is in wordpress and it is directly placed or installed into the /html directory, which means inside /www/html/ my ...
0
votes
1answer
171 views

Logging disk usage and bandwidth per hostname on Windows servers

I'd like some recommendations for Windows software that can monitor and log file usage and bandwidth per website hosted in IIS. The server is dedicated and has multiple sites hosted on it, all ...
0
votes
0answers
36 views

How to move an e-commerce site to other server

I was given a task to move an e-commerce site system to other server. Namely I have an osCommerce system at address of the form www.companyname.fi/admin/ and it should be moved to server ...
2
votes
1answer
1k views

Varnish with multiple sites/boxes

Is it possible for Varnish to redirect traffic to different IPs based on the url? For example, is the following setup feasible (and if so, what would the VCL look like): *.example.com points to ...
1
vote
1answer
127 views

How to host and manage 1000s of low traffic websites on a single nginx server

Our company has created simple CMS app, which it is planning to sell to thousands of small companies. Right now, our CMS app spits out the html files to a pre-configured directory in a directory ...

1 2