Hi all,

 I'm setting up a test server with Apache 2.0.40 and php. I downloaded the
 latest php4 snapshot, compiled and installed it (a real PITA, but I managed),
 added

LoadModule php4_module modules/libphp4.so

 and

AddType application/x-httpd-php .php

 to httpd.conf, but my browser still doesn't show a php test page, it rather
 prompts for download.

 This is on Solaris 8, and AFAICT apache is configured for prefork.
 What did I miss?

# ./bin/httpd -l
Compiled in modules:
  core.c
  mod_access.c
  mod_auth.c
  mod_include.c
  mod_log_config.c
  mod_env.c
  mod_setenvif.c
  mod_ssl.c
  prefork.c
  http_core.c
  mod_mime.c
  mod_status.c
  mod_autoindex.c
  mod_asis.c
  mod_cgi.c
  mod_negotiation.c
  mod_dir.c
  mod_imap.c
  mod_actions.c
  mod_userdir.c
  mod_alias.c
  mod_so.c


-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to