dear sir,
here i want to run some PHP files in my domino web server in LINUX SUSE 9.0 ji’ve installed these packages :
mod_php4 4.3.1
mod_php4-core 4.3.1
mod_php4-devel 4.3.1
phplib 7.2d
and set the WEB URL MAPPING and also create a bash file as:
#/bin/bash
export REDIRECT_STATUS=1
cd /loca/notesdata/domino/html/php-bin
php .$PATH_INFO
and when i want to open the PHP file from IE it gives me HTTP 500 INTERNAL SERVER ERROR.
thank you