Sentora Support Forums

Full Version: how can I run .conf file using cron job on zpanel
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Hi
I have latest version of zpanel(10.1.1) running on my ubuntu 12.04 server.I have sphinxsearch installed which got configuration file (.conf) that needs to be run automatically on a certain period to update index for database.But unfortunately,zpanel cron manager only support php script.

I tried to include 'sphinx.conf' file on a php file and run it using cron manager.But it didn't work.

So,how can I run 'sphinx.conf' from cron manager on zpanel.

Thanks for your time. Shy
make a copy of sphinx.conf and rename it to sphinx.php?
So, you should have both sphinx.conf and sphinx.php on your site.
Misleading information you are providing here!!!!!

I see the conf file must be run by the binary sphinx search !!!!!!!!!!!!!


http://stackoverflow.com/questions/38186...with-mysql

Cron will never support that. You need to set a manual cron under ubuntu.

M B