Talk:Relay
From DreamHost
- I have installed using this dh wiki article.
the article states that,
"You should now see a "log" where the last line is
Verifying Perl Installation... for the upload script @ http://mysite.com/relay/upload.pl?test ...done..."
when i follow the instructions i end up with this,
"Verifying Perl Installation... for the upload script @ http://www.mysite.com/relay/upload.pl?test ...the upload.pl script seems to be having problems. Try chmod 755 to upload. You may also need to change the 1st line to reflect the path to your perl installation, or in iis map the .pl extension to the perl executable. You may need to enable mod_cgi for .pl files. Look at the Relay Wiki on this topic for more troupshooting."
upload.pl is executable already (755), and the first line of the script is "#!/usr/bin/perl" which is what it should be, im unsure what enabling mod_cgi means/does.
also when i run this command,
"perl ./mysite.com/relaydir/upload.pl" (as suggested on the relay wiki)
i am given this error
""Can't locate conf.uploader in @INC (@INC contains: /etc/perl /usr/local/lib/perl/5.8.4 /usr/local/share/perl/5.8.4 /usr/lib/perl5 /usr/share/perl5 /usr/lib/perl/5.8 /usr/share/perl/5.8 /usr/local/lib/site_perl .) at ./mysite.com/relaydir/upload.pl line 8."
if i browse to my site using ftp commander, i can see that the file conf.uploader is infact sitting in the relay folder...

