1

Topic: php not running

==== Required information ====
- iRedMail version: iRedMail-0.9.0
- Store mail accounts in which backend (LDAP/MySQL/PGSQL):  mysql
- Linux/BSD distribution name and version: centos 6 -64bit
- Related log if you're reporting an issue:
====
I have a problem when lifting any file .php  with love is not working what is the reason

but not running php -f  with ssh or browser 

php -v
PHP 5.3.3 (cli) (built: Oct 30 2014 19:56:14)
Copyright (c) 1997-2010 The PHP Group
Zend Engine v2.3.0, Copyright (c) 1998-2010 Zend Technologies

----

Spider Email Archiver: On-Premises, lightweight email archiving software developed by iRedMail team. Supports Amazon S3 compatible storage and custom branding.

2

Re: php not running

What do you mean by "lifting any file .php  with love"?
If you want to run a php website alongside iRedMail you have to configure your nginx or apache (check which one you are using by typing "netstat -tlpen | grep :80" )
You can than google for examples of config files.

3

Re: php not running

I'm afraid that i don't quite understand what your issue is. Could you please explain it clearly?

4

Re: php not running

php -f *file*

uses php-cli, which has nothing to do with php5-fpm or mod_php which your server will serve to your browser.