cgi script to run whenever file is requested

Problems with the Linux version of XAMPP, questions, comments, and anything related.

cgi script to run whenever file is requested

Postby geebers » 08. January 2010 17:50

I need to run a cgi script each time a .jpg file is requested.

In my .htaccess file i've included the following......
Code: Select all
<IfModule actions_mod>
AddHandler cgi-script .cgi
AddHandler image/jpg .jpg
Options ExecCGI
Action image/jpg /cgi-bin/myscript.cgi
</IfModule>


some configuration notes....
permissions seem to be fine. apache runs as user bob.
myscript.cgi user=bob, group=bob, filepermission=755
all files in my directory user=bob, group=bob

I can run myscript.cgi successfully by manually typing ./myscript.cgi
but does not run when a .jpg file is requested.
any clues??? Thanks for any help.
geebers
 
Posts: 7
Joined: 08. January 2010 16:45

Return to XAMPP for Linux

Who is online

Users browsing this forum: No registered users and 46 guests