[opencms-dev] problem of "Tomcat and the Apache webser ver with mod_prox"
Gaith Bader
gaithb at cse.unsw.edu.au
Mon Oct 30 02:36:39 CET 2006
Okay, based on the error you wrote, it says :
Invalid command 'ProxyPass', perhaps mis-spelled or defined by a
module not included in the server configuration
Now, for this to happen, it kind of suggest that mod_proxy is not
loaded by apache, have you added it on installation or afterwards?
are you sure that you actually have the actual mod_proxy.so file in
your modules directory?
If you have mod_proxy loaded in apache it should recognises ProxyPass
as it is a directive under it.
Double check our configuration files and your module directory in
apache.
Cheers,
____
Gaith Bader
Computer Systems Officer
School of Computer Science and Engineering
The University of New South Wales
ph. 93854781
On 27/10/2006, at 5:14 PM, lxbing113 wrote:
> Hello:
> yes,I have it ,it is defined in httpd.conf:
> #
> # Mappers
> #
> # These Modules provide URL mappings or translations.
> LoadModule alias_module modules/mod_alias.so
> LoadModule rewrite_module modules/mod_rewrite.so
>
> LoadModule userdir_module modules/mod_userdir.so
>
>
> but how does it provide URL mappings or translations to tomcat ?
> I'amnot very clearly,can you explain me?
> Any adviser appriciate !
> Cheers
>
>
>
>
>
>
>
> -----原始邮件-----
> 发件人:"Gaith Bader"
> 发送时间:2006-10-27 14:58:15
> 收件人:"The OpenCms mailing list"
> 抄送:(无)
> 主题:Re: [opencms-dev] problem of "Tomcat and the Apache webser
> ver with mod_prox"
>
>
>
>
>
>
>
>
>
>
> -----原始邮件-----
> 发件人:"Gaith Bader"
> 发送时间:2006-10-27 14:58:15
> 收件人:"The OpenCms mailing list"
> 抄送:(无)
> 主题:Re: [opencms-dev] problem of "Tomcat and the Apache webser
> ver with mod_prox"
>
>
> From: "Gaith Bader" <gaithb at cse.unsw.edu.au>
> To: "The OpenCms mailing list" <opencms-dev at opencms.org>
> Date: Fri, 27 Oct 2006 14:58:15 +0800 (CST)
> Subject: Re: [opencms-dev] problem of "Tomcat and the Apache webser
> ver with mod_prox"
>
> Hey mate,
>
> Make sure that you have not just mod_proxy but also mod_rewrite
>
> Cheers,
> ____
> Gaith Bader
> Computer Systems Officer
> School of Computer Science and Engineering
> The University of New South Wales
>
>
>
> On 27/10/2006, at 3:44 PM, lxbing113 wrote:
>
>> Hello list:
>> 牋 I config opencms multi-websit following document "Integrating
>> OpenCms, Tomcat and the Apache webserver with mod_proxy",
>> inopencms 6.2 documents. After I config httpd of apache, and
>> restart apache ,I get the error :
>>
>> * Apache2 has detected a syntax error in your configuration files:
>> Syntax error on line 113 of /etc/apache2/vhosts.d/alex.conf:
>> Invalid command 'ProxyPass', perhaps mis-spelled or defined by a
>> module not included in the server configuration
>>
>> 營 don't know why! I config it following the document.and my
>> config for apache is bellow:
>>
>> ServerName www.lxbing.com
>>
>> ServerAdmin webmaster at opencms
>>
>> DocumentRoot "/var/lib/tomcat-5.5/webapps/ROOT/"
>>
>>
>>
>>
>>
>> Order allow,deny
>>
>> Allow from all
>>
>>
>>
>>
>>
>> # Log only non-redirect requests in "normal" log file
>>
>> SetEnvIf Request_URI "/opencms/*" redirect
>>
>>
>>
>> RewriteEngine on
>>
>> RewriteCond %
>> {REQUEST_URI} ^/export/
>> (.*) [NC]
>>
>> RewriteCond "%{DOCUMENT_ROOT}%
>> {REQUEST_FILENAME}" !-f
>>
>> RewriteCond "%{DOCUMENT_ROOT}%{REQUEST_FILENAME}/
>> index_export.html" !-f
>>
>> RewriteRule .* http://127.0.0.1:8081/cms/handle404?
>> exporturi=%{REQUEST_URI}&%{QUERY_STRING} [P]
>>
>>
>>
>>
>>
>> ProxyPass /opencms/ !
>>
>> RedirectPermanent /opencms/ http://
>> www.lxbing.com/
>>
>> ProxyPass /resources/ !
>>
>> ProxyPass /export/ !
>>
>> ProxyPass / http://
>> 127.0.0.1:8081/opencms/
>>
>> ProxyPassReverse / http://
>> 127.0.0.1:8081/opencms/
>>
>>
>>
>>
>>
>>
>>
>> # http://www.squall.com
>>
>>
>>
>>
>>
>>
>>
>> ServerName www.squall.com
>>
>> ServerAdmin webmaster at new
>>
>> DocumentRoot "/var/lib/tomcat-5.5/webapps/ROOT/"
>>
>>
>>
>>
>>
>> Order allow,deny
>>
>> Allow from all
>>
>>
>>
>>
>>
>> # Log only non-redirect requests in "normal" log file
>>
>> SetEnvIf Request_URI "/opencms/*" redirect
>>
>>
>>
>> RewriteEngine on
>>
>> RewriteCond %
>> {REQUEST_URI} ^/export/
>> (.*) [NC]
>>
>> RewriteCond "%{DOCUMENT_ROOT}%
>> {REQUEST_FILENAME}" !-f
>>
>> RewriteCond "%{DOCUMENT_ROOT}%{REQUEST_FILENAME}/
>> index_export.html" !-f
>>
>> RewriteRule .* http://127.0.0.1:8082/cms/handle404?
>> exporturi=%{REQUEST_URI}&%{QUERY_STRING} [P]
>>
>>
>>
>> ProxyPass /opencms/ !
>>
>> RedirectPermanent /opencms/ http://
>> www.squall.com/
>>
>> ProxyPass /resources/ !
>>
>> ProxyPass /export/ !
>>
>> ProxyPass / http://
>> 127.0.0.1:8082/opencms/
>>
>> ProxyPassReverse / http://
>> 127.0.0.1:8082/opencms/
>>
>> please give me some idear how to do it !what problem I make in the
>> configuration.
>> Any adviser appreciate !
>>
>>
>>
>>
>>
>>
>>
>>
>>
>> 3G 时 代 来 临 了,坚 决 对 传 统 邮 箱 说 不 !
>> 新 一 代 极 速 3G 邮 箱 闪 亮 登 场 ,280 兆 网 盘
>> 免 费 送 ! 点 击 此 处 注 册
>>
>> _______________________________________________
>> This mail is sent to you from the opencms-dev mailing list
>> To change your list options, or to unsubscribe from the list,
>> please visit
>> http://lists.opencms.org/mailman/listinfo/opencms-dev
>
>
>
>
>
>
>
>
> 3G 时 代 来 临 了,坚 决 对 传 统 邮 箱 说 不 !
> 新 一 代 极 速 3G 邮 箱 闪 亮 登 场 ,280 兆 网 盘
> 免 费 送 ! 点 击 此 处 注 册
>
> _______________________________________________
> This mail is sent to you from the opencms-dev mailing list
> To change your list options, or to unsubscribe from the list,
> please visit
> http://lists.opencms.org/mailman/listinfo/opencms-dev
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://webmail.opencms.org/pipermail/opencms-dev/attachments/20061030/b4136bf3/attachment.htm>
More information about the opencms-dev
mailing list