[campsite-support] Problem starting apache
  • 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
  • 2 Comments sorted by
  • you need to enable the mod_actions apache module.


    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
    >


    --
    /holman
  • Please disreguard - I updated the apache 1.3 modules and it worked fine. I am at the admin login page - WOW!!!!

    Thanks for all the help getting me to this point.

    Regards,
    Joe Donth