http://www.webcfg.com Forum Index
Author Message

<  WebCFG FAQ and HOWTO  ~  HOWTO integrate the WebCFG into an apache server

danny70437
Posted: Tue Jun 26, 2007 7:16 pm Reply with quote
Joined: 25 Jun 2007 Posts: 14
Question: Howto integrate the WebCFG into an apache server

Answer: Insert the following lines to the apache-configuration and adapt
the WebCFG-bundle location for your installation
Code:
    <Directory "/opt/WebCFG-bundle/tomcat/webapps">
        Options FollowSymLinks +Includes
        Order allow,deny
        Allow from all
     </Directory>

    ProxyRequests Off
    ProxyPass /webcfg http://localhost:8080/webcfg
    ProxyPassReverse /webcfg http://localhost:8080/webcfg


You have also enable the proxy-module for your apache server
and modify e.g. /etc/apache2/mods-enabled/proxy.conf to allow this proxy
Code:
 
        [ ... ]
        <Proxy *>
                [ ... ]
                Allow from all
                #Allow from .example.com
        </Proxy>
        [ ... ]
View user's profile Send private message

Display posts from previous:  

All times are GMT + 1 Hour
Page 1 of 1
Post new topic

Jump to:  

You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum