Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

500 errors #562

Open
pjcs00 opened this issue Mar 1, 2022 · 2 comments
Open

500 errors #562

pjcs00 opened this issue Mar 1, 2022 · 2 comments

Comments

@pjcs00
Copy link

pjcs00 commented Mar 1, 2022

Maybe it's too obvious to include, but my first response to a 500 error is:

perl -cw app.pl

Most of my scripts use $ENV{DOCUMENT_ROOT} or other environment variables, so this works better:

export DOCUMENT_ROOT=/path/to/website/root
perl -cw app.pl

@szabgab
Copy link
Owner

szabgab commented Mar 2, 2022

Thanks for the suggestions. What kind of issues does this catch for you?

@pjcs00
Copy link
Author

pjcs00 commented Mar 2, 2022 via email

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants
@szabgab @pjcs00 and others