vlad.shafir DeleteThis @gmail.com a écrit :
> Greetings,
>
> I am trying to install Apache that is configured with several virtual
> domains.
> When a request comes in, based on the domain name, it will be forwared
> to the appropriate instance of Weblogic server.
>
> I am running Apache 2.0.53, Weblogic 8.1 on Windows XP SP 2.
>
> Here is my problem: Apache server won't start up. When I look at the
> event viewer I see this:
>
> The Apache service named reported the following error:
>
>>>>Syntax error on line 173 of C:/Program Files/Apache Group/Apache2/conf/httpd.conf: .
>
>
> followed by this
>
> The Apache service named reported the following error:
>
>>>>Cannot load C:/Program Files/Apache Group/Apache2/modules/mod_wl_20.so into server: Access is denied.
>
>
>
> This is my httpd.conf:
>
>
> LoadModule weblogic_module modules/mod_wl_20.so
>
> ...
>
> NameVirtualHost aruba.test.com
> <VirtualHost aruba.test.com>
> DocumentRoot "C:/test/host1"
> ServerName localhost:80
> <IfModule mod_weblogic.c>
> <Location /weblogic>
> SetHandler weblogic-handler
> WebLogicHost localhost
> WebLogicPort 7101
> MatchExpression *
> </Location>
> </IfModule>
> </VirtualHost>
>
> <VirtualHost arubatest.test.com>
> DocumentRoot "C:/test/host2"
> ServerName localhost:80
> <IfModule mod_weblogic.c>
> SetHandler weblogic-handler
> WebLogicHost localhost
> WebLogicPort 7102
> MatchExpression *
> </IfModule>
> </VirtualHost> <IfModule mod_weblogic.c>
>
>
> Could someone please tell me what I am doing wrong?
> When I run
>
> Apache -t , I get:
>
> Syntax ok
>
> Apache -l , I get:
>
> Compiled in modules:
> core.c
> mod_win32.c
> mpm_winnt.c
> http_core.c
> mod_so.c
>
>
>
>
> Thanks in advance.
>
> -Vlad.
>
Try use apache -S to verify your virtual host config
Try to remove <IfModule mod_weblogic.c> after your last </VirtualHost>
>> Stay informed about: Apache / Weblogic Plugin Issue.