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

Separate conf files for each virtual host

I've been on various different VPS servers and they sometimes automatically setup separate conf files for each virtual host. I'm trying to achieve the same on my local machine (that runs Ubuntu 11.04 on xampp 1.7.3). How would you go about doing…
chrisjlee
  • 1,005
  • 2
  • 13
  • 21
1
vote
1 answer

Can Apache be integrated with 3rd party cookie session authentication/authorization?

I'd like to configure Apache to serve files directly from the file system but authenticate/authorize users. How can Apache be configured so it calls my auth middleware? Basically: 1) Redirect to login if user is not authenticated. Check session…
1
vote
3 answers

I am concerned with mysql configuration is not optimized enough for doing a good job, how to tell?

I want to know the basic parameters/configuration for mysql to work great. What are they? How to determine? Using phpmyadmin, the status params marked red color seems needed to alter to optimize, but what's the basic ones that I should work on…
Hao
  • 525
  • 2
  • 8
  • 17
1
vote
3 answers

What is the minimum enable level to permit config download (Cisco & other vendors)

We are creating a service account to backup config from devices of various makes such as Cisco, Juniper etc., What is the minimum enable level we need to grant to the service account? If the answer is too subjective, I atleast want to know what is…
Benny
  • 181
  • 1
  • 7
1
vote
2 answers

cpan configuration wrong - how to change?

I seem to have misconfigured spam and am now trying to change it. I read elsewhere to remove /root/.cpam, which I did but that did not help to get me the initiation dialog. When I type into the console o config, I do get: perl -MCPAN -e…
merlin
  • 2,093
  • 11
  • 39
  • 78
1
vote
1 answer

Problem with Codestriker. Cannot login/register or anything

Is there anyone here has installed and configured Codestriker on Ubuntu? I'm seeking some help. I've just installed Codestriker on my server Ubuntu 9.x. I've run the page: http://myserver_address/codestriker/codestriker.pl on a client machine and…
chepukha
  • 123
  • 1
  • 5
1
vote
3 answers

Should apache ScriptAlias /cgi-bin/ /usr/lib/cgi-bin/ line be removed in production?

Here is the part of my current apache config that refers to cgi-bin stuff. This info was included in the default configuration in debian. Should this be removed on a live/production machine? ScriptAlias /cgi-bin/ /usr/lib/cgi-bin/ …
Kzqai
  • 1,278
  • 4
  • 18
  • 32
1
vote
1 answer

Problem zone file configuration bind9

this is my configuration file zone $TTL 604800 @ IN SOA SH.globaltic.tk. root.globaltic.tk. ( 2011052501 ;serial 604800 ; Refresh …
tmedtcom
  • 127
  • 2
  • 9
1
vote
1 answer

md3000i : recover data from healthy unplugged hard disk but with deleted configuration on the array

I have a question for an MD3000i SAN expert : We had a RAID with 2 disks on a MD3000i DELL SAN. We deleted the configuration on the storage array without the disks of this RAID configuration plugged inside. Now we put back the disks inside the array…
1
vote
2 answers

Apache .htaccess not working

I have access to an Ubuntu Machine with apache installed, which I connect to Using PuTTy. For some reason my .htaccess file is not working, this is all it contains: ErrorDocument 404 /handler.php Instead of going to the handler.php page it prints…
user491704
  • 187
  • 2
  • 7
1
vote
2 answers

Using more than one external IP on dedicated Server?

So I buy Dedicated Server and provider say I have 4 usable IPs. Lets say this are ip1, ip2...ip4 , so I want to set my Dedicated Server to run multiple domains on this IPs, example domain1 on ip1... I did this with no problem, now I want that when I…
Dusan
1
vote
1 answer

nginx if directive has stopped working after upgrading from 0.7 to 1.0.2

I upgraded my nginx server from 0.7.x to 1.0.2 and I copied the old configuration file for the new nginx server. Everything worked fine, except for the if-directive. I had the following block of code in the old config file which doesn't seem to be…
ErJab
  • 298
  • 4
  • 12
1
vote
1 answer

DNS Server linking to subdirectory

I'm fairly new to DNS server software. Currently I'm not using virtual hosts, but I am using dynamic sub-directories for my Users. Sometime in the future I would like my Users to be able to use their own domain name. Is it possible to configure a…
user81536
  • 147
  • 4
1
vote
3 answers

IIS Configuration changes break third party-app

I'm using a third party app build on asp.net. It runs on Server 2003/IIS6. I changed the way that app pools are recycled. After this happened the third party application stopped working. Specifically URLs that didn't correspond to files in the third…
paulmorriss
  • 277
  • 1
  • 3
  • 15
1
vote
1 answer

Compiling PHP 5 with PDO MySQL

I want to use Nginx with PHP5-FPM with MySQL PDO on Debian. To get PHP5-FPM on squeeze I need to compile PHP myself. First I tried to I did: apt-get install mysql-server libmysqlclient-dev I downloaded PHP 5.3.6. Then I configured PHP like…
i.amniels
  • 325
  • 1
  • 4
  • 9