in reply to making dynamic web pages

That is basically correct. There is another option, FastCGI, which uses a socket connection between the web server and the application to communicate. Anything beyond that would probably depend on whether any particular web server offers dynamic page generation.


print map{(split//,'hark, suPerJacent other l')[$_]}(11,7,6,16,5,1,15,18..23,8..10,24,17,0,12,13,3,14,2,4);

Replies are listed 'Best First'.
Re^2: making dynamic web pages
by manishrathi (Beadle) on Dec 22, 2009 at 03:35 UTC
    For FastCGI protocol, how would that protocol be used ? If there are two protocols being used, which one will be used by the request. What I mean is, when a request comes in and if that needs dynamic creation of the webpage, which protocol will be used by the web server to transfer the request data to application if there are more than one protocols are available ?
    Or there can be only one protocal on the webserver at a time, so whenever a request needs to dynamically create a web page, only this protocal can transfer request data to the application ?
    Pls explain
      used by the web server to transfer the request data to application if there are more than one protocols are available

      like every software you, configuration