Jump to content

anandharaj

New Members
  • Posts

    2
  • Joined

  • Last visited

    Never

Profile Information

  • Gender
    Not Telling

anandharaj's Achievements

Newbie

Newbie (1/5)

0

Reputation

  1. Hi Guys, I installed Apache 2.2.2 in my XP Pro machine and everything working fine. Now i plan to configure my Apache with ssl mode, which meaning when i type http://localhost it will automaticaly change to https://localhost. when i looking at the installation file "apache_2.2.2-win32-x86-no_ssl.msi" i seems that it not compile with ssl mode. Please guide me how to configure my Apache 2.2.2 server works with SSL mode. Rgds, Anandharaj
  2. Hi.. First you need to edit your php.ini file. make the oracle extension available by removing the ";". Remember, everytime you edit the php.ini file, you aslo need to restart the server. The php code to connect Oracle is like $conn = ora_logon ("username", "password") or die(ora_error()); If your database reside in deifferent machine, your user name must similar like this: <username>@<ip address>. For your information, im not expect in Oracle database, so please refer to www.php.net website for more information. Thank you.
×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.