Most voted "configuration" questions
Configuration is the process of specifying the settings used for a system or application. Do not use this tag to ask about the specific configuration of a tool. It should be used for configuration development in an application.
Learn more…77 questions
Sort by count of
-
15
votes1
answer37878
viewsXms, Xmx, XX:Maxpermsize, XX:Permsize - What’s the difference?
I need to improve the performance and availability of my Glassfish application server that from time to time causes the application to launch Outofmemory error. Searching the internet, I checked…
-
11
votes3
answers1027
views$GLOBALS to store settings?
Hi, last week I asked what was the best way to store and read settings for a website, and I got two answers. Of those two answers, there was a lot of speculation, but none really explained why I…
-
9
votes2
answers1768
viewsWhat is and what is php.ini for?
It may be a simple question but I’d like to know what the php.ini and its use for a website/system. If possible, I would like good references (not always the meeting) that can help in the…
-
9
votes2
answers185
viewsHow to store a website settings?
I intend to develop a site that has some configuration options, for example: Maintain standard or custom logo Allow registration of new users Authorize anonymous comments in posts How should these…
-
8
votes2
answers671
viewsWhat is the way to store and read settings?
Imagining that I have a small site, and this site stores and returns information from the database. Currently I see many people storing the data of login for Mysql or paths in PHP variables or…
-
8
votes3
answers1883
viewsHow to Create and read ". conf" files in C, for linux environment?
I’m studying C in linux environment. I have a problem in how to create a configuration file for my program to know what to do when running. Question Does anyone know how to store and read variables…
-
6
votes2
answers1556
viewsHow to add a file extension to the list of extensions supported by Adobe Brackets?
I’m using the files with html extension.echo in my WEB project and I am trying to edit in Adobe Brackets, but I cannot specify that it should treat these files as HTML sources. I would like Brackets…
-
6
votes3
answers459
viewsDoes C# have a class for handling properties files?
In C# has some class for handling files properties? In Java I use the class Properties, I was wondering if you have a C equivalent#?…
-
5
votes1
answer3774
viewsHow to restart Openfire settings?
I am working on a project that uses an XMPP server. I am using Openfire to build a development and testing environment. After starting it for the first time it offers a step by step to configure it.…
-
5
votes1
answer114
viewsConfiguration of service worker
Can you configure the code below the service worker to ignore the cache if the request from the server is 200? My service worker is picking up routes that exist and are not curly and generating…
-
5
votes2
answers260
viewsHow to save changeable parameters in the system?
I have an ASP.NET MVC project and I use web.config to save some parameters that will be used by the system, but should not be changed by any user. Now I have to implement some other parameters that…
-
4
votes2
answers342
viewsFunction to generate INI from Array
There is a function that does the inverse of parse_ini_file to be able to generate a configuration file from an array?
-
4
votes2
answers94
viewsParameters of Android configuration
I wonder if you have any way to get the values straight from the settings of android example want to know if the "Unknown Sources" is enabled, "Developer Mode" is enabled,"Language" ,"Brightness…
-
4
votes1
answer2870
viewsBetter PHP-FPM configuration for 4gb ram?
I need help setting up my PHP-FPM I have EC2 on Amazon C4.large 3.75 GB RAM 2 CORE On my server I only have PHP-fpm,NGINX and an ftp server connected, Mysql is on a RDS. My current php-fpm…
-
4
votes1
answer346
viewsWhat is a YAML file and when should we use it?
What is a YAML file for and when it is appropriate to create it in a project?
-
3
votes1
answer1106
viewsChange "Character" and "collation" settings
I have a configuration in a database as follows: SERVIDOR 1 show variables like '%version%'; innodb_version 1.1.8 protocol_version 10 slave_type_conversions version 5.5.19-log version_comment MySQL…
-
3
votes1
answer223
viewsConfiguring SVN in Amazon EC2 - User authentication is not requested
I’m having trouble setting up SVN on an Amazon EC2 server managed by Bitnami. I actually created this machine to use Redmine, but I’ll also need the SVN. I followed the instructions on the wiki…
-
3
votes1
answer223
viewsPHP embedded in HTML in Eclipse
Good morning: I’m starting to use Eclipse Ide (Mars) because it already has PHP 7 support while Netbeans doesn’t have it yet. I am facing a problem which is the non-formatting (syntax highlitgh) of…
-
3
votes2
answers261
viewsHow to run Wamp Server over network?
I installed Wamp Server on the network, but it does not work. It turns red, I swipe the mouse and it says "Server online". I already modified the httpd.conf file to release the permission for all…
-
3
votes3
answers579
viewsHow to store variables in.txt files
I am a C beginner and I am looking to study how to let my program already configured every time it runs. It seems to me something very important, but I found little material. For example, "remember"…
-
3
votes3
answers297
viewsWhat is Appsettings for?
I was looking at Web.confg and would like to know what the <appSettings>? What it interferes with our application?
-
2
votes1
answer194
viewsPut Date in App.Config
I have an application that runs as a service and needed to configure in the app.config some variables, namely dates, so that when it is necessary to make changes to the search criteria (in cases…
-
2
votes1
answer41
viewsMaintenance and recovery of service Urls
I am working on a Web Forms project that has a DLL, and in this DLL there are references to external services. We have 3 environments (development, homologation and production) and for each…
-
2
votes1
answer136
viewsCNAME configuration for Saas service
Ok, I know that to set up a CNAME I go to the simple DNS editor and create the following configuration. servico.meudominio.com. CNAME username.servico.com I will keep the service in a subdminio…
-
2
votes1
answer847
viewsPut WS Restful Project into Production
I’m a beginner in Java and these . jar, . War, etc businesses are news to me. I did my first Restful Webservice project and added 2 *.jars, Gson and JDBC.postgres. I want to put into production (on…
-
2
votes1
answer842
viewsAndroid Studio does not display English characters correctly
My project is not displaying any English characters correctly. When I display a string as "no", it displays "no". The strange thing is, when I call the string straight from the res/string.xml, it…
java android android-studio character-encoding configurationasked 9 years, 6 months ago Diego Fortes 357 -
2
votes0
answers63
viewsXML file recognition in Eclipse
I am using a private language, derived from XML, with extension . fml. I would like to make the eclipse recognize the code as if it were XML, to facilitate the visualization. Have some way to change…
-
2
votes1
answer28
viewsHow to exchange the present database schema config.js?
I am working on a finished application developed in Node.js/Expressjs. At the moment my problem is: 95% of the application uses schema A, but the new module I’m creating need to use schema B. How do…
-
2
votes1
answer1313
viewsSome keys are not working on my VS2015
The keys F1 à F12, are not working. I use a DELL notebook, with windows 10. I put the cursor on top of a class, I gave F12 to go to the function and nothing. I gave a F5 and the project did not run.…
-
2
votes1
answer2182
viewsHow do I check for errors in Apache configuration before restarting?
Several times I needed to restart Apache after making some settings, I had the dislike of receiving a failure message, because there was an error in the configuration. A colleague here at the site…
-
2
votes1
answer887
viewsDisable VSCODE vertical indentation tabs
I started using Vscode recently and am trying to configure it to my liking. But I’m not found how to disable the lines in "Vertical" that mark the elements (parents and children) along with…
-
2
votes1
answer94
viewsWhat is Membership for?
I was analyzing Web.confg and a question arose, what is the usefulness of the tag membership? What is he?
-
2
votes1
answer42
viewsWindows server configuration (wamp) for different applications with subdomains
I am developing PHP/Laravel applications and need to configure a local server to access different directories from the same domain, as in the examples below: domain.com/application01 --> Access…
-
2
votes0
answers46
viewsError setting Spring
Could someone help me with this mistake: Invalid Namespacehandler class [org.springframework.data.jpa.Repository.config.Jparepositorynamespacehandler] for namespace…
-
2
votes2
answers221
viewsMy vscode does not execute code in "output", but in the console debug
I’m learning to code in Javascript (Cod3r’s WEB Development Course by Udemy) and I’m having a lot of problems with Visual Studio Code, which I’ve been postponing for not being able to solve. The…
-
2
votes1
answer22
viewsPylint on Vscode
I’m starting to use the VSCode to work with Python, and would like to set up the Pylint to highlight|warnings errors while typing (such as PyCharm makes), by default lints are only 'executed' in…
-
1
votes0
answers22
viewsWhen selecting price option goes to "0"
I’m using version 1.8.1.0 of personnel to develop a cosmetics store, and I’m facing problems with price configurable products. I’m using the SCP. The product comes with the standard price, and when…
-
1
votes1
answer1481
viewsConfigure Spring applicationContext by taking advantage of other configuration files
I got the following hibernate.cfg.xml: <?xml version="1.0" encoding="UTF-8"?> <!DOCTYPE hibernate-configuration PUBLIC "-//Hibernate/Hibernate Configuration DTD//EN"…
-
1
votes0
answers230
viewsResponse time increase in OSI 7
I have 3 servers in one load and one of them has been showing slowness. All of them are in ASP.Net but there is an application that is consuming about 30% processing of one machine. How can I do to…
-
1
votes3
answers1144
viewsIs there any way to use script as configuration files in python?
In PHP, we can use a PHP script to just return values, which is very useful for creating configuration files for an application. Example DB.php return array( 'host' => 'localhost', 'username'…
-
1
votes1
answer1235
viewsNginx files Php
I’m studying about Nginx and it seems to be faster than good old Apache. My doubt is. I have the Nginx already installed and running (with the welcome msg). I created an index.php page and…
-
1
votes1
answer529
viewsLaravel Email Sending Configuration 5.1
I need to implement a configuration screen, where the user can set the data to send email as: MAIL_DRIVER, MAIL_HOST, MAIL_PORT, MAIL_USERNAME, MAIL_PASSWORD, MAIL_ENCRYPTION, etc. In this case the…
-
1
votes0
answers91
viewsRestore routes after route -F command?
Hello, good night/dawn! I’m researching here about the route-f command, which to me was unknown. This afternoon my curious brother was fiddling with the cmd, trying to understand the commands…
-
1
votes1
answer93
viewsDoubt in Phpmailer
I started using the PHPMailer, and is working but would like to know if there is how the sender is the email that the user typed in my form. Note: It sends the form data field: name, subject and…
-
1
votes0
answers84
viewsOwncloud installation - Does not log in
To install Owncloud I have adopted the following procedures: a) Owncloud Community Download b) Decompression c) Sending to the server where the hosting is located d) Initial configuration…
-
1
votes0
answers51
viewsHelp tool in Postgresql . conf configuration
someone knows some tool that assists in adjusting the parameters of the postgresql.conf file. I’ve used the PGTUNE and of Pgconfig, but they indicate nothing of the parameters: cpu_tuple_cost…
-
1
votes0
answers32
viewsAdding Object-like datasets to Reportviewer
There is another way to add the object-type dataset to create reports in reportviewer? In the examples I see it is possible to select between the options: Database, Service, Object and Sharepoint in…
-
1
votes1
answer431
viewsAPP_URL of . env record entire URL (in addition to the domain) of the application
I have a server with a domain where there are several Laravel applications, for example, the path of the application1 is like this: https://dominio.com/aplicacao1/public The problem is that when I…
-
1
votes2
answers126
viewsDisfigured Netbeans
Hello, I was doing a college paper on Netbeans. I wanted to make a UML diagram of the project, so I installed a plugin with shows the link that follows. Video tutorial that shows the plugin…
-
0
votes1
answer53
viewsEclipsegavab: error when compiling file. pas
I installed Freepascal 32bits and installed the 32bit Eclipse Gavab But you’re making a mistake! Any suggestions ?…