that my file
# ---------------------------------------------------------------------------
# Load deflate and proxy_ajp modules used by Scalix:
# ---------------------------------------------------------------------------
<IfModule !mod_deflate.c>
LoadModule deflate_module modules/mod_deflate.so
</IfModule>
<IfModule !mod_proxy_ajp.c>
LoadModule proxy_ajp_module modules/mod_proxy_ajp.so
</IfModule>
# ---------------------------------------------------------------------------
# Configure on-the-fly deflate compression of the pages:
# ---------------------------------------------------------------------------
<Location />
AddOutputFilterByType DEFLATE text/xml text/html text/css
AddOutputFilterByType DEFLATE application/x-javascript
</Location>
# ---------------------------------------------------------------------------
# mod_proxy_ajp connector configuration
# ---------------------------------------------------------------------------
<IfModule mod_proxy_ajp.c>
ProxyPass /webmail/
ajp://localhost:8009/webmail
ProxyPass /sac/
ajp://localhost:8009/sac
ProxyPass /caa/
ajp://localhost:8009/caa
ProxyPass /res/
ajp://localhost:8009/res
ProxyPass /api/
ajp://localhost:8009/api
ProxyPass /sis/
ajp://localhost:8009/sis
ProxyPass /m/
ajp://localhost:8009/m
</IfModule>
error log :
[Tue Nov 07 23:57:12 2006] [notice] suEXEC mechanism enabled (wrapper: /usr/sbin/suexec)
[Tue Nov 07 23:57:13 2006] [notice] Digest: generating secret for digest authentication ...
[Tue Nov 07 23:57:13 2006] [notice] Digest: done
[Tue Nov 07 23:57:14 2006] [notice] mod_python: Creating 4 session mutexes based on 256 max processes and 0 max threads.
[Tue Nov 07 23:57:16 2006] [notice] Apache/2.2.0 (Fedora) configured -- resuming normal operations
[Wed Nov 08 00:03:41 2006] [notice] caught SIGTERM, shutting down
[Wed Nov 08 00:03:44 2006] [notice] suEXEC mechanism enabled (wrapper: /usr/sbin/suexec)
[Wed Nov 08 00:03:45 2006] [notice] Digest: generating secret for digest authentication ...
[Wed Nov 08 00:03:45 2006] [notice] Digest: done
[Wed Nov 08 00:03:45 2006] [notice] mod_python: Creating 4 session mutexes based on 256 max processes and 0 max threads.
[Wed Nov 08 00:03:46 2006] [notice] Apache/2.2.0 (Fedora) configured -- resuming normal operations
[Wed Nov 08 00:04:24 2006] [error] [client 192.168.0.214] File does not exist: /var/www/html/sac
[Wed Nov 08 00:04:28 2006] [error] [client 192.168.0.214] File does not exist: /var/www/html/favicon.ico
[Wed Nov 08 00:04:55 2006] [error] [client 127.0.0.1] File does not exist: /var/www/html/sac
[Wed Nov 08 00:04:57 2006] [error] [client 127.0.0.1] File does not exist: /var/www/html/favicon.ico
[Wed Nov 08 00:06:15 2006] [error] [client 127.0.0.1] Directory index forbidden by Options directive: /var/www/html/
[Wed Nov 08 00:07:59 2006] [notice] caught SIGTERM, shutting down
[Wed Nov 08 00:14:17 2006] [notice] suEXEC mechanism enabled (wrapper: /usr/sbin/suexec)
[Wed Nov 08 00:14:19 2006] [notice] Digest: generating secret for digest authentication ...
[Wed Nov 08 00:14:19 2006] [notice] Digest: done
[Wed Nov 08 00:14:20 2006] [notice] mod_python: Creating 4 session mutexes based on 256 max processes and 0 max threads.
[Wed Nov 08 00:14:21 2006] [notice] Apache/2.2.0 (Fedora) configured -- resuming normal operations
[Wed Nov 08 00:16:27 2006] [error] [client 192.168.0.10] File does not exist: /var/www/html/webmail
[Wed Nov 08 00:16:28 2006] [error] [client 192.168.0.10] File does not exist: /var/www/html/favicon.ico
[Wed Nov 08 00:16:28 2006] [error] [client 192.168.0.10] File does not exist: /var/www/html/favicon.ico
[Wed Nov 08 00:21:18 2006] [error] [client 192.168.0.10] File does not exist: /var/www/html/webmail
[Wed Nov 08 00:21:19 2006] [error] [client 192.168.0.10] File does not exist: /var/www/html/webmail
[Wed Nov 08 00:21:20 2006] [error] [client 192.168.0.10] File does not exist: /var/www/html/webmail
[Wed Nov 08 00:21:21 2006] [error] [client 192.168.0.10] File does not exist: /var/www/html/webmail
[Wed Nov 08 00:26:56 2006] [error] [client 192.168.0.10] File does not exist: /var/www/html/sac
[Wed Nov 08 00:27:19 2006] [error] [client 192.168.0.10] Directory index forbidden by Options directive: /var/www/html/
[Wed Nov 08 00:38:28 2006] [error] [client 192.168.0.10] File does not exist: /var/www/html/webmail
[Wed Nov 08 00:47:45 2006] [error] [client 192.168.0.10] File does not exist: /var/www/html/webmail
[Wed Nov 08 00:48:44 2006] [warn] child process 2260 still did not exit, sending a SIGTERM
[Wed Nov 08 00:48:44 2006] [warn] child process 2261 still did not exit, sending a SIGTERM
[Wed Nov 08 00:48:44 2006] [warn] child process 2262 still did not exit, sending a SIGTERM
[Wed Nov 08 00:48:44 2006] [warn] child process 2263 still did not exit, sending a SIGTERM
[Wed Nov 08 00:48:44 2006] [warn] child process 2264 still did not exit, sending a SIGTERM
[Wed Nov 08 00:48:44 2006] [warn] child process 2265 still did not exit, sending a SIGTERM
[Wed Nov 08 00:48:44 2006] [warn] child process 2266 still did not exit, sending a SIGTERM
[Wed Nov 08 00:48:44 2006] [warn] child process 2267 still did not exit, sending a SIGTERM
[Wed Nov 08 00:52:22 2006] [notice] suEXEC mechanism enabled (wrapper: /usr/sbin/suexec)
[Wed Nov 08 00:52:23 2006] [notice] Digest: generating secret for digest authentication ...
[Wed Nov 08 00:52:23 2006] [notice] Digest: done
[Wed Nov 08 00:52:25 2006] [notice] mod_python: Creating 4 session mutexes based on 256 max processes and 0 max threads.
[Wed Nov 08 00:52:27 2006] [notice] Apache/2.2.0 (Fedora) configured -- resuming normal operations
[Wed Nov 08 00:53:05 2006] [error] [client 192.168.0.10] File does not exist: /var/www/html/webmail
[Wed Nov 08 01:05:25 2006] [error] [client 192.168.0.10] File does not exist: /var/www/html/webmail
[Wed Nov 08 01:07:26 2006] [warn] child process 1967 still did not exit, sending a SIGTERM
[Wed Nov 08 01:07:26 2006] [warn] child process 1968 still did not exit, sending a SIGTERM
[Wed Nov 08 01:07:26 2006] [warn] child process 1969 still did not exit, sending a SIGTERM
[Wed Nov 08 01:07:26 2006] [warn] child process 1970 still did not exit, sending a SIGTERM
[Wed Nov 08 01:07:26 2006] [warn] child process 1971 still did not exit, sending a SIGTERM
[Wed Nov 08 01:07:26 2006] [warn] child process 1972 still did not exit, sending a SIGTERM
[Wed Nov 08 01:07:26 2006] [warn] child process 1973 still did not exit, sending a SIGTERM
[Wed Nov 08 01:07:26 2006] [warn] child process 1975 still did not exit, sending a SIGTERM
[Wed Nov 08 01:07:27 2006] [notice] caught SIGTERM, shutting down
[Wed Nov 08 01:07:29 2006] [notice] suEXEC mechanism enabled (wrapper: /usr/sbin/suexec)
[Wed Nov 08 01:07:31 2006] [notice] Digest: generating secret for digest authentication ...
[Wed Nov 08 01:07:31 2006] [notice] Digest: done
[Wed Nov 08 01:07:31 2006] [notice] mod_python: Creating 4 session mutexes based on 256 max processes and 0 max threads.
[Wed Nov 08 01:07:32 2006] [notice] Apache/2.2.0 (Fedora) configured -- resuming normal operations
[Wed Nov 08 01:34:05 2006] [error] [client 192.168.0.10] File does not exist: /var/www/html/webmail
I see that it not looking in the right folder . how can i change that?