I have a default install of Redhat 9 and MaxDB 7.5.0.8 running. PHP is
v4.3.3 and this is the configure command:
'./configure' 'i386-redhat-linux' '--prefix=/usr' '--exec-prefix=/usr'
'--bindir=/usr/bin' '--sbindir=/usr/sbin' '--sysconfdir=/etc'
'--datadir=/usr/share' '--includedir=/usr/include' '
I installed PHP 4.3.0 and Apache 1.3.27 on XP Pro.
When I try to access a .php file with the browser, it offers it for
download.
Yep, I have this in my httpd.conf:
LoadModule php4_module C:\PHP\sapi\php4apache.dll
AddType application/x-httpd-php .php
AddType application/x-httpd-php-source .phps
When I try to start a session or authenticate with HTTP headers, I get the
following error:
Warning: Cannot send session cache limiter - headers already sent (output
started at /usr/local/etc/httpd/vhosts/gar/english/login/login_2.php:1) in
/usr/local/etc/httpd/vhosts/gar/english/login/login_2.ph