Recently, we had to move a site that was hosted on a windows machine to a linux machine. All went as expected (had to convert some filenames to lowercase, fix the proper permissions to files and folders). After some testing to determine that everything on the site worked as expected, we came across the strangest thing. Pages that had been shared on Facebook when the site was on Windows, were now unavailable on the Linux machine. Add a comment

There are multiple articles on the web about how to configure Oracle Apex 4 on Oracle 10g XE and Apache2. The basic setup that is you use the Apache2 as a Proxy to serve the Oracle EPG Gateway pages, compressing text with mod_deflate, setting expiry headers for images with mod_expires and restricting access to APEX administration using mod_rewrite.

Add a comment