Sounds like PHP is not installed properly.
First of all, I would not recommend you put that in your main
httpd.conf file. In the Red Hat based apache releases, at least,
there is a conf.d directory into which you can put additional
http.conf files. You should have one in there called
phpmyadmin.conf. And you should also have one for php.conf for all
the PHP stuff. And one for OTRS of course.
And there is also no need to pollute your htdocs directory. You
should keep your PHPMyAdmin stuff in its own directory somewhere, and
use apache directives to map it into your server directory.
I use postgres and so use phppgadmin in fact.
[r...@mon-one:/opt/otrs]# more /etc/httpd/conf.d/phppgadmin.conf
---snip---
<Directory "/opt/phppgadmin">
Order Deny,Allow
Deny from all
Allow from all
# Allow from 127.0.0.1,192.168.0.22
# AuthName "PhpPgAdmin Access"
# AuthType Basic
# AuthUserFile /etc/httpd/users/wwwroot
# Require valid-user
</Directory>
Alias /phppgadmin /opt/phppgadmin
---snip---
[r...@mon-one:/opt/otrs]# more /etc/httpd/conf.d/php.conf
LoadModule php5_module modules/libphp5.so
AddHandler php5-script .php
AddType text/html .php
DirectoryIndex index.php
---snip---
--
“Don't eat anything you've ever seen advertised on TV”
- Michael Pollan, author of "In Defense of Food"
---------------------------------------------------------------------
OTRS mailing list: otrs - Webpage: http://otrs.org/
Archive: http://lists.otrs.org/pipermail/otrs
To unsubscribe: http://lists.otrs.org/cgi-bin/listinfo/otrs
NEW! ENTERPRISE SUBSCRIPTION - Get more information NOW!
http://www.otrs.com/en/support/enterprise-subscription/