[users@httpd] In what condition, can this log message be printed?

2012-12-04 Thread Tianyin Xu
Hi, all, I noticed in my error log the MaxRequestWorkers setting is reached, but I never configured this option. Further, I found it's deprecated according to the log. In the code, I find the following logging statement: /* server/mpm/event/event.c */ if (!strcasecmp(cmd->cmd->name, "MaxClien

[users@httpd] forward proxy + variable settings

2012-12-04 Thread Mythili Mudlapur
Hi I am fairly new to using apache proxy. I am trying to use apache as a forward proxy. I have fixed clients using this proxy and would like to have variable settings (different output filters for pages fetched) for these clients. I understand that if apache is used as reverse proxy, it is poss

[users@httpd] Two-way SSL subsequent failing requests with Firefox

2012-12-04 Thread Tim Williams
I'm stumped. I've got a server(CentOS) running httpd(2.2.23) with openssl (1.0.0-fips) installed. SSLVerifyClient is set to require. All is happy if I make a request to a page using IE. If, however, I make a request with Firefox to a page, the page will load, but if I shift-reload the same page,

Re: [users@httpd] My SSL Certificate is not working properly

2012-12-04 Thread Mark Montague
On December 4, 2012 10:58 , Andrew Thompson wrote: Ok so my /etc/apache2/sites-available/default File now starts: ServerAdmin webmaster@localhost Redirect /nagios https://domain/nagios DocumentRoot /var/www And

RE: [users@httpd] My SSL Certificate is not working properly

2012-12-04 Thread Andrew Thompson
Ok so my /etc/apache2/sites-available/default File now starts: ServerAdmin webmaster@localhost Redirect /nagios https://domain/nagios DocumentRoot /var/www And so on until the last line This machine is purely

Re: [users@httpd] My SSL Certificate is not working properly

2012-12-04 Thread Mark Montague
On December 4, 2012 10:44 , Andrew Thompson wrote: I can confirm: 1 - The nagios.conf already had the RequireSLL entries. I have doubled checked this. 2 - I put that line in the default file so it looked like this: https://domain/nagios> The Redirect directive needs to go inside the Virtual

RE: [users@httpd] My SSL Certificate is not working properly

2012-12-04 Thread Andrew Thompson
Hello Mark, Thankyou for the suggestions. I can confirm: 1 - The nagios.conf already had the RequireSLL entries. I have doubled checked this. 2 - I put that line in the default file so it looked like this: https://domain/nagios> Then when I tried to restart apache it said: root@FTLNAGIOSLON:

Re: [users@httpd] My SSL Certificate is not working properly

2012-12-04 Thread Mark Montague
On December 4, 2012 6:00 , Andrew Thompson wrote: If I go to the main URL – https://domain – everything appears to work fine. Internet Explorer shows me the padlock to say its excrypted and secured. If I try to go to the nagios virtual directory http://domain/nagios -

RE: [users@httpd] My SSL Certificate is not working properly

2012-12-04 Thread Andrew Thompson
Hi Tom, Yes apologies - typo https://domain/nagios was meant to say Kind Regards Andrew -Original Message- From: Tom Evans [mailto:tevans...@googlemail.com] Sent: 04 December 2012 11:53 To: users@httpd.apache.org Subject: Re: [users@httpd] My SSL Certificate is not working prope

Re: [users@httpd] My SSL Certificate is not working properly

2012-12-04 Thread Tom Evans
On Tue, Dec 4, 2012 at 11:00 AM, Andrew Thompson wrote: > Hi all, > > > > I have brought a GoDaddy SSL cert to protect my Nagios web interface so I > can access it over the internet. > > > > I have got it installed and setup and it responds on https > > > > Here is what I did to get it working: >

Re: [users@httpd] Configuration apache

2012-12-04 Thread Antonio Moreno
Is solved. the problem is that the module was not activated "rewrite" of Apache. Thanks. :-) El 03/12/12 17:01, Yehuda Katz escribió: Then make sure that Drupal is actually installed in /var/www/. Drupal uses a bootstrap file called index.php and your error log shows that it is missing. On

[users@httpd] My SSL Certificate is not working properly

2012-12-04 Thread Andrew Thompson
Hi all, I have brought a GoDaddy SSL cert to protect my Nagios web interface so I can access it over the internet. I have got it installed and setup and it responds on https Here is what I did to get it working: 1. Copied cert and keychain files to server 2. Edited /etc/apache2/s

[users@httpd] mod_proxy_html not overridding one-change-only

2012-12-04 Thread Sanjeev Gupta
Hi There .. I've setup Apache HTTPD 2.4.3 on Ubuntu 10.04 to frontend my applications running on Catalina. I'm configured modrewrite and mod_proxy_html as below to rewrite URLs like https://domain-name.com/applicationURL/product;jsessionid=E7D38C12A41E0F280C CB06128EF6604C.jvm1 to https://domain

[users@httpd] My SSL Certificate is not working properly

2012-12-04 Thread Andrew Thompson
Hi all, I have brought a GoDaddy SSL cert to protect my Nagios web interface so I can access it over the internet. I have got it installed and setup and it responds on https Here is what I did to get it working: 1. Copied cert and keychain files to server 2. Edited /etc/apache2/s