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

NGINX and local-hosted custom domain names

I'm setting up a nginx webserver locally with this config: server { server_name im; access_log /var/www/im/website.access_log; error_log /var/www/im/website.error_log; root /var/www/im; index index.php index.htm index.html; location ~ .php$…
Gabriel
  • 436
  • 2
  • 7
  • 19
1
vote
1 answer

Why am I getting a Ldap_bind: Invalid credentials (49) when adding a schema to ldap?

My first time trying to marry LDAP as a backend to Samba. I'm following the instructions at: this site and I'm stumbling when I get to the part 5 with the following error: "ldap_bind: Invalid credentials (49)" Googling has pointed me towards the…
Dark Star1
  • 1,385
  • 7
  • 22
  • 37
1
vote
2 answers

PHP Not Showing Errors on Fresh Install of Apache/PHP on Ubuntu Server

I just tried a simple hello world with a semi colon missing, and I'm getting a blank page. Any ideas why PHP refuses to show errors? A script without errors works perfectly. Also, I remember reading somewhere that there's an example config file that…
Richard
  • 13
  • 1
  • 5
1
vote
2 answers

Partial reverse http proxy using nginx

I've got several HTTP services running on the same machine, on different ports. I'd like to use nginx as a reverse proxy, but I can't seem to get my setup quite right. I'd like the following: /fossil/ ==>…
Martijn
  • 234
  • 2
  • 11
1
vote
1 answer

FTP using VSFTPD "Access Denied"

I'm running Ubuntu 10.04 i386. I use Cyberduck (FTP GUI client) to connect to my server mysub.domainname.com (changed here). This is what I want to be able to do: 1) Change apache2 root from /var/www to /home/myuser/webroot to serve files like…
lollercoaster
  • 3,545
  • 5
  • 18
  • 10
1
vote
4 answers

Virtual host “Forbidden You don't have permission to access / on this server” on debian

Before I created a virtual host I could see "http://localhost", but when I created a virtual host I could not see "http://localhost" and my virtual host "http://test" Here is my virtualhost config file: ServerAdmin…
ulduz114
  • 111
  • 1
  • 2
1
vote
1 answer

Trouble setting timeout for Nagios test

I have Nagios monitoring an Oracle installation on a different server. Sometimes one particular test (check oracle tablespace can allocate next extent) will fail with "CRITICAL - Plugin timed out after 10 seconds". The first thing I want to do is…
Janine Ohmer
  • 257
  • 1
  • 5
  • 8
1
vote
3 answers

Can I use core i7 processor for hosting 5-6 web sites?

Can I use core i7 processor for hosting 5-6 web sites ? If yes then what other configuration is required? If No then, which processor is best and cheapest to host 5 to 6 web sites and with what configuration ?
teenup
  • 223
  • 1
  • 2
  • 9
1
vote
2 answers

Version-control of configuration files with different home names?

I have recently decided to use a version-control system to share my configuration files between my different linux installs. After reading another thread I found on this subject, I'm planning to do it using git. I would put my / under revision…
nimser
  • 111
  • 3
1
vote
2 answers

How does Thunderbird discover e-mail servers?

We are deploying some test e-mail servers with the subdomain mail (i.e., mail.example.com). Now, it seems that Thunderbird discovers that e-mail server when we are configuring e-mail. How does Thunderbird accomplish this? I'm assuming it tries to…
1
vote
2 answers

IIS 7.5 Error 1007

I have a Windows 2008 R2 Virtual Server. I removed the "Default Web Site" using IIS Manager and now all my other sites now report an error saying they can't access the site (or something similar). I thought I could just remove the role, re-install…
darkdog
  • 125
  • 1
  • 8
1
vote
2 answers

IIS7 hangs on requests while uploading file

I am setting up a small ASP.net application on an IIS 7 server, but I have a small problem. A part of the application is uploading large files using a simple upload form. The problem is that, when I start an upload and meanwhile try to continue…
sorenc
  • 11
  • 2
1
vote
3 answers

Tomcat6 Manager Webapp is 404 on apt-get install on Ubuntu 10.10

http://localhost:8080/manager/html gives a 404 error on apt-get install of tomcat6 (6.0.28 on JVM 1.6.0_20-b20 on 2.6.35-27-generic amd64). http://localhost:8080/host-manager/html works. Lists one Host name, localhost. Installed tomcat6-admin with…
Noel
  • 121
  • 1
  • 8
1
vote
1 answer

Traceback when configuring hgweb.cgi to serve Mercurial repositories

I am having trouble having my hgweb.cgi script successfully read my hgweb.config file. It fails with the error Abort: /var/www/hg/hgweb.config: not a Mercurial bundle file. Details below /var/www/hg/hgweb.config [collections] / =…
Danish
  • 151
  • 1
  • 1
  • 6
1
vote
4 answers

Is it effective installing firewall within same machine which offering service?

I'm a starting a small service practically. And I have single server currently. No money to purchase separated/dedicated firewall equipment now. Is it effective installing firewall software on same machine which offering internet service? My server…
Eonil
  • 10,459
  • 16
  • 36
  • 54