App::Nopaste::Service::ssh
Copies files to your server using scp
- Provided by: libapp-nopaste-perl (Version: 1.004-1)
- Report a bug
Copies files to your server using scp
version 1.004
The following is a recommended Apache configuration you can drop into ".htaccess" in your paste dir.
RemoveHandler .cgi
RemoveHandler .pl
AddDefaultCharset utf-8
Options -ExecCGI -FollowSymLinks -Includes -MultiViews
It prevents common means of script execution so that ".pl" and ".cgi" files won't run and defaults the character set to UTF-8 so browsers don't have to guess wrong.
Kevin Falcone "<falcone@cpan.org>"
Thomas Sibley "<trs@bestpractical.com>"
Shawn M Moore, <sartak@gmail.com>
This software is copyright (c) 2008 by Shawn M Moore.
This is free software; you can redistribute it and/or modify it under the same terms as the Perl 5 programming language system itself.