in reply to Configuration of Sambar server to use Perl

The usual reason for this problem, irrespective of type of webserver, is that the cgi program is not installed where the webserver expects it to be. In the case of Sambar, a little googling tells me it gets delivered with a sample cgi program called 'environ.pl'. A crude and dirty approach would therefore be to put the program in the same place as that one. The Sambar documentation ought to tell you more about aliasing and configuring paths for a cleaner approach - as it happens I only use apache on linux which uses a config file for aliasing paths, but the principles will be very similar.

-M

Free your mind

  • Comment on Re: Configuration of Sambar server to use Perl

Replies are listed 'Best First'.
Re^2: Configuration of Sambar server to use Perl
by PerceptiveJohn (Acolyte) on Jul 06, 2006 at 19:19 UTC
    Hello, thanks for commenting. I uninstalled Sambar and installed Apache on windows. When I type in  http://localhost I get back the Sambar main screen, not apache. Is there some way to tell localhost that apache is now the localhost?

    Thank you. John

      hmmmmmm
      Based on your initial question and your latest node (above) I think you have a rather larger problem than you think.

      Given your description above, it appears that either...

      1. You did NOT actually uninstall Sambar server
              or
      2. your browser cached what Sambar last rendered from http://localhost and is not set up to recheck for updates
              AND
      3. You really need to study and understand some "user" fundamentals
      First you need to ensure Sambar is not running. The correct installation and configuration process (including paths) for Apache is too long to put in a post but is available here: v2.2

      -M

      Free your mind