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

Apache configurations for php "AddType text/html php" or "AddType application/x-httpd-php php .php"

I am taking over an application server and discover that it contain the following settings: AddType text/html php Although it works, but my understanding is that it should set as following: AddType application/x-httpd-php php .php What are…
forestclown
  • 945
  • 4
  • 15
  • 25
1
vote
1 answer

PHP's include/require functions fails for paths with "../" or "./"

I logged into my development server today to find that PHP was failing to include some files with this E_WARNING message: Warning: include_once(../file2.php) [function.include-once]: failed to open stream: No such file or directory in…
John Nicely
  • 148
  • 1
  • 6
1
vote
3 answers

httpd.conf for case-insensitive file serving

I'm a complete newbie with regard to managing Apache, so excuse me if I'm phrasing something incorrectly. I have a web site -- say, http://domain.com. The problem is that when I try to open http://domain.com/index.html in a web browser it displays…
Anton Gogolev
  • 1,582
  • 4
  • 16
  • 22
1
vote
2 answers

Windows Server 2003 DNS added CNAME not working

I'm trying to create a subdomain alias on my DNS server to have portal.domain.com instead obscureServer32324name.domain.com I've attempted both a a CNAME alias to the exact A host entry or creating a second A host entry for the same server IP and…
1
vote
1 answer

64Bit ubuntu and 32Bit apps

I am trying to run a 32bit server process on my VPS, however when I do so it is having problems loading the shared libraries the process needs. When googling around they suggest "sudo apt-get install ia32-libs", when I do this I fear Ubuntu wants to…
1
vote
1 answer

mysql libs conflict with with mysql client

I am trying to get redmine up and running and its not been going well. Currently I am trying to install the required package mysql-devel and getting the error: Transaction Check Error: file /usr/lib64/mysql/libmysqlclient.so.18.0.0 from install…
karmet
  • 209
  • 1
  • 2
  • 14
1
vote
0 answers

Is there any way I can install nginx with tcp_proxy module as a ubuntu package?

I've installed my nginx via the ppa package add-apt-repository ppa:nginx apt-get install nginx which works just fine. But now I need to add support for websockets for my socket.io app. I found some tutorials, but generally the process is to…
Jakub Arnold
  • 1,744
  • 10
  • 26
  • 33
1
vote
4 answers

How to know which berkley db openldap is refering to?

I have two berkeley dbs installed on the RHEL 5.3. Now, I am confused that which one openldap is referring as its backend. Following is the slapd.conf: include /usr/local/etc/openldap2-4-30/schema/core.schema include…
Infotechie
  • 141
  • 2
  • 9
1
vote
1 answer

Using Augeas to modify Squid configuration

I'm running squid-deb-proxy and I want to alter the configuration using Puppet/Augeas. When I try this: augeas {'squid-deb-proxy.conf': lens => 'Squid.lns', incl => '/etc/squid-deb-proxy/squid-deb-proxy.conf', changes => ["set…
dty
  • 273
  • 3
  • 12
1
vote
2 answers

Why does my site use the IUSR account when configured for pass-through authentication?

I have an IIS7 website that is set to run in its own application pool. The application pool is configured as: Managed Pipeline Mode: Integrated Identity: I_siteuser (account is member of IIS_IUSRS) The website physical path is:…
Kev
  • 7,877
  • 18
  • 81
  • 108
1
vote
3 answers

How do I add a line to a specific stanza in a config file?

My configuration file, server.conf, has the following format: [general] setting1=sdfdsf setting2=asdfadsf [ssl] setting1=sadfsdf setting2=sdfadsfkljasdf How do I add an additional setting to the [general] stanza using a Bash script?
travis1097
  • 113
  • 1
  • 3
1
vote
1 answer

How to configure g-wan to use virtual hosts?

Say I have a domain foo.com and a server accessible at 50.60.70.80. I have configured the DNS entries so that foo.com and www.foo.com point to 50.60.70.80. I have g-wan running on the web server. Now I want to host different web sites on foo.com and…
Jan Deinhard
  • 2,383
  • 5
  • 26
  • 33
1
vote
1 answer

Which section of the MySQL configuration can a variable be placed under?

I would like to find out under which section of the MySQL configuration file variables can be used. For instance I can place bind-address under [mysqld] or [server] which works, but it doesn't work when placed under [client]. When I lookup the…
Max
  • 3,523
  • 16
  • 53
  • 71
1
vote
1 answer

Initial Windows 2008 VPS Setup

I've just got my first VPS server, yay! It'll primarilly be used for my own hosting (I'm a Web Application Developer) and for friends & family. It's just been all setup fro me bare bones and I have RDP to jump on and play around. But not that I've…
1
vote
2 answers

how to point my domain to my dns

I am using two tools on my ubuntu box to learn how to setup and run servers. They are webmin and ehcp. I have LAMP successfully installed and running. I also have two domains a .net and .org through godaddy. At this moment I successfully setup…
dottedquad
  • 113
  • 3