Nathan, it sounds like you need to add Options ExecCGI.
Help: http://library.mobrien.com/dbmailadministrator/security-notes.htm http://library.mobrien.com/dbmailadministrator/DBMA/dbmail_sql_help.htm Add ExecCGI as-needed Sample DBMA Directory Config in httpd.conf file =============================================== <Directory "/usr/local/www/dbmailadministrator"> Options MultiViews ExecCGI AllowOverride None Order allow,deny Allow from 192.168.100 10.10.10 localhost mydomain.net </Directory> best... Mike ----- Original Message ----- From: "Nathan Zabaldo" <[EMAIL PROTECTED]> To: <[email protected]> Sent: Wednesday, December 15, 2004 10:12 PM Subject: [Dbmail] DBMailAdministrator > Hello, > > > > I am a newbie here to dbmail. My issue thus far is only with > DBMailAdministrator. I have installed all the modules it depends on with > cpan and changed the DBMA.cgi shebang to point to /usr/bin/perl where perl > is at. When I point my browser to /domain/dbmailadministrator/DBMA.cgi I am > getting "You are not authorized to view this page". This is a brand new > install of apache2 with mysql and module support. I am serving up other > websites from apache with php and mysql on the backend no problem. I'm sure > this is a perl/cgi issue and misconfiguration in apache2. I have also > change ownership of dbmailadministrator files to apache2's owner and group > and chmod 755 *.cgi. So I should be good to go. > > > > Is there something else in apache in regards to perl or cgi that I need to > do to get passed the "You are not authorized to view this page"? > > > > Thanks, > > > > Nate > > ---------------------------------------------------------------------------- ---- > _______________________________________________ > Dbmail mailing list > [email protected] > https://mailman.fastxs.nl/mailman/listinfo/dbmail >
