I always create web application using PHP but I always distribute and deploy my works to different kinds of server platforms and web server configurations. Thus I always encounter problems in deployment because some features are enabled and others are disabled. And my question, is there a standard web server configuration that is commonly used by most of web servers worldwide? covering the aspects of reliability, security and maintainability?

link|improve this question
2  
Apache 2* php 5* you should have a deplpyment script that checks for issues. – Dagon Jan 16 at 6:35
feedback

migrated from stackoverflow.com Jan 16 at 18:10

This question came from our site for professional and enthusiast programmers.

1 Answer

There are defaults typically for both the PHP.ini and the apache conf file, but it would vary depending on the version of PHP and Apache running. Do you develop for a set verserion like 5.2.x (PHP) and v.2.0.x or 2.2.x Apache? Knowing this would help ID what the typical defaults would be (like registered globals, etc.)

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.