Setting Up Apache Virtual Host for APEX
joelsMar 8 2009 — edited Mar 25 2009Hi all,
I have a apache & oracle http server running on one machine and APEX DB in the other machine.
I've setup a virtual host in the apache for the APEX application link.
NameVirtualHost apex-machine
<VirtualHost apex-machine>
ServerName personalinfo
RewriteEngine On
RewriteRule ^/(.*) http://127.0.0.1:7780/pls/apex/dev/f?p=125:9$1 [L,P]
ErrorLog /var/log/apache2/personalinfo-error_log
TransferLog /var/log/apache2/personalinfo-access_log
</VirtualHost>
When i typed in 'personalinfo' in my browser, it displayed the login page but the images are gone and clicking login does nothing.
any idea why? did i miss configure something here?
Cheers,
Joel
Thanks.