$ perl -MCPAN -e shell cpan> install Dancer cpan> quit
#!/usr/bin/env perl use Dancer ':syntax'; #use sharss; get '/' => sub { 'Hello, World!'; }; dance;
require 'bin/app.pl';
“Hello, World!” will be shown when you access http://localhost:3000/.perl app.psgi
sudo apt-get install libapache2-mod-proxy-html sudo apt-get install libxml2-dev
If you add “/” the end of ProxyPass and ProxyPass Reverse, the reverse proxy maybe don’t work.<Location "/test"> RequestHeader set request-base /var/www/something ProxyPass http://localhost:3000 ProxyPassReverse http://localhost:3000 </Location>
sudo a2enmod proxy sudo a2enmod proxy_http headers sudo /etc/init.d/apache2 restart
Streamlit is a …
I bought M5Stac…