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

Is this the correct config for a Remote Access VPN for ASA 8.4?

First time configureing remote access VPN for 8.3 / 8.4 so the NAT and VPN commands are a bit diffrent for me. Below is the VPN config and the coresponding NAT to NO NAT the IP space. If someone could have a look over it and let me know if I am…
evolvd
  • 1,384
  • 6
  • 33
  • 58
1
vote
3 answers

How to modify configuration file from command line?

For example, I often need to login to a new virtual machine just to open "/etc/ssh/sshd_config" and set "PasswordAuthentication" option to "no". In this way, I can not automate this process. How to solve similar tasks by doing the modification from…
Hristo Hristov
  • 323
  • 1
  • 2
  • 7
1
vote
2 answers

How can I find which configurations I've modified?

I installed Debian on a computer three years ago. I've made changes to a variety of configurations (print, ssh, and so on). I'm now backing up in preparation for an upgrade. I would like to save copies of those configurations that I have…
chernevik
  • 725
  • 3
  • 10
  • 19
1
vote
1 answer

Determining what's the slowest component of the server windows 2003

I'm trying to determine what needs to be upgraded on my server. When doing some load testing I saw that the processor spiked to 100% . But how can I determine if the hdd might need an upgrade too ? What tools can I use ? Thanks.
sirrocco
  • 117
  • 5
1
vote
1 answer

How is centos packages build?

Where do I find information about how a specific package in centos is build. Ie. what flags has been used on ./configure etc. At the moment I'm trying to figure out how slapd (openldap-servers) are build. Did they use "--enable-modules" when the…
Arlukin
  • 1,203
  • 6
  • 18
  • 27
1
vote
3 answers

How do you clone a sharepoint 2010 front end server and then add the clone to the farm?

We have a SharePoint 2010 farm with one front-end server. This server is a VMWare virtual machine. Let's call it SERVER1. We want to add a new front-end server to this SP farm to enable load balancing. We have already cloned SERVER1 (named it…
Seth Spearman
  • 2,211
  • 2
  • 14
  • 10
1
vote
2 answers

Apache2 redirecting all HTTPS traffic to a single page

I have a problem with my Apache2, I'm probably doing a misconfiguration, but I do not get what. All my https traffic always redirects to a single page, I can't add different https pages. This is my config :
Lucas Kauffman
  • 16,880
  • 9
  • 58
  • 93
1
vote
1 answer

Configuration Error: 'Logon failure: the specified account password has expired.'

My boss just made several Windows updates to our server computer last night and in doing so we can no longer access the server from within the application. I went on the server to try and see what the problem was and I get this message. Now I've…
MPaul
  • 141
  • 2
  • 6
1
vote
0 answers

IIS 7.5 gives 503 error after importing new configuration

recently I had to move all my applications from a server machine (which is going to be dismissed) to another one. Both machines run Windows Server 2008 R2 and IIS 7.5. I exported the configuration of the SourceServer to the DestinationServer and I…
CiccioMiami
  • 209
  • 1
  • 3
  • 14
1
vote
2 answers

Username to Logon to Vigor Draytek 2950

I have a dual-wan DrayTek Vigor 2950 router and it's working really really good! The only thing that bothers me, without being a huge problem, is that I can't configure a user name to connect to the router's configuration page. It's very easy to set…
waszkiewicz
  • 1,002
  • 3
  • 17
  • 36
1
vote
2 answers

Project Server 2007 install issue - ProjectEventService won't start

Trying to install PS2007 with SP1 on Server 2003. The install goes fine, but when running the SharePoint Configuration Wizard, it fails at stage 6 of 12 with the error: Failed to register SharePoint Services. An exception of type …
Brian Meinertz
  • 201
  • 1
  • 4
1
vote
1 answer

mod_jk configuration for both Apache and Tomcat on same server

I am trying to set-up a proper configuration to have Apache serve some static html pages and to pass other requests for dynamic pages to Tomcat. So far, I have installed Apache2 and Tomcat6 successfully. I am trying to follow the instructions…
Jérôme Verstrynge
  • 4,787
  • 7
  • 24
  • 35
1
vote
2 answers

Is it possible to run two webservers on the same port on the same server? E.g., Apache and Lighttpd

Possible Duplicate: Running two services on port 80 I have a QNAP TS-459 Pro II that comes with an Apache webserver which runs on port 80. I'd also like to run a small Sinatra app; also on port 80. I'd like Apache to serve up example.com and…
macek
  • 315
  • 2
  • 4
  • 10
1
vote
2 answers

allow anonymous access to the job's config.xml in Jenkins

I want to switch our Jenkins to server to a better machine. The new Jenkins is installed and configured, but without the jobs. I planned to use Jenkins job import plugin in order to import all the jobs, but I have a small problem. My old jenkins…
David Rabinowitz
  • 135
  • 1
  • 11
1
vote
1 answer

When is applicationHost.config read from the filesystem?

We're thinking of updating our server farms to use Shared Configuration, and we're wondering about the performance penalty for doing so. We're wondering when the applicationHost.config file is read from the filesystem? Every request? Everytime the…
Josh
  • 245
  • 3
  • 8