Apache Archive

  • Changing the HTTP port Oracle uses

    Changing the HTTP port Oracle uses

    In a production environment your database server will be completely separate from your application server or at least it should be. So in theory you should never really need to change this setting unless its for your development environment. In my case I needed to...

    Project info

  • Setting SSL with Apache 2.x on Windows

    Setting SSL with Apache 2.x on Windows

    Pretty similar to setting up SSL on unix/linux and actually not that hard to do. Just a few things to remember as a checklist. If your Apache install didn’t include openSSL then you’ll need to download a few things: Normally you can find mod_ssl.so in...

    Project info