Sounds like mod_actions is missing from the loaded modules list.
http://httpd.apache.org/docs/1.3/mod/mod_actions.html#action
--
| Jeremy Chadwick jdc at parodius.com |
| Parodius Networking http://www.parodius.com/ |
| UNIX Systems Administrator Mountain View, CA, USA |
| Making life hard for others since 1977. |
On Tue, Dec 13, 2005 at 03:10:50AM +0100, alex wrote:
> Hi,
>
> I installed cgiwrap with this configure
>
> ./configure --with-install-dir=/usr/local/cgiwrap --with-httpd-user=www-data --with-logging-file=/var/log/apache/cgiwrap.log
>
> on a debian sarge box, my apache version is 1.3.33
>
> i put this in my httpd.conf
>
> ScriptAlias /cgiwrapDir/ /usr/local/cgiwrap/
> Action cgi-wrapper /cgiwrapDir/cgiwrap
>
>
> but i can not restart apache daemon, I have this error
>
> Syntax error on line 1060 of /etc/apache/httpd.conf:
> Invalid command 'Action', perhaps mis-spelled or defined by a module not included in the server configuration
|