rallan
New Member
- Messages
- 14
- Reaction score
- 0
- Points
- 0
I accidentally deleted my cgi-bin directory, and now I recreated it, and put in this perl script:
#!/usr/bin/perl
print "Content-type: text/html\r\n\r\n";
print "Hello, World.";
I got an internal server error.
I added in an htaccess file consisting of:
Options +ExecCGI
And I still got the same error. What am I doing wrong?
Edit:
Where would the Apache error log be stored? I only see access logs.
#!/usr/bin/perl
print "Content-type: text/html\r\n\r\n";
print "Hello, World.";
I got an internal server error.
I added in an htaccess file consisting of:
Options +ExecCGI
And I still got the same error. What am I doing wrong?
Edit:
It was nothing to do with deleting cgi-bin, I made a new subdomain, and tried in its cgi-bin, no luck. Does lotus not support Perl?I accidentally deleted my cgi-bin directory, and now I recreated it, and put in this perl script:
#!/usr/bin/perl
print "Content-type: text/html\r\n\r\n";
print "Hello, World.";
I got an internal server error.
I added in an htaccess file consisting of:
Options +ExecCGI
And I still got the same error. What am I doing wrong?
Where would the Apache error log be stored? I only see access logs.
Last edited: