in reply to Re^2: apache2 start up after installing
in thread apache2 start up after installing

marto has provided links in Re^3: apache2 start up after installing that may prove to be very helpful. It appears that you need to understand some of the basics of how web applications work. Perhaps even something at http://w3schools.com or similar would be helpful.

The fact that a web script is written in perl is of no consequence. It is how the web script interacts with the web server that makes it CGI or mod_perl or plack. Modules like Apache2, CGI, and plack can help your script interface with the server, but until you grasp the basic architecture of what the httpd server, the CGI script, and the browser / client each do, it may be difficult to make use of those.

--MidLifeXis

  • Comment on Re^3: apache2 start up after installing

Replies are listed 'Best First'.
Re^4: apache2 start up after installing
by javed (Initiate) on May 01, 2012 at 13:32 UTC
    ok so what is the easy website to learn apache2

      Do you want to learn mod_perl2 (perl bindings into Apache2.x), how to manage the Apache 2.x server, or how to write applications for the web (mod_perl, cgi, and plack are but three technologies for doing this)?

      Your question, as it stands, is ambiguous, and I am not certain that you know what you are asking.

      --MidLifeXis

        thanx,,actually i want to be a programmer, i have worked on perl and my command on it is good. now i want to learn apache2, that will be used to help me to upload any perl form upload scripts.. for testing, i have to check all pages and scripts at my local host first, that is why i want to see at loacal host. now i explained every thing about my veiw, in short i have done perl basics,syntax and have a good command on perl, but not i want to learn apache2 for perl form uploadings..