Error after running EWS
Im configuring EWS to use mod_cluster as connector between EWS and JBoss AS and im following this guide:
at the end of that guide i have to restart the EWS, when i do it using the command: apachectl start
i got no error, but if i look the log: httpd.log i found this error:
Syntax error on line 3 of /usr/local/jboss_web/jboss-ews-1.0/httpd/conf.d/JBoss_HTTP.conf:
<Directory> directive requires additional arguments
this is my JBoss_HTTP.conf file:
-----------------------------------------------------------------------------------------------------------------
<VirtualHost 192.168.10.147:6669>
<Directory>
Order deny,allow
Deny from all
Allow from 192.168.10.
</Directory>
KeepAliveTimeout 60
MaxKeepAliveRequests 0
ManagerBalancerName mycluster
AdvertiseFrequency 5
</VirtualHost>
Listen 192.168.10.147:6669
LoadModule slotmem_module /usr/local/jboss_web/jboss-ews-1.0/httpd/modules/mod_slotmem.so
LoadModule manager_module /usr/local/jboss_web/jboss-ews-1.0/httpd/modules/mod_manager.so
LoadModule proxy_cluster_module /usr/local/jboss_web/jboss-ews-1.0/httpd/modules/mod_proxy_cluster.so
LoadModule advertise_module /usr/local/jboss_web/jboss-ews-1.0/httpd/modules/mod_advertise.so
----------------------------------------------------------------------------------------------------------------
the EWS is not running and i followed the guide.
regards.