Hi there, I had a Catalyst application working on a debian 7 perl 5.14 apache 2.4, but I
had to change it to a new server working with ubuntu 16.04 perl 5.22 apache 2.4.18.<br /><br
/>I did all the installation in the same way I did it for the old debian but the apache server
is not starting, and at the logs a get nothing but:<br /><br />Mar 03 05:32:29 iac systemd[1]:
apache2.service: Control process exited, code=exited status=1<br />Mar 03 05:32:29 iac
systemd[1]: Failed to start LSB: Apache2 web server.<br />Mar 03 05:32:29 iac systemd[1]:
apache2.service: Unit entered failed state.<br />Mar 03 05:32:29 iac systemd[1]:
apache2.service: Failed with result 'exit-code'.<br /><br />the apache config at the old
server, wich I change accordingly, was:<br /><br /><br /> <code> </code>
PerlSwitches -I /mnt/vmdata/iac/web/lib<br /> PerlModule IAC<br /><VirtualHost
*:80><br /> ServerAdmin andres@chandia.net<br /> ServerName iac.upf.edu<br />
ServerAlias iac.upf.edu<br /> DocumentRoot /mnt/vmdata/iac/web/root<br />
<perl><Perl><br /> use lib qw( /mnt/vmdata/iac/web/lib );<br /> </perl>
<br /></Perl><br /> <location><Location /><br /> SetHandler
modperl<br /> PerlResponseHandler IAC<br /> </Location><br
/> <Location "/static"><br /> SetHandler none<br />
</Location><br /> Alias /iac/stats_tasks/
"/mnt/vmdata/iac/iac_data/stats-tasks"<br /> <Location
"/iac/stats_tasks/"><br /> SetHandler none<br />
Order allow,deny<br /> Allow from all<br /> </Location><br />
Alias /iac/txt_output/ "/mnt/vmdata/iac/iac_data/txt_output"<br />
<Location "/iac/txt_output/"><br /> SetHandler none<br />
Order allow,deny<br /> Allow from all<br /> </Location><br />
CustomLog /var/log/apache2/iac.access.log combined<br /> ErrorLog
/var/log/apache2/iac.error.log<br /></VirtualHost><br /><br />Any suggestion on what to
look for or utimately how to solve this?<br /><br />thanks a lot.<br /><br /><br
/>_______________________<br />
andrés
chandía<br /><a href="http://www.chandia.net" target="_blank"><img
src="http://mail.chandia.net/images/chandia_net.png" alt="chandia.net" border="0" /></a><a
href="https://twitter.com/andreschandia" target="_blank"><img
src="http://mail.chandia.net/images/ico_tw.png" alt="" width="20" height="20" /></a><br /><a
href="http://chandia.net/content/nmt" title="Unificador ortogràfico de mapudungun">NMT</a> |
<a href="http://chandia.net/content/dungupeyem" title="Analizador y generador mofológico de
mapudungun">Dungupeyem</a> | <a href="http://corlexim.cl" title="Corpus lexicográfico de
mapudungun">Corlexim</a><br /><br />administrador de:<br /><a
href="http://parles.upf.edu">Parles.upf</a> | <a href="http://amindterapia.com">Amind
terapia</a> | <a href="http://koyaktumapuche.net">Mapuche koyaktu</a> | <a
href="http://parles.upf.edu/llocs/nocando">Nocando</a> |<br />mail: <a
href="http://mail.corporacionkoyaktu.net">ONG Mapuche koyaktu</a> | <a
href="http://mail.psicoaching.net">Psicoaching</a> |<br /><span style="font-size: 18pt; color:
rgb(79, 98, 40); font-family: Webdings;">P</span> <span style="font-size: 10pt; color: rgb(79,
98, 40);">No imprima innecesariamente. ¡Cuide el medio ambiente!</span></location>