Hello,
 
Yesterday I installed apache 1.3.28 and php 4.3.2 (via windows installer). When I start apache (There is only a manual start-option via  "Start apache in console") a dos-box opens with a warning: [warn] (2)No such file or directory: exec() may not be safe.
The next message says: Apache/1.3.28 (win32) running...
 
When I go to http://localhost/ I get the apache page which displays that everything works. But when I call the script: http://localhost/phpinfo.php the source is displayed in stead of being executed.
The script is as follows:
<?php
    phpinfo();
?>
From an article in a magazine I understood there should be a php4apache.dll within the directory php is installed to. However this dll is missing.
I'm using Norton Internet Security firewall but also stopping the firewall doesn't fix the problem.
 
Hopefully you can help me,
Kind regards,
Rick Vlaming
The Netherlands.

Reply via email to