Can anyone lend a hand w/ my apache config?
Posted: Sun Aug 10, 2008 10:33 am
So far everything seems to have gone well, installed zm, changed all the config files specified after install, and I've changed the user/group and permissions so that zm runs w/ apache's user. The problem is, it looks like the php functions in the zm http directory aren't executing properly. Does anyone have any pointers/advice?
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.
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>