Trouble Setting Up Campsite 2.7
  • I am working on my first Campsite install. I finished with the configure scripts and have set up an instance for my site, but I have two problems.

    First, when I try to access my site I just get a blank page. I am using the following for the vhost configuration in Apache:


    DocumentRoot /var/www/mysite/htdocs/campsite/html
    ScriptAlias /cgi-bin/ /var/www/mysite/htdocs/campsite/cgi-bin/
    ServerName www1.mysite.com
    DirectoryIndex index.php index.html

    allow from all
    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


    Note that I added the allow from all line in (above the Options -Indexes one) because without it Apache would just give a 403 forbidden error.

    My next problem is with the campsite_server program. I run my Apache server off of port 8080, and apparently it likes to use this port too. So, if I restart Apache campsite_server binds the port, and then Apache won't start as a result. Is there any way I can change this value in Campsite? (I don't think this is a parser port; netstat shows that it's listening on port 2002.)

    Thanks for any insight; this is my first experience with Campsite and so I'm still getting used to it. Also, if it matters, I am using Gentoo Linux.
  • 1 Comment sorted by
  • OK, never mind. I did a fresh install and now it seems to work fine.