Is there anything showing in your apache2 error log when this client tries to connect?
Stop the fog service on the client
[CODE]net stop “FOG Service”[/CODE]
Follow the apache2 error log via a terminal to the fog server:
[CODE]tail -f /var/log/apache2/error.log[/CODE]
Start the FOG service:
[CODE]net start “FOG Service”[/CODE]
Watch the error log, if any entries show up, please post them here.