[users@httpd] Help with ssl configuration in apache

2012-02-23 Thread Giltime9
So I got the trust of chain certificate from verisign, import into keystore using keytool. How do I configure apache for ssl? -- View this message in context: http://old.nabble.com/Help-with-ssl-configuration-in-apache-tp33383337p33383337.html Sent from the Apache HTTP Server - Users mailing lis

Re: [users@httpd] centos 6 - 1 of 2 machines starts and not the other

2012-02-23 Thread Anirudha Patil
Hi mt, Found this article: http://stackoverflow.com/questions/3369400/error-while-starting-apache [root@localhost conf]# mkdir /root/backup/httpd/ -p [root@localhost conf]# mv /etc/httpd/conf.d/rt3.conf /root/backup/httpd/ [root@localhost conf]# service httpd restart With Regards Anirudha Pat

RE: [users@httpd] checking logs

2012-02-23 Thread DENIS Laurent
The poor's man method: pipe the logs in a script, detect patterns of what annoys you, send an snmp message (or a mail). I used a similar technique to generate syslog events that were captured by TNG. Below an excerpt from what I documented for my ops team (does not render well in pure text - te

Re: [users@httpd] centos 6 - 1 of 2 machines starts and not the other

2012-02-23 Thread ml
Le vendredi 24 février 2012 à 08:59 +1000, Noel Butler a écrit : > On Thu, 2012-02-23 at 23:15 +0100, ml wrote: > > hu guys > > > > I regularly read this list I can usually find me in the excellent > > documentation apache. > > I'm in front of a very strange problem I possess two desktop machine

Re: [users@httpd] make of apache 2.4.1 fail. undefined reference to XML_StopParser

2012-02-23 Thread Stein Magne Bjørklund
On 24. feb. 2012, at 01:23, Jeff Trawick wrote: > On Thu, Feb 23, 2012 at 6:10 PM, Stein Magne Bjørklund > wrote: >> System: >> CentOS release 4.9 (Final) >> Linux 2.6.9-89.0.16.plus.c4smp >> gcc version 3.4.6 20060404 (Red Hat 3.4.6-11) >> >> Hi >> After spending a few hours searching through t

Re: [users@httpd] make of apache 2.4.1 fail. undefined reference to XML_StopParser

2012-02-23 Thread Jeff Trawick
On Thu, Feb 23, 2012 at 6:10 PM, Stein Magne Bjørklund wrote: > System: > CentOS release 4.9 (Final) > Linux 2.6.9-89.0.16.plus.c4smp > gcc version 3.4.6 20060404 (Red Hat 3.4.6-11) > > Hi > After spending a few hours searching through the web and coming up with no > good hints or solution I find

[users@httpd] make of apache 2.4.1 fail. undefined reference to XML_StopParser

2012-02-23 Thread Stein Magne Bjørklund
System: CentOS release 4.9 (Final) Linux 2.6.9-89.0.16.plus.c4smp gcc version 3.4.6 20060404 (Red Hat 3.4.6-11) Hi After spending a few hours searching through the web and coming up with no good hints or solution I find no other places to ask then here. I hope some of you could shed some light

Re: [users@httpd] centos 6 - 1 of 2 machines starts and not the other

2012-02-23 Thread Noel Butler
On Thu, 2012-02-23 at 23:15 +0100, ml wrote: > hu guys > > I regularly read this list I can usually find me in the excellent > documentation apache. > I'm in front of a very strange problem I possess two desktop machines > which works with the Apache server with centos 6 > > 1 of 2 machines st

[users@httpd] centos 6 - 1 of 2 machines starts and not the other

2012-02-23 Thread ml
hu guys I regularly read this list I can usually find me in the excellent documentation apache. I'm in front of a very strange problem I possess two desktop machines which works with the Apache server with centos 6 1 of 2 machines starts and not the other. I use the apache config file here th

Re: [users@httpd] optimizing default mac/apache install for web development

2012-02-23 Thread Jeff Trawick
On Thu, Feb 23, 2012 at 4:14 PM, Patrick Stinson wrote: > Using chrome's network monitor is a good way to monitor the speed of > requests as well, which is how I know that some requests for simple > javascript files are taking 1-2 seconds. no doubt they are taking as long as you think they are an

Re: [users@httpd] checking logs

2012-02-23 Thread Miguel González Castaños
On 23/02/2012 22:14, J.Lance Wilkinson wrote: Miguel González Castaños wrote: Hi, Is there any tool that performs automatic checks against Apache (or Tomcat) log files? I want to be able to monitor when something is going wrong that needs attention from me instead of reading all logs from

Re: [users@httpd] Simple cache settings

2012-02-23 Thread Igor Cicimov
Look at mode_cache and mod_expires On Feb 24, 2012 8:17 AM, "Patrick Stinson" wrote: > I am designing some interactives using chrome on a local subnet, and > am trying to wrap my head around the complex cache config options. Can > anyone recommend a set of options to cache all content until the

[users@httpd] Simple cache settings

2012-02-23 Thread Patrick Stinson
I am designing some interactives using chrome on a local subnet, and am trying to wrap my head around the complex cache config options. Can anyone recommend a set of options to cache all content until the file has changed on the file system? IIS has a specific checkbox for this, and I'd like to som

Re: [users@httpd] optimizing default mac/apache install for web development

2012-02-23 Thread Patrick Stinson
Using chrome's network monitor is a good way to monitor the speed of requests as well, which is how I know that some requests for simple javascript files are taking 1-2 seconds. Does anyone know a way to approach debugging these slow response times on a localhost request? On Thu, Feb 23, 2012 at

Re: [users@httpd] checking logs

2012-02-23 Thread J.Lance Wilkinson
Miguel González Castaños wrote: Hi, Is there any tool that performs automatic checks against Apache (or Tomcat) log files? I want to be able to monitor when something is going wrong that needs attention from me instead of reading all logs from Apache. I'm thinking of a crontab job or som

[users@httpd] checking logs

2012-02-23 Thread Miguel González Castaños
Hi, Is there any tool that performs automatic checks against Apache (or Tomcat) log files? I want to be able to monitor when something is going wrong that needs attention from me instead of reading all logs from Apache. I'm thinking of a crontab job or something similar Regards, Miguel

[users@httpd] Logging ALL cookies on requests from specific IP address range?

2012-02-23 Thread J.Lance Wilkinson
Apache 2.2.6 on Solaris. We've encountered an issue where cookies seem to be disappearing. We think it has something to do with a Load Balancer the traffic is passing through. We want to log the cookies being received to try to find out what's going on. I tried adding the following to my con

[users@httpd] Proxy & Dynamic cookies

2012-02-23 Thread Benjamin Dahon
Hi, I've posted the same question on stackoverflow, but I though I'll try as well on the users mailing list. I'm trying to do something I though would be quite simple, but I struggle :) I have a reverse proxy running on Apache. I'm trying to get urls like /a/b?session=1-2 to be proxied to a diff

[users@httpd] Problem Compiling httpd-2.4.1 with mod_session_crypto

2012-02-23 Thread Michael Streeter
Hello, I'm trying to compile httpd-2.4.1 with mod_session_crypto, but the configure step errors out: #./configure --enable-session-crypto --with-included-apr ... snip snip configure: WARNING: Your APR does not include SSL/EVP support. configure: error: mod_session_crypto cannot be enabled I

Re: [users@httpd] optimizing default mac/apache install for web development

2012-02-23 Thread Jeff Trawick
On Thu, Feb 23, 2012 at 2:14 PM, Patrick Stinson wrote: > I am developing web applications and am periodically (50% of the time) > seeing 1-2second turnaround times for GETS to localhost. The pages I > am serving are basic html/css/js/image conglomerations, and sometimes > the pages turn around in

[users@httpd] Dynamic selection of mod_authnz_ldap's 'require ldap-group' object?

2012-02-23 Thread J.Lance Wilkinson
I've just been asked to implement in Apache HTTPD a restricted access area that drives off membership in an LDAP group. I have production services running on Solaris 10 using Apache/2.2.6. Eventually these will be replaced with servers running on RHEL 6 using Apache/2.2.15, but that's not likel

Re: [users@httpd] Make error, apache 2.4.1

2012-02-23 Thread Rainer Jung
On 23.02.2012 18:46, Zaxy wrote: On 23.02.2012 16:11, Zaxy wrote: Hi, first time posting here. Before I go to my problem, let me just clarify that I did everything in my power to solve it before writing here. The problem is as follows: After a successful ./configure --prefix=/usr/local/apach

Re: [users@httpd] Using requestheader to insert new header=environmentvariable_value

2012-02-23 Thread Tom Evans
On Thu, Feb 23, 2012 at 5:46 PM, Andres Aguado wrote: > Hi all, let me see. > > This is the sentence that i'm using now in httpd.conf, following > document http://httpd.apache.org/docs/current/mod/mod_headers.html > > RequestHeader set PF_AUTH_CORP_ID_NEW env=%{PF_AUTH_SUBJECT}e > > And this is wh

Re: [users@httpd] Using requestheader to insert new header=environmentvariable_value

2012-02-23 Thread Andres Aguado
Hi all, let me see. This is the sentence that i'm using now in httpd.conf, following document http://httpd.apache.org/docs/current/mod/mod_headers.html RequestHeader set PF_AUTH_CORP_ID_NEW env=%{PF_AUTH_SUBJECT}e And this is what is can see in Wireshark PF_AUTH_CORP_ID_NEW: env=(null) PF_AUTH_

Re: [users@httpd] Make error, apache 2.4.1

2012-02-23 Thread Zaxy
On 23.02.2012 16:11, Zaxy wrote: Hi, first time posting here. Before I go to my problem, let me just clarify that I did everything in my power to solve it before writing here. The problem is as follows: After a successful ./configure --prefix=/usr/local/apache2.4.1 the "make" command exits wi

Re: [users@httpd] Make error, apache 2.4.1

2012-02-23 Thread Rainer Jung
On 23.02.2012 16:11, Zaxy wrote: Hi, first time posting here. Before I go to my problem, let me just clarify that I did everything in my power to solve it before writing here. The problem is as follows: After a successful ./configure --prefix=/usr/local/apache2.4.1 the "make" command exits wi

Re: [users@httpd] apache 2.4.1 and mod cband

2012-02-23 Thread Rainer Jung
On 23.02.2012 13:35, Nick Edwards wrote: On 2/23/12, Rainer Jung wrote: On 23.02.2012 01:25, Eric Covener wrote: On Wed, Feb 22, 2012 at 6:52 PM, Nick Edwards wrote: Hi, I know this may be a little off-topic, but am asking here because mod cband has it seems been abandon-ware for few years no

Re: [users@httpd] best website security method

2012-02-23 Thread Mark Montague
On February 22, 2012 17:44 , Rajeev Prasad wrote: what is the best website security method? What are your specific security requirements? What are the characteristics of your user community? What risks are you trying to protect against? How important is security? What tradeoffs are acce

Re: [users@httpd] Using requestheader to insert new header=environmentvariable_value

2012-02-23 Thread Andres Aguado
Thanks Erik. There is a PingFederate integration kit that will provide user information autenthication information through environment variables, it means, when a resource of application server is requested via http, an authentication process is triggered, and user id is provided through this PingF

[users@httpd] Make error, apache 2.4.1

2012-02-23 Thread Zaxy
Hi, first time posting here. Before I go to my problem, let me just clarify that I did everything in my power to solve it before writing here. The problem is as follows: After a successful ./configure --prefix=/usr/local/apache2.4.1 the "make" command exits with an error. Making all in srclib

[users@httpd] Understanding Apache permissions/PHP Handlers

2012-02-23 Thread Alex Walker
Hi All I've recently started working for a dedicated hosting company, and I'm trying to get a better understanding of the permissions surrounding Apache, particularly when different PHP handlers are used. For example, a common issue encountered by customers is permissions relating to Wordpres

Re: [users@httpd] apache 2.4.1 and mod cband

2012-02-23 Thread Nick Edwards
On 2/23/12, Rainer Jung wrote: > On 23.02.2012 01:25, Eric Covener wrote: >> On Wed, Feb 22, 2012 at 6:52 PM, Nick Edwards >> wrote: >>> Hi, >>> I know this may be a little off-topic, but am asking here because mod >>> cband has it seems been abandon-ware for few years now, even half the >>> autho

Re: [users@httpd] apache 2.4.1 and mod cband

2012-02-23 Thread Nick Edwards
Awesome, thank you! On 2/23/12, Rainer Jung wrote: > On 23.02.2012 01:25, Eric Covener wrote: >> On Wed, Feb 22, 2012 at 6:52 PM, Nick Edwards >> wrote: >>> Hi, >>> I know this may be a little off-topic, but am asking here because mod >>> cband has it seems been abandon-ware for few years now, e

Re: [users@httpd] AH00534: httpd: Configuration error: More than one MPM loaded.

2012-02-23 Thread Jeff Trawick
On Thu, Feb 23, 2012 at 6:50 AM, mikeyao wrote: > I compiled newest apache 2.4.1 with "--enable-mpms-shared=all". > > Three mpm modules are there.(mod_mpm_event.so, mod_mpm_prefork.so, > mod_mpm_worker.so". > > LoadModule mpm_event_module modules/mod_mpm_event.so is default enabled. > > But i star

Re: [users@httpd] AH00534: httpd: Configuration error: More than one MPM loaded.

2012-02-23 Thread Eric Covener
On Thu, Feb 23, 2012 at 6:50 AM, mikeyao wrote: > I compiled newest apache 2.4.1 with "--enable-mpms-shared=all". > > Three mpm modules are there.(mod_mpm_event.so, mod_mpm_prefork.so, > mod_mpm_worker.so". > > LoadModule mpm_event_module modules/mod_mpm_event.so is default enabled. > > But i star

[users@httpd] AH00534: httpd: Configuration error: More than one MPM loaded.

2012-02-23 Thread mikeyao
I compiled newest apache 2.4.1 with "--enable-mpms-shared=all". Three mpm modules are there.(mod_mpm_event.so, mod_mpm_prefork.so, mod_mpm_worker.so". LoadModule mpm_event_module modules/mod_mpm_event.so is default enabled. But i start apache by "apachect -k start", the message is: AH00534: ht

Re: [users@httpd] Using requestheader to insert new header=environmentvariable_value

2012-02-23 Thread Eric Covener
On Thu, Feb 23, 2012 at 4:39 AM, Andres Aguado wrote: > Hi all, > >    Let me ask a short cuestion for help about my virtual host, that i > think it's not working > >   Here is my virtual host: > >   RequestHeader set NEW_HEADER env=%{ENV_VARIABLE}e >   ProxyPass /path http://destination_apphost >

[users@httpd] Using requestheader to insert new header=environmentvariable_value

2012-02-23 Thread Andres Aguado
Hi all, Let me ask a short cuestion for help about my virtual host, that i think it's not working Here is my virtual host: RequestHeader set NEW_HEADER env=%{ENV_VARIABLE}e ProxyPass /path http://destination_apphost ProxyPassReverse /path http://destination_apphost So, when i

Re: [users@httpd] apache 2.4.1 and mod cband

2012-02-23 Thread Rainer Jung
On 23.02.2012 01:25, Eric Covener wrote: On Wed, Feb 22, 2012 at 6:52 PM, Nick Edwards wrote: Hi, I know this may be a little off-topic, but am asking here because mod cband has it seems been abandon-ware for few years now, even half the authors I contacted have no idea about the main developer