Confiure Apache & PHP on an AS400?
I'm trying to configure Apache on an IBM iSeries 270 running OS400 V5R1 with
PHP 4.3 and I can't get it to recognize .php (or .pl for perl files either).
Here is the relavent part of my apache httpd.conf file:
AddHandler application/x-httpd-perl .cgi .pl
AddHandler application/x-httpd-php .php .phtml
ScriptAlias /perl-bin /QOpenSys/perl/bin/
AddType application/x-httpd-perl .pl
AddType application/x-httpd-perl .cgi
Action application/x-httpd-perl /perl-bin/perl
<Directory /QOpenSys/perl/bin>
Options +ExecCGI +FollowSymLinks +MultiViews +Indexes
Order Allow,Deny
allow from all
</Directory>
ScriptAlias /php-bin /QOpenSys/php/bin/
AddType application/x-httpd-php .php
Action application/x-httpd-php /php-bin/php
<Directory /QOpenSys/php/bin>
Options +ExecCGI +FollowSymLinks +MultiViews +Indexes
Order Allow,Deny
allow from all
</Directory>
Any ideas or pointer to how to configure apache on an AS400 would be greatly
appreciated.
Thanks,
Jim....
|