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

You need to put your Perl scripts in the cgi-bin of the apache2 webserver. Google for "ubuntu cgi-bin location" and you will get all the answers you need. There is an apache configuration file, which specifies where the cgi-bin is, and what file extensions like .pl are recognized. Although it is possible to set it up so that cgi scripts can be run from the html root directory, it is very seldom done for security reasons. You can load an image or html page from html-root, but scripts are generally confined to a cgi-bin directory.

I'm not really a human, but I play one on earth.
Old Perl Programmer Haiku ................... flash japh
  • Comment on Re^3: apache2 start up after installing