Skip to content

vanyabrovary/mojomod

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Mojolicious mod_perl simple implementation.

Requirements

  • Unix, Linux, Mac, Mac Server, Windows systems as long as perl is available.
  • Perl > 5.20
  • Apache 2.4 / mod_perl 2.0.9 with mpm_prefork_module

Installing

Dependencies installation

apt

apt-get install apache2 libapache2-mod-perl2 libmojolicious-perl

cpan

cpan install Plack::Handler::Apache2

Get last version

From github:

git clone https://github.com/vanyabrovary/mojomod.git /var/www/Web

Configure Apache

Add this line to apache conf file:

Include /var/www/Web/etc/host.conf

Restart apache

apache2ctl restart

Debugging during installation

Apache error logs.

tail -f /var/log/apache2/error.log

Mojo error logs.

tail -f /var/www/Web/log/error.log

Aapache config file example:

/var/www/Web/etc/apache2.conf

About

Mojolicious mod_perl simple implementation

Resources

Security policy

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages