phpgroupware-users
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Phpgroupware-users] Re: Trouble on Debian install


From: Craig H. Anderson
Subject: [Phpgroupware-users] Re: Trouble on Debian install
Date: Mon, 25 Nov 2002 22:47:28 -0700

httpd.conf has these lines:
----------------------------------------
/etc/apache/h<IfModule mod_dir.c>
DirectoryIndex index.html index.php3 index.php index.htm index.shtml index.cgi </IfModule> LoadModule php3_module /usr/lib/apache/1.3/libphp3.so
  AddType application/x-httpd-php3 .php3 .php
AddType application/x-httpd-php3-source .phps
Include /etc/phpgroupware/apache.conf
----------------------------------------
/etc/phpgroupware/apache.conf:
----------------------------------------
Alias /phpgroupware /usr/share/phpgroupware
<Directory /usr/share/phpgroupware/>
      Options +FollowSymLinks
      AllowOverride None
      order allow,deny
      allow from all
      DirectoryIndex index.html index.php
      <IfModule mod_php3.c>
              php3_magic_quotes_gpc On
              php3_track_vars On
              php3_include_path .:/etc/phpgroupware
      </IfModule>
      <IfModule mod_php4.c>
              php_flag magic_quotes_gpc On
              php_flag track_vars On
              php_flag session.save_path /var/tmp/phpgroupware
              php_value include_path .:/etc/phpgroupware
      </IfModule>
</Directory>
---------------------------------------- Dave Hall writes:
"Craig H. Anderson" <address@hidden> wrote:
Here is the start of the page. What is missing in the Apache config?

Check that you do not have a hash(#) in front of mod_php4 in your
apache.conf file.
Also look in /usr/share/doc/apache/ and usr/share/doc/php4/ for the
manuals :) Cheers Dave
\




reply via email to

[Prev in Thread] Current Thread [Next in Thread]