[users@httpd] AH00169 and AH00163

2014-04-28 Thread Brajesh Patel
Dear all, I am configuring apache 2.4.9 on REDHAT6.2 but getting following error after starting apache. [mpm_prefork:notice] [pid 10576] AH00169: caught SIGTERM, shutting down [mpm_prefork:notice] [pid 12319] AH00163: Apache/2.4.9 (Unix) configured -- resuming normal operations [core:notice] [

RE: [users@httpd] Question

2014-04-28 Thread Билгүүн Ө
First, thank you for response. I’m apologize for about the asking question on comment section. And I try to store php session in MySQL then configure Load Balancing. If I can’t store session in DB, I think our server will get single point of failure. We have a many php websites and these all us

Re: [users@httpd] Question

2014-04-28 Thread Yehuda Katz
mod_session_dbd and php $_SESSION have nothing to do with each other and php has its own session management system. If you can better explain what you are trying to do, someone might be able to give you a recommendation for whether to use mod_session or php session. Also, the Comments section on

[users@httpd] Question

2014-04-28 Thread Билгүүн Ө
From: Билгүүн Ө [mailto:bilguu...@statebank.mn] Sent: Tuesday, April 29, 2014 12:03 PM To: 'users-...@httpd.apache.org' Subject: Question Dear everyone I'm trying to use mo_session_db, but i cant. I'm using mysql-14.14, apache-2.4.9 and php-5.5.11. I create database named session_db, and

Re: [users@httpd] mod_ossl configuration for solaris 10

2014-04-28 Thread Jesus Cea
On 28/04/14 15:06, Chandrasekaran, Narasimhan (VDH) wrote: > I see gcc in there .. but the make command is not invoking it .. do EXPORT CC=gcc before the "make". By default, Solaris is trying to use a non-installed compiler. Let it know you want to use GCC. Another option could be to delete you

Re: [users@httpd] Apache Admin button on XAMPP Control Panel for non-80 port

2014-04-28 Thread Carl Hruska
This is a follow-up Jeff. I went to the forum you mentioned below. I saw my question posted there! And, JJ_Tagy knew the answer to solve my problem. (I can elaborate here if you wish.) I applied the change he suggested, and problem solved! I emailed my response and thanks to him. But th

[users@httpd] mod_ossl configuration for solaris 10 [wd-vc]

2014-04-28 Thread Bremser, Kurt (AMOS Austria GmbH)
Hi Chandrasekaran. Did you run config before make? Newton was wrong. There is no gravity. The Earth sucks. Von: Chandrasekaran, Narasimhan (VDH) [naras.chandraseka...@vdh.virginia.gov] Gesendet: Montag, 28. April 2014 15:06 An: cain dickens; users@httpd.apache.org

RE: [users@httpd] mod_ossl configuration for solaris 10

2014-04-28 Thread Chandrasekaran, Narasimhan (VDH)
I see gcc in there .. but the make command is not invoking it .. joker oracle $ gcc gcc: no input files joker oracle $ which gcc /usr/local/bin/gcc joker oracle $ make making all in crypto... make[1]: Entering directory `/soft/oracle/product/apache/openssl-1.0.1g/crypto' cc -I. -I.. -I../include

[users@httpd] mod_ossl configuration for solaris 10

2014-04-28 Thread Bremser, Kurt (AMOS Austria GmbH)
Welcome to Solaris. This just means that you don't have a compiler installed, /usr/ucb/cc is just a stub that gives this error message. Newton was wrong. There is no gravity. The Earth sucks. Von: Chandrasekaran, Narasimhan (VDH) [naras.chandraseka...@vdh.virginia

Re: [users@httpd] mod_ossl configuration for solaris 10

2014-04-28 Thread Cain Dickens
I downloaded the latest apache software but could not find the mod_ossl. Then i downloaded the openssl but now the c compiler on solaris is giving problem. Can someone please let me know how i should configure mod_ossl for solaris 10. At this time the apache/modules folder does not have any .so

RE: [users@httpd] mod_ossl configuration for solaris 10

2014-04-28 Thread Chandrasekaran, Narasimhan (VDH)
Hi I am having compiling issues with the C compiler .. is it possible to use gcc for compilation .. please advice. Getting below error .. joker oracle $ cd openssl-1.0.1g joker oracle $ make making all in crypto... make[1]: Entering directory `/soft/oracle/product/apache/openssl-1.0.1g/crypto'