Re: [users@httpd] Error in accessing the home page

2012-11-29 Thread Tianyin Xu
Wait... Then the document which specifies "a full path to a directory" is not correct. -- Tianyin On Thu, Nov 29, 2012 at 10:00 PM, Tianyin Xu wrote: > No, it could be a relative path, but it is **relative** to ServerRoot. > > I set: > > ServerRoot "/home/tianyin/httpd-2.4.3" > DocumentRoot "h

Re: [users@httpd] [HELP] Apache HTTPD fails to start while bumping up error messages

2012-11-29 Thread Fei Ren
On Thu, Nov 29, 2012 at 4:37 AM, Eric Covener wrote: > On Thu, Nov 29, 2012 at 3:50 AM, Fei Ren wrote: >> Hi, >> >> Danke schön! >> >> Using locate libgcc_s.so.1, I do find it! >> /lib/x86_64-linux-gnu/libgcc_s.so.1 >> >> I'm using Ubuntu 12.04. >> > > Did you compile apache yourself? Is it 32-b

[users@httpd] What does this mesg mean? (Server cannot start)

2012-11-29 Thread Jackie Zhang
Hi, I find these log messages in my error_log, [Thu Nov 29 22:59:37.016343 2012] [auth_digest:notice] [pid 9146:tid 139862742857472] AH01757: generating secret for digest authentication ... [Thu Nov 29 22:59:37.016481 2012] [core:emerg] [pid 9146:tid 139862742857472] (28)No space left on device:

[users@httpd] FW: Stunnel + HAProxy + Apache + mod_remoteip

2012-11-29 Thread Rob Cluett
All, I have everything working perfectly. However I cannot get any SSL traffic which goes through the proxy to reveal it's true IP rather than the proxy IP. I tried mod_rpaf and then moved over to mod_remoteip and I get the same thing so I'm assuming it's something other than apache possibly? So U

Re: [users@httpd] Error in accessing the home page

2012-11-29 Thread Tianyin Xu
No, it could be a relative path, but it is **relative** to ServerRoot. I set: ServerRoot "/home/tianyin/httpd-2.4.3" DocumentRoot "htdocs" .. And everything is perfectly fine. On Thu, Nov 29, 2012 at 4:02 PM, Yehuda Katz wrote: > On Thu, Nov 29, 2012 at 6:57 PM, Alex Chen wrote

Re: [users@httpd] Error in accessing the home page

2012-11-29 Thread Alex Chen
Thanks to all who replies to my question. I guess I will need to read the document more thoroughly. It would be nice this is information is included as comments in the config file, though. Alex On Nov 29, 2012, at 4:03 PM, Bennett, Tony wrote: > Documentation on the container: > http://httpd.

RE: [users@httpd] Error in accessing the home page

2012-11-29 Thread Bennett, Tony
Documentation on the container: http://httpd.apache.org/docs/2.2/mod/core.html#directory -Original Message- From: Alex Chen [mailto:alex_c...@filemaker.com] Sent: Thursday, November 29, 2012 3:58 PM To: users@httpd.apache.org Subject: Re: [users@httpd] Error in accessing the home page

Re: [users@httpd] Error in accessing the home page

2012-11-29 Thread Yehuda Katz
On Thu, Nov 29, 2012 at 6:57 PM, Alex Chen wrote: > However I have already set ServerRoot to "C:/Program Files/Apache" and > DocumentRoot to 'htdocs", therefore I assume it implies the document root > will be "C:/Program Files/Apache/htdocs", as indicated in your reply, > correct? > > The questi

Re: [users@httpd] Error in accessing the home page

2012-11-29 Thread Alex Chen
Thanks for the answer, Knute, However I have already set ServerRoot to "C:/Program Files/Apache" and DocumentRoot to 'htdocs", therefore I assume it implies the document root will be "C:/Program Files/Apache/htdocs", as indicated in your reply, correct? The question is why I have to use ins

Re: [users@httpd] Error in accessing the home page

2012-11-29 Thread Knute Johnson
On 11/29/2012 3:10 PM, Alex Chen wrote: I downloaded the Apache 2.2.22 Windows msi and installed it as a console app, I copied all the files to C:/Program Files/Apache and uninstalled Apache to have a stock copy of the installation. I made the following changes in httpd.conf. ServerRoot "C:/

[users@httpd] Error in accessing the home page

2012-11-29 Thread Alex Chen
I downloaded the Apache 2.2.22 Windows msi and installed it as a console app, I copied all the files to C:/Program Files/Apache and uninstalled Apache to have a stock copy of the installation. I made the following changes in httpd.conf. ServerRoot "C:/Program Files/Apache" Listen 8080 LoadModu

Re: [users@httpd] Apache 2.4 stability & ErrorLogFormat

2012-11-29 Thread Mark Montague
On November 29, 2012 16:52 , Alvise Nicoletti wrote: so you confirm it's actually impossible to have website URL reference in actual php error logs with apache 2.2 ... ? I would not say "impossible" -- for example, you could modify the Apache HTTP Server code. But, as Ben suggested, the bes

Re: [users@httpd] Apache 2.4 stability & ErrorLogFormat

2012-11-29 Thread Ben Johnson
On 11/29/2012 4:52 PM, Alvise Nicoletti wrote: > Il 29/11/2012 21:36, Mark Montague ha scritto: >> On November 29, 2012 14:46 , Alvise Nicoletti >> wrote: >>> I would like to use the ErrorLogFormat function (a > apache2.4 >>> function), >>> because I have a lot of php websites in a same Virtual

Re: [users@httpd] Apache 2.4 stability & ErrorLogFormat

2012-11-29 Thread Alvise Nicoletti
Il 29/11/2012 21:36, Mark Montague ha scritto: On November 29, 2012 14:46 , Alvise Nicoletti wrote: I would like to use the ErrorLogFormat function (a > apache2.4 function), because I have a lot of php websites in a same Virtual Host / directory and I would like to have better error reporting

Re: [users@httpd] Apache 2.4 stability & ErrorLogFormat

2012-11-29 Thread Mark Montague
On November 29, 2012 14:46 , Alvise Nicoletti wrote: I would like to use the ErrorLogFormat function (a > apache2.4 function), because I have a lot of php websites in a same Virtual Host / directory and I would like to have better error reporting. [...] So I ask, is 2.4 stable ? Do you have

[users@httpd] Apache 2.4 stability & ErrorLogFormat

2012-11-29 Thread Alvise Nicoletti
Hi guys. I would like to use the ErrorLogFormat function (a > apache2.4 function), because I have a lot of php websites in a same Virtual Host / directory and I would like to have better error reporting. However, my linux distribution (Debian) doesn't seem to plan to put Apache 2.4 soon, th

Re: [users@httpd] Authentication by checking that a user only exists

2012-11-29 Thread David Ecker
Hi, it seems that it won't compile because of missing apr_sigfunc_t. That's because apache is compiled with: #define APR_HAVE_SIGACTION 0 Am 29.11.2012 12:01, schrieb FINESEC: Hi, try compiling this module using mingw port of gcc: http://www.mingw.org/ Regards, Adam Black FINESEC O

Re: [users@httpd] Authentication by checking that a user only exists

2012-11-29 Thread Eric Covener
mod_authnz_ldap for authentication mod_authz_dbd for authorization On Wed, Nov 28, 2012 at 4:17 PM, David Ecker wrote: > Hi, > how can I solve the following situation? > > The user should be authenticated in two steps: > > 1) Check in Radius, Tacas, LDAP Server or any other external datasource by

Re: [users@httpd] [HELP] Apache HTTPD fails to start while bumping up error messages

2012-11-29 Thread Eric Covener
On Thu, Nov 29, 2012 at 3:50 AM, Fei Ren wrote: > Hi, > > Danke schön! > > Using locate libgcc_s.so.1, I do find it! > /lib/x86_64-linux-gnu/libgcc_s.so.1 > > I'm using Ubuntu 12.04. > Did you compile apache yourself? Is it 32-bit or 64-bit? Either way, it's not able to load libgcc_s, and you'l

Re: [users@httpd] Authentication by checking that a user only exists

2012-11-29 Thread FINESEC
Hi, try compiling this module using mingw port of gcc: http://www.mingw.org/ Regards, Adam Black FINESEC On Thu, Nov 29, 2012 at 11:36 AM, David Ecker wrote: > Hi, > that might work. Does anybody know where to get a compiled version of this > module for Apache/2.2.22 (Win32) or another solution

Re: [users@httpd] Authentication by checking that a user only exists

2012-11-29 Thread David Ecker
Hi, that might work. Does anybody know where to get a compiled version of this module for Apache/2.2.22 (Win32) or another solution to my earlier question? I just got the intel C++ compiler installed which seems not to work compiling mod_authnz_external. Am 29.11.2012 04:56, schrieb Michael

Re: [users@httpd] [HELP] Apache HTTPD fails to start while bumping up error messages

2012-11-29 Thread Hendrik Schmieder
libgcc_s.so.1 must be installed for pthread_cancel to work libgcc_s.so.1 must be installed for pthread_cancel to work libgcc_s.so.1 must be installed for pthread_cancel to work [Wed Nov 28 23:28:49.007153 2012] [core:notice] [pid 12815:tid 140733049767680] AH00052: child pid 12817 exit signal Abor

Re: [users@httpd] [HELP] Apache HTTPD fails to start while bumping up error messages

2012-11-29 Thread Fei Ren
So what is the real problem? :-( On Thu, Nov 29, 2012 at 12:54 AM, Hendrik Schmieder wrote: > Sorry, > > can't say it, > But this is now OT. > > Fei Ren schrieb: >> >> by the way, why libgcc matters with pthread? I'm really confused. >> >> Thanks, >> Felina >> >> >> On Thu, Nov 29, 2012 at 12:50

Re: [users@httpd] [HELP] Apache HTTPD fails to start while bumping up error messages

2012-11-29 Thread Hendrik Schmieder
Sorry, can't say it, But this is now OT. Fei Ren schrieb: by the way, why libgcc matters with pthread? I'm really confused. Thanks, Felina On Thu, Nov 29, 2012 at 12:50 AM, Fei Ren wrote: Hi, Danke schön! Using locate libgcc_s.so.1, I do find it! /lib/x86_64-linux-gnu/libgcc_s.so.1 I'm

Re: [users@httpd] [HELP] Apache HTTPD fails to start while bumping up error messages

2012-11-29 Thread Fei Ren
by the way, why libgcc matters with pthread? I'm really confused. Thanks, Felina On Thu, Nov 29, 2012 at 12:50 AM, Fei Ren wrote: > Hi, > > Danke schön! > > Using locate libgcc_s.so.1, I do find it! > /lib/x86_64-linux-gnu/libgcc_s.so.1 > > I'm using Ubuntu 12.04. > > Thanks, > Felina > > > On

Re: [users@httpd] [HELP] Apache HTTPD fails to start while bumping up error messages

2012-11-29 Thread Fei Ren
Hi, Danke schön! Using locate libgcc_s.so.1, I do find it! /lib/x86_64-linux-gnu/libgcc_s.so.1 I'm using Ubuntu 12.04. Thanks, Felina On Thu, Nov 29, 2012 at 12:41 AM, Hendrik Schmieder wrote: > locate libgcc_s.so.1 - To u

Re: [users@httpd] [HELP] Apache HTTPD fails to start while bumping up error messages

2012-11-29 Thread Hendrik Schmieder
Fei Ren schrieb: On Thu, Nov 29, 2012 at 12:17 AM, Hendrik Schmieder wrote: Fei Ren schrieb: On Wed, Nov 28, 2012 at 11:58 PM, Hendrik Schmieder wrote: Fei Ren schrieb: Hi, guru, When I tries to start my Apache HTTPD Web server, it fails with the following log message bumped out: l

Re: [users@httpd] [HELP] Apache HTTPD fails to start while bumping up error messages

2012-11-29 Thread Fei Ren
Dear Hendrik, Could you tell me how to find libgcc_s.so.1? I searched /lib and /usr/lib and it's not there. Thank you so much! Felina On Thu, Nov 29, 2012 at 12:17 AM, Hendrik Schmieder wrote: > Fei Ren schrieb: > >> >> On Wed, Nov 28, 2012 at 11:58 PM, Hendrik Schmieder >> wrote: >>> >>> F

Re: [users@httpd] [HELP] Apache HTTPD fails to start while bumping up error messages

2012-11-29 Thread Hendrik Schmieder
Fei Ren schrieb: On Wed, Nov 28, 2012 at 11:58 PM, Hendrik Schmieder wrote: Fei Ren schrieb: Hi, guru, When I tries to start my Apache HTTPD Web server, it fails with the following log message bumped out: libgcc_s.so.1 must be installed for pthread_cancel to work libgcc_s.so.1 must be ins

Re: [users@httpd] [HELP] Apache HTTPD fails to start while bumping up error messages

2012-11-29 Thread Fei Ren
Hi, Hendrik, yes, I checked it and it's located in /usr/lib/ #ll /usr/lib/libgccpp.so.1 lrwxrwxrwx 1 root root 17 Aug 1 13:13 /usr/lib/libgccpp.so.1 -> libgccpp.so.1.0.3 #ll /usr/lib/libgccpp.so.1.0.3 -rw-r--r-- 1 root root 5968 Aug 1 13:13 /usr/lib/libgccpp.so.1.0.3 Thanks, Felina On Wed, No