FINAL COMMIT I SWEAR
This commit is contained in:
parent
3c9e3897f6
commit
29bd98c134
4 changed files with 12 additions and 8 deletions
|
@ -65,7 +65,7 @@ can write on it.
|
|||
|
||||
.SH TROUBLESHOOTING
|
||||
|
||||
.B 502 Bad Gateway
|
||||
.SS 502 Bad Gateway
|
||||
|
||||
Probably you're missing the
|
||||
.I CGI
|
||||
|
@ -85,6 +85,6 @@ perl <file>.cgi
|
|||
.PP
|
||||
so perl can help you debug the problem.
|
||||
|
||||
.B 403 is returned
|
||||
.SS 403 is returned
|
||||
|
||||
You probably forgot to give the files execution permissions.
|
||||
|
|
|
@ -56,7 +56,8 @@ write on it.
|
|||
TROUBLESHOOTING
|
||||
===============
|
||||
|
||||
**502 Bad Gateway**
|
||||
502 Bad Gateway
|
||||
---------------
|
||||
|
||||
Probably you\'re missing the *CGI* dependence, so install it with CPAN
|
||||
or apt
|
||||
|
@ -70,6 +71,7 @@ If you still get this problem, run
|
|||
|
||||
so perl can help you debug the problem.
|
||||
|
||||
**403 is returned**
|
||||
403 is returned
|
||||
---------------
|
||||
|
||||
You probably forgot to give the files execution permissions.
|
||||
|
|
|
@ -61,7 +61,7 @@ If true, lainsafecli will store the links on a file, specified by
|
|||
|
||||
.SH TROUBLESHOOTING
|
||||
|
||||
.B "whatever" is not running lainsafe. But works in the browser.
|
||||
.SS "whatever" is not running lainsafe. But works in the browser.
|
||||
|
||||
This only happens with https lainsafe instances. To solve that. Make
|
||||
sure that the module
|
||||
|
@ -69,7 +69,7 @@ sure that the module
|
|||
is installed. You can install it using
|
||||
.I cpan(1)
|
||||
|
||||
.B HTTP 413 is returned
|
||||
.SS HTTP 413 is returned
|
||||
|
||||
The file you specified is too big for the instance. Try using another
|
||||
instance. By default lainsafe supports up to 100MBs. But this can be configured in lainsafe
|
||||
|
|
|
@ -49,13 +49,15 @@ specified by *\$LINKS\_FILE*
|
|||
TROUBLESHOOTING
|
||||
===============
|
||||
|
||||
**whatever is not running lainsafe. But works in the browser.**
|
||||
whatever is not running lainsafe. But works in the browser.
|
||||
-----------------------------------------------------------
|
||||
|
||||
This only happens with https lainsafe instances. To solve that. Make
|
||||
sure that the module *LWP::UserAgent::https* is installed. You can
|
||||
install it using *cpan(1)*
|
||||
|
||||
**HTTP 413 is returned**
|
||||
HTTP 413 is returned
|
||||
--------------------
|
||||
|
||||
The file you specified is too big for the instance. Try using another
|
||||
instance. By default lainsafe supports up to 100MBs. But this can be
|
||||
|
|
Loading…
Add table
Reference in a new issue