Questions tagged [configuration]

Configuration is a general term that can refer to the arrangement of functional units according to their nature and characteristics. Also, it can refer to software configuration which more suitable for server-related topics.

Configuration is a general term that can refer to the arrangement of functional units according to their nature and characteristics. Also, it can refer to software configuration which more suitable for server-related topics.

A configuration file is usually a text file associated with a specific software which describes the initial settings of the software. Some applications provide tools to generate configuration files.

Some computer programs only read their configuration files at startup. Others periodically check the configuration files for changes. Users can instruct some programs to re-read the configuration files and apply the changes to the current process, or indeed to read arbitrary files as a configuration file. There are no definitive standards or strong conventions.

2704 questions
1
vote
3 answers

Multiple RAID selection on a single 16-port adapter

I have a 16-port Areca ARC-1260D PCIe RAID card and I was planning to use it as one large array (either RAID 10 or RAID 6). I didn't think about if it was possible to split up the RAID card into two (or more) different RAID arrays. The card in…
osij2is
  • 3,885
  • 2
  • 24
  • 31
1
vote
3 answers

what is wrong with the syntax of this cron configuration

The cron configuration of bfd appears to be wrong MAILTO= SHELL=/bin/bash */3 * * * * root /usr/local/sbin/bfd -q It is the original setting created by the installation. The cron.log gives this error - Error: bad minute; while reading…
vfclists
  • 1,632
  • 5
  • 22
  • 37
1
vote
1 answer

apache exclude several IP addresses

I have the following configuration (beside a ReverseProxy entry) to force clients to deliver a client certificate: SSLVerifyClient require SSLVerifyDepth 2 SSLRequireSSL SSLOptions…
zero_r
  • 2,405
  • 3
  • 16
  • 16
1
vote
1 answer

What XFS configuration should I use for EC2 disks (mysql db-server)

To be able to use ec2-consistent-snapshot on my EC2 servers I have decided to make my partition for my database data XFS What are the best XFS configuration options I can use for these disk? The disk will be around 5-10 Gb big, containing 1 Gb of…
Peter Smit
  • 1,669
  • 4
  • 21
  • 37
1
vote
2 answers

Filter request with http:// in Nginx

Is there a way to filter request that look like "GET http://example.com" but not filter one that look like "GET /index.html"? In other words what is the Nginx variable that can be used in the "If" clause? The reason for asking this is that I see in…
Ross
  • 268
  • 1
  • 3
  • 9
1
vote
2 answers

How to configure failover for JBoss AS 5?

I am currently an intern in my company. My boss basically wants me to perform a failover from a JBoss AS to another just for a proof of concept. Load balancing is not required as i am only required to show 1 client connected to JBoss 1, perform a…
Nivek
  • 149
  • 1
  • 2
  • 8
1
vote
1 answer

Is it possible to disable "retry" from bounce mails in postfix?

I am doing mass BCC email's for mailing list, and receive too many bounces, Is there a way to stop it from retrying? I have been searching around and can't seem to find the answer, if anyone can point me in the right direction, it would be great.
Van Nguyen
  • 588
  • 3
  • 6
  • 15
1
vote
3 answers

Sharepoint 2010 BLOB Configuration Error: Must declare the scalar variable "@RbsId"

HI, I want to enable BLOB on my sharepoint 2010 portal. Portal has two servers: 1. SQL Server 2008 R2 64bit 2. Front-End Server (Windows 2008 64Bit) I tried steps on this url but when I execute $rbss.Enable() command, I get this error: Exception…
mrt
  • 123
  • 7
1
vote
2 answers

How do I add a new virtual host to my apache?

ServerAdmin webmaster@localhost ...stuff here ServerAdmin webmaster@localhost ...stuff here This doesn't seem to work. Before, it was…
Alex
  • 8,471
  • 26
  • 75
  • 99
1
vote
1 answer

Nagios escalation debugging

I'm having some issues with escalations happening properly and I'm not sure if it's because of my config or because the nagios binary is nonstandard and something may be broken. I've got little experience with nagios, and just want to make sure this…
Oesor
  • 300
  • 1
  • 2
  • 16
1
vote
2 answers

LAMP installs, what's the difference between CentOS/RHEL and Ubuntu/Debian?

ANSWERED: See below, but feel free to add comments, or give your own answer too. QUESTION/PROBLEM: CentOS is a project requirement, and I'm trying to roll out a Drupal build asap, so I can focus on building out Drupal; which doesn't care what…
blunders
  • 813
  • 7
  • 14
  • 30
1
vote
1 answer

Apache configuration for specific IP addresses

I want to put a condition in my apache config that if a request comes from a specific IP then load a particular config file. Is this possible? E.g. if (192.168.1.1) Include conf/mod_security.conf
1
vote
0 answers

Setting screwturn domain / base directory

I've set up an internal screwturn wiki for our company on http://mywikiip/mywikiname. It works, however when you click login the login page has a redirect value in the url which points to http://web/mywikiname which then, understandably, takes the…
gingerbreadboy
  • 123
  • 1
  • 6
1
vote
1 answer

Help me better automate changes to our static routes

I have been assigned the task of maintaining and configuring my organization's firewall and gateway routers, and I'm looking for some advice on how to manage the static route table. (As context, please keep in mind that A) I'm a programmer, not a…
Chris R
  • 533
  • 1
  • 5
  • 20
1
vote
2 answers

Longevity of entries in /tmp on a server

On a server that's up 24/7/365: where and how are the cleanup of /tmp (and /var/tmp) defined / controlled / configured?
slashmais
  • 263
  • 1
  • 9
1 2 3
99
100