Re: [Catalyst] Change of server

2017-03-06 Thread Hartmaier Alexander
Don't use mod_perl! Look at https://metacpan.org/pod/distribution/Catalyst-Manual/lib/Catalyst/Manual/Deployment/Apache/FastCGI.pod Best regards, Alex On 2017-03-03 06:02, "Andrés Chandía" wrote: Hi there, I had a Catalyst application working on a debian 7 perl 5.14 apache 2.4, but I had to

Re: [Catalyst] Change of server

2017-03-03 Thread Andrés Chandía
root@iac:/home/andres# a2dissite local.iac.conf (the configuration with Catalyst) Site local.iac disabled. To activate the new configuration, you need to run:   service apache2 reload root@iac:/home/andres# /etc/init.d/apache2 restart [ ok ] Restarting apache2 (via systemctl): apache2.service.

Re: [Catalyst] Change of server

2017-03-03 Thread Hector Azpurua
Did the basic Apache config with the 'Hello world' work? That is, without all the perl configs? 2017-03-03 12:38 GMT-03:00 "Andrés Chandía" : > Unfortunately not, > root@iac:/home/andres# netstat -lnp > Active Internet > connections (only servers) > Proto Recv-Q Send-Q

Re: [Catalyst] Change of server

2017-03-03 Thread Andrés Chandía
Unfortunately not, root@iac:/home/andres# netstat -lnp Active Internet connections (only servers) Proto Recv-Q Send-Q Local Address Foreign Address State PID/Program name tcp0 0 127.0.0.1:3306 0.0.0.0:* LISTEN 1148/mysqld tcp

Re: [Catalyst] Change of server

2017-03-03 Thread Rajesh Kumar Mallah
I assume the command keeps running in that state and while it is doing so , can you check if apache2 listening on configured port (80) and if it is so does , is it serving the app in expected manner ? regds mallah. ___ List:

Re: [Catalyst] Change of server

2017-03-03 Thread Andrés Chandía
I modified a little bit your command, I put the semicolon at the end and now there is no error message: root@iac:/home/andres# ( . /etc/apache2/envvars && apache2 -f /etc/apache2/apache2.conf -e Debug -X ; ) [Fri Mar 03 15:02:48.333291 2017] [so:debug] [pid 16801] mod_so.c(266):

Re: [Catalyst] Change of server

2017-03-03 Thread Rajesh Kumar Mallah
any idea why the error below ? -e: command not found ___ List: Catalyst@lists.scsys.co.uk Listinfo: http://lists.scsys.co.uk/cgi-bin/mailman/listinfo/catalyst Searchable archive: http://www.mail-archive.com/catalyst@lists.scsys.co.uk/ Dev

Re: [Catalyst] Change of server

2017-03-03 Thread Andrés Chandía
Already done, it made no difference thanks Its not typo , the reason is that the env variable ${APACHE_LOCK_DIR} is not set , . /etc/apache2/envvars takes care of that part. ___             andrés chandía NMT | Dungupeyem | Corlexim administrador

Re: [Catalyst] Change of server

2017-03-03 Thread Rajesh Kumar Mallah
Dear Andres , in my systemd based system it is possible to start apache2 from root prompt like below: # ( . /etc/apache2/envvars && apache2 -f /etc/apache2/apache2.conf -e Debug -X ) and it does spits out the messages to terminal. After stopping the apache2 using systemctl try to start

Re: [Catalyst] Change of server

2017-03-03 Thread Rajesh Kumar Mallah
che2 binary from cmdline by specifying the >> path >> of main configuration file. >> >> Check apache2 -h >> >> Also check netstat -lnp output if there is something bound to the same >> port (possibly 80 ) >> >> >> >> Sent from my Samsu

Re: [Catalyst] Change of server

2017-03-03 Thread Rajesh Kumar Mallah
Dear Andres , in my systemd based system it is possible to start apache2 from root prompt like below: # ( . /etc/apache2/envvars && apache2 -f /etc/apache2/apache2.conf -e Debug -X ) and it does spits out the messages to terminal. After stopping the apache2 using systemctl try to

Re: [Catalyst] Change of server

2017-03-03 Thread Andrés Chandía
web framework Subject: Re: [Catalyst] Change of server Thanks for your concern, I have tried that also: systemctl status apache2 apache2.service - LSB: Apache2 web server Loaded: loaded (/etc/init.d/apache2; bad; vendor preset: enabled) Drop-In: /lib/systemd/system/apache2.service.d

Re: [Catalyst] Change of server

2017-03-03 Thread Hector Azpurua
g Galaxy smartphone. > > Original message > From: Andrés Chandía > Date: 3/3/17 12:05 (GMT+05:30) > To: The elegant MVC web framework > Subject: Re: [Catalyst] Change of server > > Thanks for your concern, I have tried that also: > > systemctl s

Re: [Catalyst] Change of server

2017-03-03 Thread Andrés Chandía
. Original message From: Andrés Chandía Date: 3/3/17 12:05 (GMT+05:30) To: The elegant MVC web framework Subject: Re: [Catalyst] Change of server Thanks for your concern, I have tried that also: systemctl status apache2 apache2.service - LSB: Apache2 web server Loaded

Re: [Catalyst] Change of server

2017-03-03 Thread mallah
: Andrés Chandía <and...@chandia.net> Date: 3/3/17 12:05 (GMT+05:30) To: The elegant MVC web framework <catalyst@lists.scsys.co.uk> Subject: Re: [Catalyst] Change of server Thanks for your concern, I have tried that also: systemctl status apache2  apache2.service - LSB: Apache

Re: [Catalyst] Change of server

2017-03-03 Thread Andrés Chandía
Active Internet connections (only servers) Proto Recv-Q Send-Q Local Address           Foreign Address         State       PID/Program name tcp        0      0 127.0.0.1:3306          0.0.0.0:*               LISTEN      1134/mysqld 

Re: [Catalyst] Change of server

2017-03-03 Thread Juan Miguel Paredes
On Fri, Mar 3, 2017 at 7:35 AM, "Andrés Chandía" wrote: > Thanks for your concern, I have tried that also: > > systemctl status apache2 > > apache2.service - LSB: Apache2 web server >Loaded: loaded (/etc/init.d/apache2; bad; vendor preset: enabled) > Drop-In:

Re: [Catalyst] Change of server

2017-03-02 Thread Andrés Chandía
Thanks for your concern, I have tried that also: systemctl status apache2  apache2.service - LSB: Apache2 web server    Loaded: loaded (/etc/init.d/apache2; bad; vendor preset: enabled)   Drop-In: /lib/systemd/system/apache2.service.d            └─apache2-systemd.conf   

Re: [Catalyst] Change of server

2017-03-02 Thread mallah
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 Date: 3/3/17 10:32 (GMT+05:30) To: