http://qs321.pair.com?node_id=380546


in reply to How to configure Apache for running perl scripts.

Well I am sure there can be many different levels of issues here, but first I would suggest checking that the script is executable this file should be chmod 755. Also you might need to ensure your Apache build was configured with suexec enabled.

SUNADMN
USE PERL
  • Comment on Re: How to configure Apache for running perl scripts.

Replies are listed 'Best First'.
Re^2: How to configure Apache for running perl scripts.
by munu (Novice) on Aug 06, 2004 at 14:06 UTC
    Yes I had done chmod 777 a.pl, but it is still displaying the contents of the file.
    And how to check if Apache is build with SUexec or not