[Alpine-info] web alpine

Maarten Thibaut mthibaut at cisco.com
Wed Apr 23 16:24:04 PDT 2008


Hi,

The docs for installing the alpine web version dorect you to setup a dir
like:

<Directory "/usr/local/libexec/alpine">
Options FollowSymLinks ExecCGI -Indexes
AllowOverride All
Order allow,deny
Allow from all
</Directory>

And an alias like this:

Alias /webmail/ "/var/www/alpine/"

But if you follow the instructions, at that location you'll find the
alpine web root dir, which contains no index.html or cgi scripts.

Shouldn't this be

Alias /webmail/ "/var/www/alpine/cgi/"

so that the webserver finds something to display?

Also, when changing the config as I suggested, I get this:

can't find package WPComm
while executing
"package require WPComm"
(file "./alpine.tcl" line 170)
invoked from within
"source ./alpine.tcl"
(file "/opt/local/libexec/alpine/cgi/greeting.tcl" line 14)
[Thu Apr 24 01:15:11 2008] [error] [client 144.254.10.208] Premature end
of script headers: /opt/local/libexec/alpine/cgi/greeting.tcl

Wondering what I'm doing wrong?

--
maarten


More information about the Alpine-info mailing list