[sync] active sync not working
    chris at dsws.biz 
    chris at dsws.biz
       
    Mon Aug 19 18:06:46 UTC 2013
    
    
  
Hi,
I just installed the active sync solution of Horde into a Horde 5  
Webmail System.
As soon as I open the page I get only a blank page,
In the logs I see this message:
[Mon Aug 19 20:01:00 2013] [error] [client xxx.xxx.xxx.xxx] script  
'/home/group/status.php' not found or unable to stat
[Mon Aug 19 20:01:30 2013] [error] [client xxx.xxx.xxx.xxx] script  
'/home/group/status.php' not found or unable to stat
[Mon Aug 19 20:02:00 2013] [error] [client xxx.xxx.xxx.xxx] script  
'/home/group/status.php' not found or unable to stat
This is my apache2 config:
<VirtualHost xxx.xxx.xxx.xxx:443>
	ServerAdmin webmaster at localhost
	ServerName group.xxxxxx.xxxxx
	DocumentRoot /home/group
	SSLEngine on
	SSLCertificateFile    /etc/ssl/group.xxxxxx.xxxxx/host.crt
	SSLCertificateKeyFile /etc/ssl/group.xxxxxx.xxxxx/host.key
	SSLCACertificateFile /etc/ssl/group.xxxxxx.xxxxx/intermediat.crt
	BrowserMatch "MSIE [2-6]" \
		nokeepalive ssl-unclean-shutdown \
		downgrade-1.0 force-response-1.0
	# MSIE 7 and newer should be able to use keepalive
	BrowserMatch "MSIE [17-9]" ssl-unclean-shutdown
	<Directory />
		Options FollowSymLinks
		AllowOverride None
	</Directory>
	ErrorLog ${APACHE_LOG_DIR}/group/error.log
	# Possible values include: debug, info, notice, warn, error, crit,
	# alert, emerg.
	LogLevel warn
	CustomLog ${APACHE_LOG_DIR}/group/access.log combined
	Alias /Microsoft-Server-ActiveSync /home/group/rpc.php
	<Directory /home/group>
        Options +FollowSymLinks
        AllowOverride None
        order allow,deny
        allow from all
        AddType application/x-httpd-php .php
        php_value include_path ".:/usr/share/php"
        php_value open_basedir "none"
        php_value display_errors on
	</Directory>
</VirtualHost>
<VirtualHost xxx.xxx.xxx.xxx:80>
	ServerAdmin webmaster at localhost
	ServerName group.xxxxxx.xxxxx
	DocumentRoot /home/group
	<Directory />
		Options FollowSymLinks
		AllowOverride None
	</Directory>
	ErrorLog ${APACHE_LOG_DIR}/group/error.log
	# Possible values include: debug, info, notice, warn, error, crit,
	# alert, emerg.
	LogLevel warn
	CustomLog ${APACHE_LOG_DIR}/group/access.log combined
	Alias /Microsoft-Server-ActiveSync /home/group/rpc.php
	<Directory /home/group>
        Options +FollowSymLinks
        AllowOverride None
        order allow,deny
        allow from all
        AddType application/x-httpd-php .php
        php_value include_path ".:/usr/share/php"
        php_value open_basedir "none"
        php_value display_errors on
	</Directory>
</VirtualHost>
I also have display error set to true and log_errors to false.
PHP is in Version 5.4.4
MariaDb in Version 5.5
OS: Debian 7
Apache2: 2.2.x
Please help
    
    
More information about the sync
mailing list