Tagged Questions

The tag has no wiki summary.

learn more… | top users | synonyms

16
votes
5answers
1k views

Should all sites use SSL by default

We are in the process of moving our web architecture to a new environment. Included are dozens of different sites ranging from almost completely static to dynamic sites requiring authentication and ...
2
votes
2answers
3k views

Nginx 502 Bad Gateway error ONLY in Firefox

I am running a website locally, all the traffic is routed through NGinx which then dispatches requests to PHP pages to Apache and serves static files. Works perfectly in Chrome, Safari, IE, etc. ...
2
votes
1answer
108 views

Advantage 8.1 vs 7.1

I am in the process of upgrading a few in-house applications from ADS7.1 to 8.1. I was told a while back that there are changes in return values of the avg() function as well as some division ...
1
vote
1answer
225 views

Where is the best place to learn server administration for a CentOS WHM/cPanel sever?

I'd like to be able to manage my dedicated server properly. It's running WHM 11.28.87 and CENTOS 5.5 x86_64. I can find my way around WHM and cPanel easy enough. I would really like to know the ...
1
vote
0answers
195 views

How to determine the size of a Full-Text Index on SQL Server 2008 R2?

I have a SQL 2008 R2 database with some tables on it having some of those tables a Full-Text Index defined. I'd like to know how to determine the size of the index of a specific table, in order to ...
1
vote
1answer
341 views

Setup a VPN Server on Debian that Windows 7 and Mac OS X 10.6 can handle natively?

does someone know a VPN Server for Debian whose connections can be handles by Mac OS X and Windows 7 natively? I have found several vpn solutions on the net, but all either need some software to be ...
0
votes
1answer
20 views

MySQL - Changing FT_MIN_WORD_LEN

I've recently asked my server administrator, for my Windows dedicated server, to change the MySQL configuration file (my.cnf) to allow search words of 2 characters or more, from the default of 4. ...
0
votes
0answers
22 views

Force Mail server to look outside the local host [migrated]

I have full control over a virtual dedicated server. The problem is the mail server resides elsewhere. I have a problem that when sending mail via php's mail function if the address shares the same ...
0
votes
3answers
38 views

Transferring MySQL data to another server

I have a central server and several (around 50) remote servers. I want to transfer some log data from each of the servers to the central server every night. They all run Linux, and the logs are stored ...
0
votes
1answer
33 views

What is the best way to setup and secure a share hosting service with NGiNX?

I am planning to create a share hosting server that I will use for my clients with NGiNX server. I was wandering if anyone had any pointers to help me get started. And how I can secure de different ...
0
votes
2answers
58 views

Should I use another user than the root when installing NGiNX

I herd that it would be better to use a sub-user for installing NGiNX. Is it true? I am thinking to use NGiNX to install virtual-host that my clients could use for there website and I don't want them ...
0
votes
1answer
44 views

What kind of problems will an administrator at data center will be facing?

Suppose there is a guy maintaining a Server connecting 50-60 systems.What are the general problems that the administrator will be facing in maintaining those 50-60 systems.
0
votes
2answers
35 views

Installing Libraries on a Server

I'm fairly noob at the using the terminal and doing server administration. I recently "inherited" a Twitter app, and I need to install a Python OAuth library: ...
0
votes
3answers
164 views

How can I capture the output of remote commands then issue more remote commands?

I am running a script where it login to a server then executes the command "passwd -n 0 -x 99999 -i -1 debug" for removing ageing of the debug user. If the user debug is not present then I want to ...