Questions tagged [server-settings]
31 questions
0
votes
2 answers
Underclocking/undervolting AMD Opteron Processors to lower TDP rating
How does one safely lower the TDP rating of Opteron CPUs? I am willing to sacrifice some power, but wish to keep stability.
Background:
I have a TYAN S4985 Motherboard with 4 quad-core Opteron 8380 processors in a very well-ventilated case. I bought…

TimY
- 109
0
votes
1 answer
setting up cake on hostgator
So i have been reading forum after forum and my bakery is still not functional.
Here is my folder tree:
/home/jja/public_html/
there i have: app, cake, index.php and one .htaccess that looks like:
RewriteEngine on
RewriteBase /
RewriteRule ^$…
ticonetster
0
votes
1 answer
virtual hosts in apache for *.company.com and then a separate one for www.company.com
So I have a virtual server set up for www.company.com:
ServerName www.company.com
And then I would like to direct *.company.com to another site. How do I do it? I could think of www. and inside. being directed…

Sandman
- 349
- 1
- 4
- 15
0
votes
5 answers
how to make standard ssh port a stealth port?
I'm running a personal ssh server on a nonstandard port. If someone tries to log into my ssh server thru the standard port 22, it seems that the server sends "Connection refused" message.
$ ssh localhost
ssh: connect to host localhost port 22:…

RamyenHead
- 311
- 3
- 6
- 11
0
votes
1 answer
php 5.3 seems to crash on scripts when we have register_globals turned on
apache segfaults when we have register_globals turned on with php 5.3. I know we should not do that, and we have it off now, but some of our very old code needs it.
Anyone have any hints on what to try/look at to solve this?
thanks

datadevil
- 535
- 1
- 7
- 22
0
votes
1 answer
win 2008 run app from shared folder
I have shared folder with an app on win 2008 server. After successful maping of this shared folder from other PC in local network can be open only text files and images. App (.exe) cannot be run. (App works fine, is runing on other server win 2003.…

Jirka Kopřiva
- 103
- 4
0
votes
2 answers
Starting a datacenter
I know maybe here isn't a good place to ask, but I'm about to start a little datacenter (hosting domains) and also hosting dedicated servers. [I don't know anything about server details] (and also i know it's not a good idea to start this thing when…

Shadow Walker
- 9
- 1
0
votes
1 answer
Change Apache domain name in Windows 7
First time setting up full Apache, on home system for testing, version 2.2
I can't find where to change the domain name, assuming I may have set it wrong at install.
The httpd.conf file doesn't have a specific listing for domain.

Lance Roberts
- 401
- 3
- 12
- 29
0
votes
1 answer
What kind of operating system SAN device can have?
Ciao, I don't understand does SAN device have an operating system? I know it is connected to servers in data center by san switch and it provides data drives to the servers but how the server communicates with the SAN device, how it knows how much…

Bro Pana
- 13
- 1
0
votes
0 answers
Is it possible to disable\bypass "Sessions Timeouts" per user on Windows Server 2012?
I know how to enable\disable it per user:
You need to configure the Computer Configuration's Remote Desktop Session Host policies:
Launch the Global Policy Editor with typing gpedit.msc from the
command-line and hit Enter.
In the left panel,…

Fire Starter
- 5
- 4
0
votes
1 answer
Ipv6 Proxies run on localhost but not on Google Cloud VPS
I'm trying to pull user data from instagram public api with PHP Curl. I am using IPV6 proxy on my curl connection.
I get different results in localhost and google cloud using the same codes. When I use IPV6, I get the result as bool(false) in google…

Burak.H
- 5
- 2
-1
votes
1 answer
Increasing Size of VHD having DFSR Data
I have two file servers which are replicating files through DFSR across two different locations over WAN link. I want to increase one of partition size having replication group folders on it. I was just curious it will damage any thing related to…

Techyboy
- 1
-1
votes
1 answer
How do I disable unnecessary Windows services and test for stability?
When I configure a minimal Server (unselecting any role in SCW) I still have quite a number of (obscure) services running or set up as manual.
Requirements in my project say that the Server shall only run well-motivated services, i.e. services that…

AHalvar
- 107
- 1
- 2
-1
votes
2 answers
Godaddy domain and Bluehost web hosting
I have a domain from Godaddy and web hosting at Bluehost. I want to make this work as some people say no need to transfer the domain from Godaddy to Bluehost. I was trying to find out how to get this work out by adding name servers for Bluehost…

Digital site
- 190
- 1
- 10
-2
votes
2 answers
Nagios - external monitoring host without real connect - how do?
I've got a problem. I have a few external servers that need monitoring by Nagios, but they are in remote VPN networks. I must send monitoring data from vpn's host to Nagios who is working on public server, but I cant connect to any VPN.
My idea is…