Re: [Asterisk-Users] Issue - vmail.cgi on Redhat 9 (Apache) ?

2004-01-12 Thread CW_ASN



Try with:
 
make webvmail
 
from source directory.
 

  - Original Message - 
  From: 
  tony banks 
  To: [EMAIL PROTECTED] 
  
  Sent: Monday, January 12, 2004 1:45 
  PM
  Subject: [Asterisk-Users] Issue - 
  vmail.cgi on Redhat 9 (Apache) ?
  
  HelloI found related question on vmail.cgi in the mailing list but 
  that didn't answer my question. I did copy the vmail.cgi to /var/www/cgi-bin/ 
  but still gets the following error message when I access http://XXX.XX.XX.XXX/cgi-bin/vmail.cgi  
    The server encountered an internal error and was unable to complete 
  your request.     Error message:    Premature 
  end of script headers: vmail.cgi Please adviseRegardsTony 
   


RE: [Asterisk-Users] Issue - vmail.cgi on Redhat 9 (Apache) ?

2004-01-12 Thread woody+asterisk


From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] On Behalf Of tony banks
Sent: Tuesday, 13 January 2004 3:46
To: [EMAIL PROTECTED]
Subject: [Asterisk-Users] Issue - vmail.cgi on Redhat 9 (Apache) ?



Hello

I found related question on vmail.cgi in the mailing list but that
didn't answer my question. I did copy the vmail.cgi to /var/www/cgi-bin/ but
still gets the following error message when I access
http://XXX.XX.XX.XXX/cgi-bin/vmail.cgi

The server encountered an internal error and was unable to
complete your request. 

Error message:
Premature end of script headers: vmail.cgi 

Please advise

Regards
Tony 


This is the apache general error message, presented to the web browser, you
want to look in /var/log/apache/error.log (or similar) which should have
something more detailed.

Also you can try running vmail.cgi from the command line to see what errors
you get and look them up in google.

Cheers,
Woody


___
Asterisk-Users mailing list
[EMAIL PROTECTED]
http://lists.digium.com/mailman/listinfo/asterisk-users
To UNSUBSCRIBE or update options visit:
   http://lists.digium.com/mailman/listinfo/asterisk-users


Re: [Asterisk-Users] Issue - vmail.cgi on Redhat 9 (Apache) ?

2004-01-12 Thread Chris Albertson

Is the file "vmail.cgi" executable by the user that apache runs
as?  POssably you need to
  chown apache.apache vmail.cgi
  chmod +x vmail.cgi

--- tony  banks <[EMAIL PROTECTED]> wrote:
> Hello
> 
> I found related question on vmail.cgi in the mailing list but that
> didn't answer my question. I did copy the vmail.cgi to
> /var/www/cgi-bin/ but still gets the following error message when I
> access http://XXX.XX.XX.XXX/cgi-bin/vmail.cgi
> 
>  The server encountered an internal error and was unable to
> complete your request. 
> 
> Error message:
> Premature end of script headers: vmail.cgi 
> 
> Please advise
> 
> Regards
> Tony


=
Chris Albertson
  Home:   310-376-1029  [EMAIL PROTECTED]
  Cell:   310-990-7550
  Office: 310-336-5189  [EMAIL PROTECTED]
  KG6OMK

__
Do you Yahoo!?
Yahoo! Hotjobs: Enter the "Signing Bonus" Sweepstakes
http://hotjobs.sweepstakes.yahoo.com/signingbonus
___
Asterisk-Users mailing list
[EMAIL PROTECTED]
http://lists.digium.com/mailman/listinfo/asterisk-users
To UNSUBSCRIBE or update options visit:
   http://lists.digium.com/mailman/listinfo/asterisk-users


Re: [Asterisk-Users] Issue - vmail.cgi on Redhat 9 (Apache) ?

2004-01-12 Thread jerk face

--- tony  banks <[EMAIL PROTECTED]> wrote:
> Hello
> 
> I found related question on vmail.cgi in the mailing
> list but that didn't answer my question. I did copy
> the vmail.cgi to /var/www/cgi-bin/ but still gets
> the following error message when I access
> http://XXX.XX.XX.XXX/cgi-bin/vmail.cgi
> 
>  The server encountered an internal error and
> was unable to complete your request. 
> 
> Error message:
> Premature end of script headers: vmail.cgi 
> 
> Please advise
> 
> Regards
> Tony


You shouldn't copy vmail.cgi over to the cgi-bin
directory, you should install it using make webvmail. 
You also need to make sure you have the perl-suidperl
package installed.

__
Do you Yahoo!?
New Yahoo! Photos - easier uploading and sharing.
http://photos.yahoo.com/
___
Asterisk-Users mailing list
[EMAIL PROTECTED]
http://lists.digium.com/mailman/listinfo/asterisk-users
To UNSUBSCRIBE or update options visit:
   http://lists.digium.com/mailman/listinfo/asterisk-users


[Asterisk-Users] Issue - vmail.cgi on Redhat 9 (Apache) ?

2004-01-12 Thread tony banks
Hello

I found related question on vmail.cgi in the mailing list but that didn't answer my 
question. I did copy the vmail.cgi to /var/www/cgi-bin/ but still gets the following 
error message when I access http://XXX.XX.XX.XXX/cgi-bin/vmail.cgi

 The server encountered an internal error and was unable to complete your request. 

Error message:
Premature end of script headers: vmail.cgi 

Please advise

Regards
Tony