- or download this
use Mojolicious::Lite;
...
);
# the rest of your application goes here
- or download this
LoadModule proxy_module lib/httpd/mod_proxy.so
LoadModule proxy_http_module lib/httpd/mod_proxy_http.so
...
ProxyPassReverse / http://localhost:3001/
</VirtualHost>
- or download this
#!/usr/bin/perl -wT
use strict;
...
$query->p( "Who is this Ovid guy, anyway?" ),
$query->end_html