Re: [Mailman-Users] Odd CGI problem

2006-01-14 Thread matt
Ok, fixed it... forgot to Load the cgi module.. duh Thanks, Matt > Thanks Mark, unfortunately these changes still yield the same output. I > didn't put 2 and 2 together about it just displaying the file. At least > now I know apache isn't trying to execute it. > > Anyone else have an idea? > > Th

Re: [Mailman-Users] Odd CGI problem

2006-01-14 Thread matt
Thanks Mark, unfortunately these changes still yield the same output. I didn't put 2 and 2 together about it just displaying the file. At least now I know apache isn't trying to execute it. Anyone else have an idea? Thanks, Matt > [EMAIL PROTECTED] wrote: >> >>I'm installing mailman on FreeBSD 6

Re: [Mailman-Users] Odd CGI problem

2006-01-14 Thread Mark Sapiro
[EMAIL PROTECTED] wrote: > >I'm installing mailman on FreeBSD 6.0 from ports and using apache 2.0.55. >I have the following in the virtual host definition. > >ScriptAlias /mailman/ "/usr/local/mailman/cgi-bin/" >ScriptAlias /pipermail/ "/usr/local/mailmain/archives/public/" This should be

[Mailman-Users] Odd CGI problem

2006-01-14 Thread matt
Ok, I'm installing mailman on FreeBSD 6.0 from ports and using apache 2.0.55. I have the following in the virtual host definition. ScriptAlias /mailman/ "/usr/local/mailman/cgi-bin/" ScriptAlias /pipermail/ "/usr/local/mailmain/archives/public/" AllowOverride None Opt