QueryCAT Logo
Search 5,000,000+ questions and answers.

Frequently Asked Questions

What effect will Webmin have on my existing configuration files?

Webmin
Just installing Webmin will not cause any config file changes to be made. When you start to use it, only the config files related to the changes that you make in Webmin will be modified. For example, using the Apache Webserver module would not effect your Sendmail configuration. If you are using SSL, make sure you connect to a URL like https://myhost:10000/ instead of http://myhost:10000. Without the https, your browser won't use SSL mode and thus will display this error.

Are there configuration files for PDL I have to edit?

PDL::FAQ - Frequently asked questions about PDL
Most users should not have to edit any configuration files manually. However, in some cases you might have to supply some information about akwardly placed include files/libraries or you might want to explicitly disable building some of the optional PDL modules. Check the files INSTALL and perldl.conf for details. If you had to manually edit perldl.conf and are happy with the results you can keep the file handy for future reference. Place it in ~/.perldl. See similar questions...

How do I get bash to display accents and/or umlauts?

Cygwin/X Frequently Asked Questions
Heinz Peter Hippenstiel) Add the following lines to .inputrc in your Cygwin home directory (e.g. /home/harold/): set meta-flag on set output-meta on # to show 8-bit characters set convert-meta off # to show it as character, not the octal representation # Mapping for German umlauts "\M-a": "?" "\M-A": "?" "\M-o": "?" "\M-O": "?" "\M-u": "?" "\M-U": "?" "\M-s": "?" # (TODO: Mapping for accents?) See similar questions...

How do I put bash into "8 bit" mode?

Cygwin/X Frequently Asked Questions
OpenSSH 3.8 enables untrusted X11 forwarding by default when connecting to an ssh server that supports untrusted X11Forwarding. Most ssh servers for GNU/Linux are versions of OpenSSH that do support untrusted X11Forwarding, so using OpenSSH 3.8 from Cygwin will result in a connection that uses untrusted X11Forwarding by default. See similar questions...

How many configuration files can an ASP.NET projects have?

ASP.NET FAQ - Page 2
Latest Answer: saswata.purkayastha you are correct. We can can have one web.config file in each different directori... See similar questions...

What files are modified during re-configuration?

Check Point Technical Support
After upgrading, FireWall-1 loses its state, so you must start the GUI and install the Security Policy. See similar questions...

Where are stored the configuration files of Chamo ?

Cameleon2: Frequently Asked Questions
The user's global configuration files of Chamo are stored in the ~/.cameleon2/ directory and are prefixed with "chamo.". The files are created if they don't exist. They are human readable with an OCaml-like syntax. There are also "local" configuration files, that is files stored in the directory where Chamo was launched. By now, we can find: chamo.sourceview. See similar questions...

When and why do configuration files change?

Electronic Maintenance System, Version 2 (EMS-2) : FAQ
The configuration files are used to set environment variables in EMS-2. As functionality is added, oftentimes an environment variable may also need to be added. It may not be necessary if you are developing to functionality requirements from the previous version, but you should keep in mind that a later update to your project may include the most current version of EMS-2. Bottom line, overall configuration management of your EMS environment should reflect the newest and most current tools. See similar questions...

How do I change the location of configuration files?

Chapter 8. Frequently Asked Questions
the system administrator, you can choose where configuration files are installed. The default settings make all these files go into ${PREFIX}/etc or some of its subdirectories; this may be suboptimal depending on your expectations (e.g., a read-only, NFS-exported PREFIX with a need of per-machine configuration of the provided packages). In order to change the defaults, you can modify the PKG_SYSCONFBASE variable (in /etc/mk. See similar questions...

What are ACT's configuration files and what do they do?

SONAR 6 FAQs - Sonar
sonaract.xml "The sonaract.xml file stores all custom mappings. [It] stores a list of parameter mappings between specific effect/synth plug-ins and specific controller/surface plug-ins. It allows your custom mappings to be remembered the next time you load an effect/synth, such that specific parameters are always assigned to the same physical buttons/knobs/sliders. SONAR writes to this file when you use the 'ACT Learn' mode on the Controller/Surface toolbar." (SOURCE: Morten Saether, Cakewalk). See similar questions...

Where are the system start-up configuration files?

System Administration
From 2.0.5R to 2.2.1R, the primary configuration file is /etc/sysconfig. All the options are to be specified in this file and other files such as /etc/rc (see rc(8)) and /etc/netstart just include it. Look in the /etc/sysconfig file and change the value to match your system. This file is filled with comments to show what to put in there. In post-2.2.1 and 3.0, /etc/sysconfig was renamed to a more self-describing rc.conf(5) file and the syntax cleaned up a bit in the process. See similar questions...

What changes have been made to the default configuration files ?

cooltools: Cool Tools at OpenSPARC T1
The files httpd.conf, extra/httpd_ssl.conf, extra/httpd_mpm.conf have been edited to enable Apache to startup as user webservd and have good out of the box performance. Several modules although included in the build have been disabled for better performance. If you need to use any of these modules, uncomment the corresponding LoadModule entry in httpd.conf. Entries for perl and php5 modules have been added. The default Apache configuration files are saved with extension . See similar questions...

pom.xml or settings.xml? What is the best practice configuration usage for these files?

FAQs-1 - Maven User - Codehaus
The best practice guideline between settings.xml and pom.xml is that configurations in settings.xml must be specific to the current user and that pom.xml configurations are specific to the project. For example, <repositories> in pom.xml would tell all users of the project to use the <repositories> specified in the pom.xml. However, some users may prefer to use a mirror instead, so they'll put <mirrors> in their settings.xml so they can choose a faster repository server. See similar questions...

Where are the SurgeMail configuration files?

FAQ - Frequently Asked Questions
SurgeMails main configuration file is surgemail.ini which is store in /etc on UNIX systems and your Windows directory on Windows systems (eg c:\winnt). This file can be edited by hand after which a "tellmail reload" would need to be issued or edited via the web interface. Backups of this file are stored in the SurgeMail directory as ini_YYMMDD.rec. See similar questions...

Why are the Java Pet Store Demo's configuration files so complicated?

Questions and Answers - Frequently Asked Questions
They are complicated for the same reason that the dashboard of a fighter jet is more complicated than your car's dashboard: because you're controlling a lot more power and functionality. Deployment descriptors are complicated because they configure J2EE technology components and their containers. J2EE containers provide a high level of standard services (transactions, security, persistence, thread safety, etc. See similar questions...

Where can see examples of dotfiles (configuration files)?

F L U X B O X:. - Documentation - FAQ
Add the following line to your .xinitrc before you exec fluxbox: export LC_ALL=C this should help on newer Redhats. See similar questions...

What are font configuration and font.properties files?

Java Internationalization FAQ
The font configuration files are used in Sun's JREs since 5.0 to map logical font names to physical fonts; earlier versions used font.properties files. There are several files to support different mappings depending on the host operating system version. The files are located in the lib directory within the JRE installation. Note that font configuration and font.properties files are implementation dependent. See similar questions...

Are you included all configuration files in classpath?

Frequently Asked Questions
If something going wrong while OJB read the metadata files you can enable debug log level for org.apache.ojb.broker.metadata.RepositoryXmlHandler and org.apache.ojb.broker.metadata.ConnectionDescriptorXmlHandler to get more detailed information. Note If OJB default logging was used, change entries for these classes in OJB.properties file (this may change in future). See similar questions...

Which files control WBI's current configuration?

WBI Development Kit -- FAQs
The configuration files in etc/config/wbi/ specify which port WBI listens to for HTTP requests and details how WBI should work with firewall machines, such as Socks servers and other proxies. For more information, see the documentation on WBI's configuration files. See similar questions...

Is there a graphical interface for executing configuration files?

Yes. If you want to use a GUI to load and execute your configuration file, run the webtester.packages.apps.runTestsGUI class. Using the available options, you can load and execute test cases. See similar questions...

Explore Other Topics

Why is my smoke detector making a "chirping" sound?
Why do I need ProMagnum-XL?
How do I get MDS?
How does Live Communications Server 2005 Standard Edition use Microsoft SQL Server?
Will I still need an antenna to receive my programming?
If I turn off VAIO Update, can I manually check for updates?
Why is this new mattress standard necessary?
Can I operate an oven without an exhaust hood?
What are butterflies in your stomach?
I was convicted of a felony, and have completed my probation and parole. Can I vote?
What is formula to calculate the heat load of the unit ???
How often do we need to change the UV lamp in the UV Dental Toothbrush Sanitizer?
What do the numbers mean on binoculars and spotting scopes?
How do I register for online account access?
More Questions >>

© Copyright 2007-2012 QueryCAT
About • Webmasters • Contact