Tagged Questions

0
votes
1answer
10 views

What is timeout setting under apache2handler in the php.ini? Does affect session time out?

Hello, I would like to know what the following means under apache2handler in the php.ini Timeouts Connection: 10 - Keep-Alive: 10 I have I problem with session timing out after 10 minutes of …
4
votes
8answers
79 views

PHP - Application config file stored as - ini,php,sql,cached,php class,JSON,php array?

I am trying to decide on the best way to store my applications configuration settings. There are so many options. The majority of applications I have seen have used a simple require and a PHP file …
0
votes
1answer
7 views

Cisco IOS-XR Router configuration CLI to XML conversion.

We have been using CLI commands to configure MPLS TE Tunnels on cisco IOS XR 12000 series routers now as the router supports xml we are trying to convert the cli commands into corresponding xml …
0
votes
1answer
16 views

rake db:migrate gives a uninitialized class variable @@configuration in Rails error

uninitialized class variable @@configuration in Rails /usr/lib/ruby/gems/1.8/gems/rails-2.1.0/lib/initializer.rb:19:in `configuration' …
0
votes
3answers
31 views

postgresql doesn’t starts after editing the postgresql.conf

Hi all, I tried to enlarge the value of the "shared_buffers" settings to be larger then a default 24Mb, and the server doesn't starts with other values (I tried some) except of the default one. Just …
2
votes
2answers
17 views

How to make “PHP Explorer” (project explorer?) area persistent between sessions in eclipse/PDT?

PHP Explorer is the eclipse PDT tab (the leftmost in standard configuration) where you can browse the folders of your project. I believe the same tab in standard eclipse is called "Project Explorer" …
0
votes
3answers
24 views

What is the most convenient way of handling nested config data in .Net?

I often store application config data in an app.config file in teh following format: <configuration> <appSettings> <add key="foo" value="foo value"/> <add key="bar" …
0
votes
0answers
7 views

Automatically update (or infer) assembly in app.config configSections

I'm writing an app with a custom configuration section, and I'm having some issues with it. The use case is somewhat unusual, so bear with me. The application is a data entry system for internal use …
0
votes
1answer
14 views

String format for Castle DictionaryAdapter

I'm using Castle DictionaryAdapter in order to get the application settings from the app.config as an interface ( based on Getting rid of strings (3): take your app settings to the next level ): …
0
votes
0answers
18 views

PHP Sqlite Configuration in Windows Not Working

Hello: I am having difficulty getting PHP(5) on Windows to work with Sqlite. After some research, I found that I have to change the php.ini file so that it reads (without semi-colons): …
0
votes
0answers
11 views

IPhone Configuration : is it possible to configure APN programmatically?

Hello everybody, in my iPhone app, I would like to switch from an APN (Access Point Name) to another without using a configuration profile. Does Apple allow a dynamic change of APN ? Do you have any …
1
vote
2answers
22 views

Working with modules in IntelliJ IDEA

As I understand, using modules allows us to control some dependencies. I mean that we can allow one module to interact with another one but not vise versa. We also can make some reusable things and …
0
votes
1answer
18 views

What names do you use for the “Solution Platforms” in Visual Studio?

The Visual Studio Default config says: “Any CPU”, does anybody change that? If so, what would you use and why?
1
vote
2answers
54 views

Where do you define spring bean configuration files

I am separating my spring bean configuration files as follows: myapp-service.xml myapp-servlet.xml However I am getting the error; Error creating bean with name 'beanName' defined in …
1
vote
1answer
24 views

Castle Windsor: how to know that the container has been initialized or configured ?

Hello. I'm using Castle Windsor with a configuration from my App.config file. In the code I use : IWindsorContainer container = new WindsorContainer(new XmlInterpreter()); to get the container. …

1 2 3 4 5 75 next
15 30 50 per page