Page 1 of 1

installed zm, application doesn't launch

Posted: Fri Oct 12, 2007 2:03 am
by BadFish
I have just installed ZoneMider 1.22.3 on Fedora 6. I followed the Wiki Fedora 6 step by step guide. Httpd, Mysql and ZM are running, however when I go to http://myipaddress/zm instead of seeing the ZM application, I only see the folders and files that where installed into the /var/www/html/zm folder.

I tried to search but I didnt find anything, that could be cause I'm not quite sure what to search for.

Anyways, thanks for your help.

Posted: Fri Oct 12, 2007 3:56 am
by cordel
create a file in /var/www/html/zm and name it something like yourconfig.php, pick any thing you like as long as it has a php extension. Copy the following text in to the file.

Code: Select all

<?php
phpinfo(INFO_CONFIGURATION);
?>
Then try to access this file trough a browser http://<yourhost>/zm/yourconfig.php and it should show you your php configuration. If not, then install php.

Posted: Fri Oct 12, 2007 11:42 pm
by BadFish
Thanks, I didnt have php installed.

Posted: Fri Oct 12, 2007 11:44 pm
by cordel
Make sure you delete that file as you don't want the world to have access to your config info :wink:
Cheers