Zdraveyte,
imam sledniya problem:

Application configuraziya na tri niva: Front End - Apache, Middle-Tier - Jserv i Back 
End - Oracle DB.
Apache e configuriran s ProxyPass za opredeleni hosts, sega tryabva da go configuriram 
kato Proxy Server za Jserv(installirana e edin packet java, koyto tryabva da vijda 
Internet, a ot Middle-Tier-a, zaradi firewallite, nyama vidimost). Problemat e, che 
kogato activiram:

<IfModule mod_proxy.c>
    ProxyRequests On

    <Directory proxy:*>
        Order deny,allow
        Deny from all
        Allow from .your_domain.com host_name
    </Directory>

zadavam deny, na drugite hosts, koito izpolzvat ProxyPass:


        ProxyPass        /remote_upload/  http://host_name/servlets/fndgfm/
        ProxyPass        /orders/         http://host_name/orders/
        ProxyPass        /profile/        http://host_name/profile/

Vaprosat mi e - ima li nachin, Apache da bade Proxy Server samo za Middle-Tiera i 
redirectite ProxyPass da funkzionirat, bez da im bade razreshen ProxyRequest(imayki 
predvid, che ProxyPass sega funkzionira i s ProxyRequests komentiran)?

Blagodarya,
Dimitar


============================================================================
A mail-list of Linux Users Group - Bulgaria (bulgarian linuxers).
http://www.linux-bulgaria.org - Hosted by Internet Group Ltd. - Stara Zagora
To unsubscribe: http://www.linux-bulgaria.org/public/mail_list.html
============================================================================

Reply via email to