phpgroupware-users
[Top][All Lists]
Advanced

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

Re: [Phpgroupware-users] Re: Trouble on Debian install


From: Dave Hall
Subject: Re: [Phpgroupware-users] Re: Trouble on Debian install
Date: Tue, 26 Nov 2002 16:10:19 +1100

"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

> 
> <?php
>    
>
/************************************************************************** 
> \
>    * phpGroupWare                                                 
>            
> *
>    * http://www.phpgroupware.org                                  
>            
> *
>    * --------------------------------------------                 
>            
> *
>    *  This program is free software; you can redistribute it 
> and/or modify it 
> *
>    *  under the terms of the GNU General Public License as 
> published by the   
> *
>    *  Free Software Foundation; either version 2 of the License, 
> or (at your  
> *
>    *  option) any later version.                                  
>            
> *
>    
>
\************************************************************************** 
> / 
> 
>    /* $Id: index.php,v 1.110.2.1 2002/03/05 22:28:55 jengo Exp $ 
> */ 
> 
>    $phpgw_info = array();
>    $GLOBALS['sessionid'] = 
> @$GLOBALS['HTTP_GET_VARS']['sessionid'] ? 
> @$GLOBALS['HTTP_GET_VARS']['sessionid'] : 
> @$GLOBALS['HTTP_COOKIE_VARS']['sessionid'];
>    if (! $GLOBALS['sessionid'])
>    {
>        Header('Location: login.php');
>        exit;
>    } 
> 
>    /*
>        This is the preliminary menuaction driver for the new 
> multi-layered design
>    */
>    if (@isset($GLOBALS['HTTP_GET_VARS']['menuaction']))
>    {
>        list($app,$class,$method) = 
> explode('.',$GLOBALS['HTTP_GET_VARS']['menuaction']);
>        if (! $app || ! $class || ! $method)
>        {
>            $invalid_data = True;
>        } 
> 
> Chris Weiss writes: 
> 
> > if you save it to disk what does it look like?  if it has php 
> code in it then your
> > web server isn't properly php enabled. 
> > 
> 
> 
> _______________________________________________
> Phpgroupware-users mailing list
> address@hidden
> http://mail.gnu.org/mailman/listinfo/phpgroupware-users
> 

Attachment: dave.hall.vcf
Description: Card for <dave.hall@mbox.com.au>


reply via email to

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