[campsite-support] Internal Server Error
  • I am receiving th following error when I try to access the site or preview an issue. I searched the archive and found a similar problem which points to the configuration of Apache. However, I did not have any success with the solutions mentioned. Any idea how I can fix this problem?

    I am using the latest version:

    Here is my config file:


    ServerAlias www.domain.com domain.com
    ServerAdmin webmaster@domain.com
    DocumentRoot /home/grenade/public_html
    DirectoryIndex index.html index.php /priv/templates/idx.php
    IndexIgnore *
    AddHandler tpl_handler .tpl
    Action tpl_handler /cgi-bin/tpl_cgi
    User grenade
    Group grenade
    ServerName www.domain.com
    CustomLog domlogs/domain.com combined
    ScriptAlias /cgi-bin/ /home/grenada/public_html/cgi-bin/


    The Apache user and Group above are not the ones used during setup. I received an error when entered the combination. Instead I was successful with User "nobody" Group "nobody". I am not sure if this may be the source of the problem.

    Thanks

    ------------------------------------------
    Posted to Phorum via PhorumMail