There isn't anything suspicious about the zm or httpd logs, just the usual server staring, zm* starting, etc... I'm on arch and I've modified zend.ze1_compatibility_mode=On in php.ini and the mysql module loaded, populated the mysql database, and did a few others things the terminal told me to do. Here's what I've changed in httpd.conf so far.
Code: Select all
Alias /zm /home/httpd/html/zm
<Directory>
Options All
AllowOverride All
Order allow,deny
Allow from all
<IfModule>
<IfModule>
DirectoryIndex index.php index.html
AddType application/x-httpd-php .php
AddType application/x-httpd-php-source .phps
</IfModule>
DirectoryIndex index.html
</IfModule>