I have a perl script I want to use but I am getting a 404 error?
Is it possible to use perl scripts?
- Joseph
- Posts: 8
- Starts: 4
- Wiki Edits: 0
- Location: UK
Hi,
I have a perl script I want to use but I am getting a 404 error?
I have a perl script I want to use but I am getting a 404 error?
- Rahul
- Posts: 509
- Starts: 0
- Wiki Edits: 1
Yes, The issue is fixed now. Try accessing the URL http://<domain.com>/contact.pl and confirm working status.
2008-04-27 10:59 AM
Regards,Rahul
- Joseph
- Posts: 8
- Starts: 4
- Wiki Edits: 0
- Location: UK
Hi,
The 404 error is gone now, thank you.
In that program I am using:
The 404 error is gone now, thank you.
In that program I am using:
# Command line program used to send email
my $sendmail = '/usr/lib/sendmail -i -t';
Is that correct as I never received the expected mail?
2008-04-27 12:02 PM
- Rahul
- Posts: 509
- Starts: 0
- Wiki Edits: 1
The sendmail binary is present in the following path = /usr/sbin/sendmail . Do correct this in your script.
2008-04-27 12:11 PM
Regards,Rahul
- Joseph
- Posts: 8
- Starts: 4
- Wiki Edits: 0
- Location: UK
Hi,
There must still be something I have missed in the code but I cannot figure out what it is.
Thank you.
There must still be something I have missed in the code but I cannot figure out what it is.
Thank you.
2008-04-27 02:27 PM
- Kumar
- Posts: 458
- Starts: 0
- Wiki Edits: 5
Hi - Could you tell us the exact issue or the errors that you are getting so that we can try helping you out better. The perl script contact.pl seems to be working fine on the server without any issues. Thank you