From: Dave Hallowell <[EMAIL PROTECTED]>
Reply-To: DBMail mailinglist <[email protected]>
To: [email protected]
Subject: [Dbmail] Install Issue
Date: Thu, 28 Sep 2006 17:18:17 -0500
Hello list members,
I am trying to install DBmail admin on a CentOS 4 linux box. I installed
the perl mods that are required and noticed I had to force the mysql mod
which was then installed successfully.
I chown the dbmailadministrator directory and all files/directories below
it to apache:apache which is the user that httpd runs as. I also chmod 777
dbmailadministrator and 755 all cgi files within the directory.
I added the directive to the http.conf file, just editing the path to where
dbmailadministrator is located. On my system it is
/var/www/html/dbmailadministrator.
I changed the passwd in the .htpasswd file.
I can get logged in, but what I see in my browser is the actual coding of
DBMA.cgi instead of the setup screen. I have double checked the directory
directive to make sure ExecCgi is on for the dbmailadministrator directory
and it is. I also checked the first line in the DBMA.cgi and verified the
path to perl is correct.
What am I missing? I have searched the archives, if I missed something,
sorry. Any help or pointers would be greatly appreciated.
Thanks,
Dave
_______________________________________________
Dbmail mailing list
[email protected]
https://mailman.fastxs.nl/mailman/listinfo/dbmail
add this to http.conf,
AddHandler cgi-script
Jim