[users@httpd] AuthnProviderAlias not working in 2.4 but did in 2.2

2012-12-05 Thread magic-apache
Hi, before I start: I guess it is tricky missconfiguration but I don't get it :( May someone could help? What happend? I have upgraded from Apache 2.2 to 2.4. I was using AuthnProviderAlias to use two AuthUserFiles for Basic authentication. The configuration was working on Apache 2.2 but

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

2012-12-05 Thread Eric Covener
On Wed, Dec 5, 2012 at 1:55 AM, Tianyin Xu t...@cs.ucsd.edu wrote: 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: /*

[users@httpd] Fw: Apache issue

2012-12-05 Thread vicky
  Hello Guys, My apache instance after sometime become unresponsive to restore it i need to restart it. Weird thing is that no exception/error is coming in logs. Can you please suggest what all things i can check for my apache. Is there any jvm related things which i need to check. Please

Re: [users@httpd] Fw: Apache issue

2012-12-05 Thread Tom Evans
On Wed, Dec 5, 2012 at 4:40 PM, vicky vicky007aggar...@yahoo.co.in wrote: Hello Guys, My apache instance after sometime become unresponsive to restore it i need to restart it. Weird thing is that no exception/error is coming in logs. Define unresponsive. Does it respond slowly, not at all,

Re: [users@httpd] Fw: Apache issue

2012-12-05 Thread vicky
Thanks Tom for your suggestion   Define unresponsive. Does it respond slowly, not at all, or does it refuse the connection? == My doesnt doesnt respond to the request, on browser page cannot be displayed error come wbile browsing the apache   From: Tom Evans

Re: [users@httpd] Fw: Apache issue

2012-12-05 Thread Tom Evans
Hi Vicky Diagnostically, that page is almost useless, since it is displayed for almost all issues where the browser cannot retrieve the requested page. It doesn't tell us _why_ it could not, eg Connection to the webserver timed out or Connection refused or No route to host. Cheers Tom On Wed,

[users@httpd] httpd-ssl.conf and SSL directives

2012-12-05 Thread Alex Chen
If I enable HTTPS by loading the mod_ssl.so, enabling httpd-ssl.conf, start Apache then remove SSL certificate, SSL private key, will that cause Apache to fail to acceptHTTPS requests? How if I remove the httpd-ssl.conf all together? In a nutshell, will Apache continue to work properly and

Re: [users@httpd] httpd-ssl.conf and SSL directives

2012-12-05 Thread Ben Johnson
On 12/5/2012 12:55 PM, Alex Chen wrote: If I enable HTTPS by loading the mod_ssl.so, enabling httpd-ssl.conf, start Apache then remove SSL certificate, SSL private key, will that cause Apache to fail to acceptHTTPS requests? How if I remove the httpd-ssl.conf all together? In a nutshell,

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

2012-12-05 Thread Tianyin Xu
Thanks, Eric. Yes, I understand. But my problem is whatever LogLevel I set, I cannot see this message, neither in error log nor in stderr. I guess I must miss something. Best, Tianyin On Wed, Dec 5, 2012 at 4:09 AM, Eric Covener cove...@gmail.com wrote: On Wed, Dec 5, 2012 at 1:55 AM,

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

2012-12-05 Thread Eric Covener
On Wed, Dec 5, 2012 at 2:20 PM, Tianyin Xu t...@cs.ucsd.edu wrote: I guess I must miss something. but I never configured this option. - To unsubscribe, e-mail: users-unsubscr...@httpd.apache.org For additional commands,

[users@httpd] error 500 after activating .htaccess

2012-12-05 Thread Rafnews
Hi, i have a webserver running on httpd 2.4.2 with SSL under Windows 7. i have several virtualhost that work great. here is for example a virtualhost declaration: VirtualHost *:80 DocumentRoot d:/webserver/www/rg3 ServerName rg3.loc ServerAlias www.rg3.loc ErrorLog logs/rg3.loc.error.log

Re: [users@httpd] error 500 after activating .htaccess

2012-12-05 Thread Ben Johnson
On 12/5/2012 2:28 PM, Rafnews wrote: Hi, i have a webserver running on httpd 2.4.2 with SSL under Windows 7. i have several virtualhost that work great. here is for example a virtualhost declaration: VirtualHost *:80 DocumentRoot d:/webserver/www/rg3 ServerName rg3.loc

Re: [users@httpd] httpd-ssl.conf and SSL directives

2012-12-05 Thread Alex Chen
I want to start and stop Apache via a program so it does not conflict with system Apache server, if any, and I want to remove private key after Apache starts for obvious reason. I know Apache starts itself and spawn child processes to serve the requests, so the child process should have all the

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

2012-12-05 Thread Tianyin Xu
No no, what I mean is that I never configured MaxRequestWorkers but I configured MaxClients. But I never see the log messge MaxClients is deprecated, use MaxRequestWorkers instead. I just wonder where can I find these types of log messages in my system. Thanks a lot! Tianyin On Wed, Dec 5,

[users@httpd] Re: Inline Login with mod_auth_form 405 error

2012-12-05 Thread Andrew Parker
I figured out a way to get this working. Im my couchpotato location in the apache config I added this: AuthFormLoginSuccessLocation https://myserver/couchpotato/ Now I get taken to the page successfully after I login. The way I understand it is that it should work without this directive,