Joseph you do not have a problem with firefox.
You have a problem on your web server.  Your apache is supposed to see
the .pl files and invoke perl for them.  This is handled in your
apache configuration, with something like:

          AddHandler cgi-script .pl
          Options ExecCGI Includes FollowSymlinks

which I see that you have.
If you don't have this, then apache just sees them as ordinary files.
This is all explained in the INSTALL guide, which I see that you've
tried to follow.

There are a number of reasons why Apache might not see/understand the
directives you have given it.  Checking the error log is a good place to
start, and making sure that you have in fact restarted apache, and that
it is in fact returning you files from the correct virtual host.

-- 
]       He who is tired of Weird Al is tired of life!           |  firewalls  [
]   Michael Richardson, Sandelman Software Works, Ottawa, ON    |net architect[
] m...@sandelman.ottawa.on.ca http://www.sandelman.ottawa.on.ca/ |device driver[
   Kyoto Plus: watch the video <http://www.youtube.com/watch?v=kzx1ycLXQSE>
                       then sign the petition. 



------------------------------------------------------------------------------
Nokia and AT&T present the 2010 Calling All Innovators-North America contest
Create new apps & games for the Nokia N8 for consumers in  U.S. and Canada
$10 million total in prizes - $4M cash, 500 devices, nearly $6M in marketing
Develop with Nokia Qt SDK, Web Runtime, or Java and Publish to Ovi Store 
http://p.sf.net/sfu/nokia-dev2dev
_______________________________________________
Ledger-smb-users mailing list
Ledger-smb-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/ledger-smb-users

Reply via email to