I added the following line to the "/etc/apache/httpd.conf" file:
include /usr/local/campsite/etc/campsite/campsite-vhost.conf
When I attempt to restart apache I get the following error:
Syntax error on line 24 of
/usr/local/campsite/etc/campsite/campsite-vhost.conf:
Invalid command 'Action', perhaps mis-spelled or defined by a module not
included in the server configuration
Please advise,
The contents of the vhost file is:
DocumentRoot /usr/local/campsite/www/campsite/html
ScriptAlias /cgi-bin/ /usr/local/campsite/www/campsite/cgi-bin/
ServerName campsite
DirectoryIndex index.php index.html
Options -Indexes FollowSymLinks MultiViews
AllowOverride All
Order allow,deny
Allow from all
AllowOverride All
Options ExecCGI
Order allow,deny
Allow from all
On 10/9/06, jdonth@donth.com wrote:
>
> Thank you for your assistance.
>
> I added the following line to the "/etc/apache/httpd.conf" file:
> include /usr/local/campsite/etc/campsite/campsite-vhost.conf
>
> When I attempt to restart apache I get the following error:
>
> Syntax error on line 24 of
> /usr/local/campsite/etc/campsite/campsite-vhost.conf:
> Invalid command 'Action', perhaps mis-spelled or defined by a module not
> included in the server configuration
>
> Please advise,
>
> The contents of the vhost file is:
>
>
> DocumentRoot /usr/local/campsite/www/campsite/html
> ScriptAlias /cgi-bin/ /usr/local/campsite/www/campsite/cgi-bin/
> ServerName campsite
> DirectoryIndex index.php index.html
>
> Options -Indexes FollowSymLinks MultiViews
> AllowOverride All
>
> Order allow,deny
> Allow from all
>
>
>
> AllowOverride All
> Options ExecCGI
>
> Order allow,deny
> Allow from all
>
>
> AddHandler tpl_handler .tpl
> Action tpl_handler /cgi-bin/tpl_cgi
>
>
>
> Thank you,
> Joe
>