Home
| Calendar
| Mail Lists
| List Archives
| Desktop SIG
| Hardware Hacking SIG
Wiki | Flickr | PicasaWeb | Video | Maps & Directions | Installfests | Keysignings Linux Cafe | Meeting Notes | Linux Links | Bling | About BLU |
>>>>> "LP" == Les Pendleton <kpendle1 at tampabay.rr.com> writes: LP> /usr/sbin/httpd LP> First: I wanted to see what modules are running so I typed httpd -l to LP> try out the command, I got a reply command not found... try /usr/sbin/httpd -l LP> Why can't I get the applet running? I assume that you have java enabled in the browser? Look around in your logs (access_log and error_log, use locate to find them) and see if you can find where the browser requests the .class files and fails. The permissions are fine. LP> [Wed Jun 14 15:11:49 2000] [error] (8)Exec format error: exec of LP> /home/httpd/cgi-bin/mailer.pl failed LP> [Wed Jun 14 15:11:49 2000] [error] [client 24.28.27.151] Premature end LP> of script headers: /home/httpd/cgi-bin/mailer.pl This means that there is something wrong with your code. try perl -cw file.pl from the command line, and you'll find any compile time errors. LP> Here is the perl code: LP> #/usr/bin/perl perhaps #!/usr/bin/perl LP> print MAIL "$body\m"; there is no such thing as \m, perhaps you mean \n -kevin -- Kevin Falcone <kevinfal at seas.upenn.edu> The social dynamics of the net are a direct consequence of the fact that nobody has yet developed a Remote Strangulation Protocol. --Larry Wall - Subcription/unsubscription/info requests: send e-mail with "subscribe", "unsubscribe", or "info" on the first line of the message body to discuss-request at blu.org (Subject line is ignored).
BLU is a member of BostonUserGroups | |
We also thank MIT for the use of their facilities. |