![]() |
|
Don't ask to ask, just ask | |
PerlMonks |
[Bot::Pastebot] Help Getting Webserver Configuredby three18ti (Scribe) |
on Jan 11, 2014 at 19:29 UTC ( #1070288=perlquestion: print w/replies, xml ) | Need Help?? |
three18ti has asked for the
wisdom of the Perl Monks concerning the following question:
Hello Monks I'm attempting to deploy pastebot. The IRC bot comes up and runs without issue, but I'm getting the dreaded 500 error when attempting to connect to the webserver. if I omit the "optional" iname parameter, I get the error Use of uninitialized value $iname in pattern match (m//) at /usr/local/lib64/perl5/Bot/Pastebot/Server/Http.pm line 476. otherwise, I don't get any errors on the console when attempting to connect to the web server. I can see that the pastebot program is listening on port 6000 (as I've configured):
This is the config I'm currently using, (the netstat clip above was taken with iface not specified), how can I get the actual error that is being produced by the webserver? It seems like pastebot doesn't generate any logging messages for the webserver side of things. Thanks for the assistance
Back to
Seekers of Perl Wisdom
|
|