Changeset 163

Show
Ignore:
Timestamp:
03/01/06 12:58:33 (3 years ago)
Author:
conrad
Message:

put apache config inside of <IfModule? mod_actions.c>

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • fastphoto/trunk/apache/fastphoto.conf

    r112 r163  
    1 ScriptAlias /fastphoto /usr/local/bin/fastphoto 
    2 Action image/jpeg /fastphoto 
     1<IfModule mod_actions.c> 
     2  ScriptAlias /fastphoto /usr/local/bin/fastphoto 
     3  Action image/jpeg /fastphoto 
     4</IfModule>