[Catalyst] Change of server
mallah
mallah at redgrape.tech
Fri Mar 3 05:33:43 GMT 2017
The real error message is somewhere try
systemctl status apache2
To find the error messages or tail the error Logs.
RegdsMallah
Sent from my Samsung Galaxy smartphone.
-------- Original message --------From: Andrés Chandía <andres at chandia.net> Date: 3/3/17 10:32 (GMT+05:30) To: catalyst at lists.scsys.co.uk Subject: [Catalyst] Change of server
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.
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:
Mar 03 05:32:29 iac systemd[1]:
apache2.service: Control process exited, code=exited status=1
Mar 03 05:32:29 iac
systemd[1]: Failed to start LSB: Apache2 web server.
Mar 03 05:32:29 iac systemd[1]:
apache2.service: Unit entered failed state.
Mar 03 05:32:29 iac systemd[1]:
apache2.service: Failed with result 'exit-code'.
the apache config at the old
server, wich I change accordingly, was:
PerlSwitches -I /mnt/vmdata/iac/web/lib
PerlModule IAC
<VirtualHost
*:80>
ServerAdmin andres at chandia.net
ServerName iac.upf.edu
ServerAlias iac.upf.edu
DocumentRoot /mnt/vmdata/iac/web/root
<Perl>
use lib qw( /mnt/vmdata/iac/web/lib );
</Perl>
<Location />
SetHandler
modperl
PerlResponseHandler IAC
</Location>
<Location "/static">
SetHandler none
</Location>
Alias /iac/stats_tasks/
"/mnt/vmdata/iac/iac_data/stats-tasks"
<Location
"/iac/stats_tasks/">
SetHandler none
Order allow,deny
Allow from all
</Location>
Alias /iac/txt_output/ "/mnt/vmdata/iac/iac_data/txt_output"
<Location "/iac/txt_output/">
SetHandler none
Order allow,deny
Allow from all
</Location>
CustomLog /var/log/apache2/iac.access.log combined
ErrorLog
/var/log/apache2/iac.error.log
</VirtualHost>
Any suggestion on what to
look for or utimately how to solve this?
thanks a lot.
_______________________
andrés
chandía
NMT |
Dungupeyem | Corlexim
administrador de:
Parles.upf | Amind
terapia | Mapuche koyaktu | Nocando |
mail: ONG Mapuche koyaktu | Psicoaching |
P No imprima innecesariamente. ¡Cuide el medio ambiente!
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.scsys.co.uk/pipermail/catalyst/attachments/20170303/6c2fd879/attachment.htm>
More information about the Catalyst
mailing list