Mobile app version of vmapp.org
Login or Join
LarsenBagley505

: Most common Apache and PHP configuration for portable Web Applications I always create web application using PHP but I always distribute and deploy my works to different kinds of server platforms

@LarsenBagley505

Posted in: #Apache #OperatingSystem #Php

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?

10.01% popularity Vote Up Vote Down


Login to follow query

More posts by @LarsenBagley505

1 Comments

Sorted by latest first Latest Oldest Best

 

@Cofer257

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.)

10% popularity Vote Up Vote Down


Back to top | Use Dark Theme