Help for this page

Select Code to Download


  1. or download this
    use Mojolicious::Lite;
     
    ...
    );
     
    # the rest of your application goes here
    
  2. 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>
    
  3. or download this
    #!/usr/bin/perl -wT
    use strict;
    ...
      $query->p( "Who is this Ovid guy, anyway?" ),
      $query->end_html