Hello everyone, i had completely developed an application in perl with mojolicious framework. since i am new to perl and its frameworks i don't know how to upload the project to the server or hosting the project online. if it is possible to host the project with apache server. well and good , please let me know how to do it! and also tell me know the other ways of deploying the project online. Thanks in advanced.--
You received this message because you are subscribed to the Google Groups "Mojolicious" group.
To unsubscribe from this group and stop receiving emails from it, send an email to mojolicious...@googlegroups.com.
To post to this group, send email to mojol...@googlegroups.com.
Visit this group at https://groups.google.com/group/mojolicious.
For more options, visit https://groups.google.com/d/optout.
when its opened in a new tab or on refreshing the page, sometime its works.
Am looking forward for the solution, thanks in advance.
My Virtual Host Configuration looks something like this :-
<VirtualHost *:8600>
DocumentRoot /path/app
SetEnv APPLICATION_ENV 'development'
<Proxy *>
Order deny,allow
Allow from all
</Proxy>
<Perl>
$ENV{PLACK_ENV} = 'production';
$ENV{MOJO_HOME} = '/path/app';
$ENV{MOJO_MODE} = 'deployment';
</Perl>
<Location />
SetHandler perl-script
PerlResponseHandler Plack::Handler::Apache2
PerlSetVar psgi_app /path/app
AllowOverride None
# Allow open access:
Require all granted
</Location>
</VirtualHost>
--
To unsubscribe from this group and stop receiving emails from it, send an email to mojolicious+unsubscribe@googlegroups.com.
To unsubscribe from this group and stop receiving emails from it, send an email to mojolicious...@googlegroups.com.
To post to this group, send email to mojol...@googlegroups.com.
Visit this group at https://groups.google.com/group/mojolicious.
For more options, visit https://groups.google.com/d/optout.
--
You received this message because you are subscribed to a topic in the Google Groups "Mojolicious" group.
To unsubscribe from this topic, visit https://groups.google.com/d/topic/mojolicious/y4Pejp0E_JA/unsubscribe.
To unsubscribe from this group and all its topics, send an email to mojolicious...@googlegroups.com.