diff options
| author | hallgren <hallgren@chalmers.se> | 2011-06-21 15:49:31 +0000 |
|---|---|---|
| committer | hallgren <hallgren@chalmers.se> | 2011-06-21 15:49:31 +0000 |
| commit | e1385da05042ebec1c46e1f9029720ac0d873d77 (patch) | |
| tree | 9c4537eeb996f496f087e4b23f090228deaf4ce8 /src/runtime/javascript/minibar/about.html | |
| parent | 549cc324d7f6703c497433e85280e558bd1258b3 (diff) | |
gf-server: make pgf-service work the Apache mod_fastcgi
pgf-service now appears to works with Apache mod_fastcgi (under Mac OS X) in
addition to lighttpd.
One difference appears to be that while lighttpd passes the name of the PGF
file in the SCRIPT_FILENAME variable, Apache passes it in PATH_TRANSLATED.
But perhaps this depends on exactly how the fastcgi service is configured.
The following is what I added to the Apache configuration file to test this:
<Directory /Library/WebServer/Documents/fcgi-bin>
SetHandler fastcgi-script
Options +ExecCGI
</Directory>
Action pgf-service /fcgi-bin/pgf-service
AddHandler pgf-service .pgf
Diffstat (limited to 'src/runtime/javascript/minibar/about.html')
0 files changed, 0 insertions, 0 deletions
