Changes

Jump to navigation Jump to search
1 byte added ,  16:37, 19 October 2008
Line 47: Line 47:  
2) The PHP CGI module is invoked for the rcp.php script, but it seems like PHP5 is needed for more than that script. Without PHP5 the AJAX alert script also fails (the one providing the 'notifications' functionality). It would be easier (and works) just setting the entire web share to use PHP5 CGI, rather than just that one script. This can be done - provided bug (1) is fixed - using this addition to .htaccess:
 
2) The PHP CGI module is invoked for the rcp.php script, but it seems like PHP5 is needed for more than that script. Without PHP5 the AJAX alert script also fails (the one providing the 'notifications' functionality). It would be easier (and works) just setting the entire web share to use PHP5 CGI, rather than just that one script. This can be done - provided bug (1) is fixed - using this addition to .htaccess:
   −
# Invoke PHP5 (CGI)
+
# Invoke PHP5 (CGI)
 
AddHandler php5-cgi .php
 
AddHandler php5-cgi .php
 
Action php5-cgi /php5-cgi/php
 
Action php5-cgi /php5-cgi/php
    
Alternatively, add /egroupware/xajax.php to the PHP5 list.
 
Alternatively, add /egroupware/xajax.php to the PHP5 list.
97

edits

Navigation menu