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
1 answer

Error installing php extension OAuth by pecl, please help me

I'm trying to install the php extension OAuth in my centos 6 linux server. php.net suggests it's super easy. You just run pecl install oauth I tried this, and here is the output in terminal: [root@www extensions]# pecl install oauth WARNING:…
boo
  • 11
  • 2
1
vote
2 answers

Mounting LUN from EMC VNX5300 via FC on Centos 6

On my VMX5300, I have created LUNs, configured hosts etc. Mounting LUNs in my ESXi is very simple, ESXi host discovered new FC device and with a few clicks I was able to mount new FC storage. On Centos it's not quite simple as I thought it would…
B14D3
  • 5,188
  • 15
  • 64
  • 83
1
vote
3 answers

Nginx & Apache Cannot get try_files to work with permalinks

I have been working on this for the past two weeks not and for some reason I cannot seem to get nginx's try_files to work with my wordpress permalinks. I am hoping someone will be able to tell me where I am going wrong and also hopefully tell me if…
tcherokee
  • 11
  • 1
  • 3
1
vote
1 answer

Apache sending error file after every request

We've got a problem with my apache2 here, which seems kind of hard to debug... or: to understand in the first place. Our environment is Debian Wheezy + Apache2 + mod_perl + Mason. The problem is, that apache, even, if I try to get an empty site,…
yep
  • 11
  • 1
1
vote
1 answer

Backup Plan for Server Down Time

I am looking for a way to avoid as much actual downtime as possible (aren't we all). We have experienced a good deal server overload/problems lately. Our existing setup is as follows (they're Linux servers): 2 Load Balancers - one for HTTP requests,…
1
vote
1 answer

Treat local files as being in intranet zone in Internet Explorer

I am trying to get Internet Explorer to treat a file or files in a certain directory on the local hdd as being in the Intranet Zone. I can make this work by deploying the files to an IIS server and adding that server to the intranet zone in the IE…
user12954
  • 111
  • 1
  • 2
1
vote
1 answer

Memcached - Single parent config, multiple child configs

I am setting up a memcached server in production, and would like the ability to switch between various memory sizes simply by changing out a symlink from one config to another, however I do not want to copy and paste every config into every other…
Mike Purcell
  • 1,708
  • 7
  • 32
  • 54
1
vote
1 answer

Need help making site available externally

I'm trying to open a hole in the firewall (ASA 5505, v8.2) to allow external access to a Web application. Via ASDM (6.3?), I've added the server as a Public Server, which creates a static NAT entry [I'm using the public IP that is assigned to…
1
vote
1 answer

Install compiled linux program on multiple computers

I'm sorry if this sounds like a silly question, but when I compile something on linux using the usual "./configure, make, make install" steps, how can I install the programs on other servers without having to recompile? I am trying to avoid having…
jtnire
  • 817
  • 2
  • 8
  • 16
1
vote
1 answer

Apache Site Configuration Share Settings

For our WordPress development server, each developer has a subdomain to work on the site which point to the same server and database, but different folder locations. This allows us to see database changes immediately but we all code independently at…
1
vote
3 answers

Synchronizing server setups

I have various Solaris and Linux servers that our team would like to create a common layout for installations and locations of our customized installations. Essentially, we aren't given root access to blindly install wherever, but we do have enough…
Nick Klauer
  • 179
  • 1
  • 7
1
vote
1 answer

Disabling all overrideModeDefault="Deny" in applicationHost.config

Given a server's only role is to be a webserver, and the server is only for hosting dedicated applications there is no kind of collocation / user manageable websites. Is there really any purpose to applicationHost.config settings of…
Chris Marisic
  • 1,424
  • 8
  • 33
  • 51
1
vote
1 answer

Exclude directory from rewrite with mod_rewrite and lighttpd

Im migrating an apache2 server to Lighttpd, however im having some issues with Mod_Rewrite. I have a directory /api/, which I need to exclude from the rewriting rules as follows: url.rewrite-once = ( ".*\?(.*)$" => "/index.php?$1", …
Brad Morris
  • 241
  • 2
  • 12
1
vote
2 answers

Keep the sites-available/enabled structure when compiling Nginx

I am using nginx on ubuntu which by default has the sites-available/enabled directory structure similar to Apache to store the sites configuration files. I have compiled nginx (because I need a third party module) using the below…
Max
  • 3,523
  • 16
  • 53
  • 71
1
vote
1 answer

Linux installation analysis

"Ending company IT Admin relationship" has a good checklist for taking over an existing IT system, but I'm wondering as it relates to Linux: What is the most effective way to assess the scope of existing custom configurations, installs, scripts,…
blunders
  • 813
  • 7
  • 14
  • 30