Jump to content

Abhinov

New Members
  • Posts

    8
  • Joined

  • Last visited

Abhinov's Achievements

Member

Member (2/5)

0

Reputation

  1. Dears, Can someone please help. I took a fresh restart of the Apache services and found below errors: [Mon Nov 11 11:55:22.770796 2019] [core:notice] [pid 25241] SELinux policy enabled; httpd running as context system_u:system_r:httpd_t:s0 [Mon Nov 11 11:55:22.771829 2019] [suexec:notice] [pid 25241] AH01232: suEXEC mechanism enabled (wrapper: /usr/sbin/suexec) [Mon Nov 11 11:55:22.794170 2019] [auth_digest:notice] [pid 25241] AH01757: generating secret for digest authentication ... [Mon Nov 11 11:55:22.794974 2019] [lbmethod_heartbeat:notice] [pid 25241] AH02282: No slotmem from mod_heartmonitor PHP Warning: PHP Startup: Unable to load dynamic library '/usr/lib64/php/modules/oci8.so' - libclntsh.so.12.1: cannot enable executable stack as shared object requires: Permission denied in Unknown on line 0 [Mon Nov 11 11:55:22.808208 2019] [mpm_prefork:notice] [pid 25241] AH00163: Apache/2.4.6 (Red Hat) PHP/5.4.16 configured -- resuming normal operations [Mon Nov 11 11:55:22.808238 2019] [core:notice] [pid 25241] AH00094: Command line: '/usr/sbin/httpd -D FOREGROUND'
  2. Thanks Barand, I took a fresh restart of the Apache services and found below errors: [Mon Nov 11 11:55:22.770796 2019] [core:notice] [pid 25241] SELinux policy enabled; httpd running as context system_u:system_r:httpd_t:s0 [Mon Nov 11 11:55:22.771829 2019] [suexec:notice] [pid 25241] AH01232: suEXEC mechanism enabled (wrapper: /usr/sbin/suexec) [Mon Nov 11 11:55:22.794170 2019] [auth_digest:notice] [pid 25241] AH01757: generating secret for digest authentication ... [Mon Nov 11 11:55:22.794974 2019] [lbmethod_heartbeat:notice] [pid 25241] AH02282: No slotmem from mod_heartmonitor PHP Warning: PHP Startup: Unable to load dynamic library '/usr/lib64/php/modules/oci8.so' - libclntsh.so.12.1: cannot enable executable stack as shared object requires: Permission denied in Unknown on line 0 [Mon Nov 11 11:55:22.808208 2019] [mpm_prefork:notice] [pid 25241] AH00163: Apache/2.4.6 (Red Hat) PHP/5.4.16 configured -- resuming normal operations [Mon Nov 11 11:55:22.808238 2019] [core:notice] [pid 25241] AH00094: Command line: '/usr/sbin/httpd -D FOREGROUND'
  3. Hi Barand, Thanks for your help. i just checked the extension parameter it is enabled and value is oci8.so, even the file is also present in the extension folder. extension=oci8.so
  4. i will share the phpinfo for your reference, not able to upload more than 1 MB, if you need any specific section please let me know
  5. Thanks for the reply. error_reporting is already set to "E_ALL" and current local & master values displaying on the browser is 22527 display_errors and display_startup_errors i have changed to ON and took a restart of Apache services. Now i am getting below error: Fatal error: Call to undefined function oci_connect() in php page on line 14 The php page is working fine when using directly from the server, even the connection string is working fine when used from the server, i am getting the SQL output as desired. Unfortunately it is erring out in browser. PN: the DB i am connecting to is on Oracle RAC
  6. i am facing issue with DB connection with Oracle DB able to telnet and connect DB from [RHEL] OS command prompt also when i am executing php command with php filename, i am able to connect to the database. i am getting err 500 when trying to open php page from front end. pls help...!!!!
×
×
  • 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.