Hi!

I'm having trouble getting the webadmin to work.

Whenever I try to change a setting (any setting, doesn't matter
which one) and click on Ok, I'm getting an Error 500 and the
message "Premature end of script headers: webadmin".

I'm using apache 2.0.52 with vhosts. The error_log contains:

[Thu Nov 18 22:06:08 2004] [error] [client 82.207.192.45] Premature end of 
script headers: webadmin, referer:
http://example.net/webmail/webadmin/10password

To be able to use webadmin without SSL, I set a password
in /etc/courier/webadmin/password and touched /etc/courier/webadmin/unsecureok.

Apache2 is configured like this:

##########################################################################
NameVirtualHost *:80

<VirtualHost *:80>
        ServerName example.net
        ServerAlias *.example.net

        CustomLog /var/www/example.net/logs/access_log combined
        ErrorLog /var/www/example.net/logs/error_log

        DocumentRoot /var/www/example.net/htdocs
        <Directory /var/www/example.net/htdocs>
                AllowOverride All
                Options -Indexes FollowSymLinks MultiViews
                <IfModule mod_access.c>
                        Order allow,deny
                        Allow from all
                </IfModule>
        </Directory>

        ScriptAlias webmail /usr/lib/courier/courier/webmail/
        <Directory /usr/lib/courier/courier/webmail/>
                AllowOverride All
                Options -Indexes FollowSymLinks ExecCGI
                <IfModule mod_access.c>
                        Order allow,deny
                        Allow from all
                </IfModule>
        </Directory>
</VirtualHost>
##########################################################################

I'd suppose that this is some sort of permissions problem; that
the webadmin CGI cannot write to some place? As which user/group might
it be trying to write where?

I'm using the courier-0.47 "ebuild" of Gentoo Linux.

Thanks for any help whatsoever!

Alexander Skwar
-- 
Love thy neighbor, tune thy piano.
ŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻ


-------------------------------------------------------
This SF.Net email is sponsored by: InterSystems CACHE
FREE OODBMS DOWNLOAD - A multidimensional database that combines
robust object and relational technologies, making it a perfect match
for Java, C++,COM, XML, ODBC and JDBC. www.intersystems.com/match8
_______________________________________________
courier-users mailing list
[EMAIL PROTECTED]
Unsubscribe: https://lists.sourceforge.net/lists/listinfo/courier-users

Reply via email to