Lock web app only work for intranet
        Posted  
        
            by justjoe
        on Stack Overflow
        
        See other posts from Stack Overflow
        
            or by justjoe
        
        
        
        Published on 2010-04-22T13:45:47Z
        Indexed on 
            2010/04/22
            14:03 UTC
        
        
        Read the original article
        Hit count: 276
        
some week in the future i will have job to create php web app that will work as billing process. As the client and my team agree upon, the web app will only deploy in their internal server. This need arose some fundamental questions for myself.
- how do we lock the web app really really will work only in internal server and not in internet as it asked ? cause this need, the cost for the job have been cut into some degree. so it will be best if it only work as client describe it : it will be deploy in intranet an intranet only
- What is the pro and cons deploy php application only (with all of its apache server )in intranet ?
- What is the fundamental different between deploying php app in intranet environment and in internet ? is there anything to be consider ?
- I know we can put windows in to a flash-disk or pen-disk. i there any autorun apache/php server that work in the same fashion ?
© Stack Overflow or respective owner