The tag has no wiki summary.

learn more… | top users | synonyms

1
vote
1answer
115 views

Registering DNS entries from remote sites

I have a central office with a domain controller with DNS installed. Any computers at that office are on the same subnet (10.1.32.x) update their DNS entries correctly. DHCP is handled in that office ...
1
vote
1answer
201 views

Sharepoint 2010 moving site collection to different database error

I am trying to move a site collection from one content database to another content database. First I used the following PowerShell command: New-SPContentDatabase -Name New_DB -WebApplication ...
2
votes
1answer
94 views

Mysite getting too slow due to dns lookup

When I'm loading my site, its getting too slow and its mainly because of slow dnslookup. It hardly taking 28.77s to load the site. My site is hosted on godaddy. Do anyone have any idea to speed up ...
1
vote
1answer
66 views

How to remove duplicate illegal site in apache configuration?

I've recently found a referrer in the apache log on my site. Now, I opened it out of curiosity, since my site is live, but I just started development so I didn't expect it. Anyway, the site was a ...
0
votes
0answers
89 views

Unable to access site hosted in AIX using IPv6 address [closed]

I am trying to access to a site hosted in IPv6 enabled AIX server from another Windows machine on the same network using the IPv6 global address and the site is not working. I figured out that the ...
1
vote
2answers
69 views

Website not visible from only 1 office

Small website for our company is visible from every location except from computers in our office. Ive ruled out everything I can think of, including : Firewall. m0m0wall, very basic straightforward ...
1
vote
1answer
217 views

Windows 2008 R2, FTP site running on IIS 6

In relation to your response on How do I change physical path of virtual directory in IIS6 through command line?. Your answer was to run the following line of code: cscript adsutil.vbs SET ...
0
votes
1answer
111 views

sync a file over 2 servers and switch between what server is being connected to

I do not know for sure if this is the correct location to post this, but I am looking for software or a script to be able to do what I am wanting... or if anyone has anything better. In short, there ...
1
vote
1answer
239 views

Add an intranet ip address to security zone programatically?

I have an ASP.NET application and have published to our company's intranet. Problem I have here is getting 350 computers to add the site's IP address (ie: 123.1.1.123) to the Local Intranet trusted ...
1
vote
1answer
587 views

Can IIS Express 7.5 run multiple sites/appools defined in applicationhost.config?

I've defined 2 sites in the corresponding applicationhost.config file and try run them using IIS Express from the command line. Unfortunately I'm only able to start one site at the time. My 2 ...
0
votes
3answers
259 views

GoDaddy.com help!

I created a web site with GoDaddy.com (but it is hosted through "web.me.com") that is accessible by going "www.example.com" but typing "example.com" will NOT go to my site. This is my first website ...
0
votes
2answers
694 views

Installing Exchange in a RODC Site

I'm trying to install Exchange 2010 to a server in a site that uses an RODC. It tells me that "No domain controllers for the domain DOMAIN and the site SITE are available" I'm going to be moving the ...
0
votes
3answers
72 views

cant access site intermittent as i get site not available

i have a news site i check stuff for regularly.. once in a while i cant access it completely from my 5 different browsers and even from the command line, nslookup cant resolve, ping and tracert ...
1
vote
0answers
78 views

Add site to Internet Explorer Security Zone in GP without deleting all other settings

What I have figured out is this: GP: User Configuration -> Administrative Templates -> Internet Explorer -> Internet Control Panel -> Site to Zone Assignment list. If I enable it, and add a site ...
0
votes
1answer
398 views

vmware site recovery manager - site A to B and B to A

I will Need to clarify few faqs on vmware SRM, my situation is, i have 25 VMs in site A, and 5 VMs in site B. I need to protect both sites and should be able fail back site A to B and B to A, does ...
3
votes
6answers
286 views

How to monitor your “entire” website?

I've perused through the forums here and was wondering what the best practice was in terms of monitoring the status of your "entire" website? (not just the homepage) In terms of priority, if your ...
3
votes
2answers
387 views

Domain name change with minimum seo impact

I am owner of an existing (3 yr. old) domain http://www.22shrutiharmonium.com and my website appears at the top of the search results in case of some search phrases like "22 shruti" , "22 shruti ...
1
vote
1answer
45 views

How to find all occurences of an email address on a website

Let's say I have a large website which may have a number of email addresses on it that are getting picked up by spammers. I plan to obfuscate or remove them all. What's the easiest way to crawl my ...
-1
votes
1answer
120 views

How to connect to internal server via WWW

Was wondering if its possible to connect to an internal server on the domain via WWW? Lets say the internal machine i want is at 192.168.10.200. Its running IIS / Sharepoint or whatever, something ...
1
vote
1answer
323 views

Drupal - Site Building, Menus

I'm working with Drupal for the first time and trying to figure out how to change the Menu item names through the Administer Site Building configuration menus. I have logged into the Drupal admin ...
2
votes
1answer
222 views

Can I run a site search like Lucene on a single 2 gig server that's also a web & mysql server

My site's pages have exceeded the limit of pages for Google Custom Search so many of the results are not found in our site search. I've been reading about Lucene, Nutch, Solr, etc and I'm wondering ...
3
votes
1answer
292 views

Good Xen image repository?

Does anyone know of a good image repo for Xen, sort of like Appliance store for VmWare? Also something like sourceforge but for xen, with tools and such? I know there used to be jailbreak.org - which ...
0
votes
4answers
66 views

Publishing HTML website

Have created site using html and javascript,how to publish it internally using webserver or so.Need steps?
0
votes
3answers
351 views

multiple django mod_python performance issue

I have two server with two version of django 0.9.6 and 1.0.2. both are used, for some older sites(where migration is still pending) and now ppl have started using 1.0.2. I have apache 2.2.9 and ...