Re: [users@httpd] AuthMySQL_Encryption_Types SHA1Sum not working

2011-08-10 Thread Björn Zettergren
Echo appends a linebreak, try using "echo -n" instead. /Björn 10 aug 2011 kl. 17:37 skrev "Rajeev Prasad" mailto:rp.ne...@yahoo.com>>: Hi, I am not able to figure why SH1Sum authentication type is not working in sql table: userid: test2 sh1sum password stored: 9054fbe0b622c638224d50d2082

Re: [users@httpd] My RewriteRule seems to be ignored

2011-08-22 Thread Björn Zettergren
RewriteEngine is on and the ProxyPassMatch rule is firing. I've attached my full config. I've tried to simplify it but it's still 200+ lines. The important stuff is at the bottom. I would very much appreciate it if you could take a quick peek to tell me what I'm doing wrong. I have tried the conf

Re: [users@httpd] mod_proxy SSL forward proxy

2011-08-24 Thread Björn Zettergren
On 08/24/2011 12:00 PM, Bill Moseley wrote: moseley@bair ~/Documents/apache $ wget https://mail.google.com/ --2011-08-24 12:48:42-- https://mail.google.com/ Resolving localhost... 127.0.0.1, ::1, fe80::1 Connecting to localhost|127.0.0.1|:8443... connected. Failed reading proxy response: Unknown

Re: [users@httpd] apache killer

2011-08-25 Thread Björn Zettergren
On 08/25/2011 12:51 PM, Amira Othman wrote: I want to ask about apache killer and how to avoid it. I am using httpd-2.2.3-43.3.vm on centos 5.6 As already posted on the list, this is one way of avoiding it: 1) Use SetEnvIf or mod_rewrite to detect a large number of ranges and then either i

Re: [users@httpd] How forward all ports with apache reverse proxy?

2011-09-10 Thread Björn Zettergren
On 09/10/2011 09:39 AM, Carachi wrote: Hi and Thank you Terry I want that apache forward all request this the server, not only http request but also ftp, sftp, telnet, 8080 etc. I tried to setting so but it didn't work, I search on google, but I didn't found anything. Thank you Apache httpd is

Re: [users@httpd] segmentation Faults

2011-09-12 Thread Björn Zettergren
On 09/12/2011 03:02 PM, dhottin...@harrisonburg.k12.va.us wrote: ... #0 0x0076be96 in apc_shm_create () from /usr/lib/php/modules/apc.so ... Check your utilization of the apc-cache (there's a APC.PHP interface for this that comes with the module i think). Verify in your php.ini that you have s

Re: [users@httpd] apc.php

2011-09-12 Thread Björn Zettergren
On 09/12/2011 11:14 PM, dhottin...@harrisonburg.k12.va.us wrote: I moved the apc.php file where I could access through my browser and accessing it causes my server to seg fault. Is there anyway to keep from using apc? Im not seeing it in my php.ini files. thanks again for all the help. It coul

Re: [users@httpd] ext_filter module only works with wget/curl - not in browsers

2011-09-14 Thread Björn Zettergren
On 09/14/2011 02:58 PM, Arvid Piehl Lauritsen Böttiger wrote: Hello I think I have a very strange problem. I'm trying to use ext_filter to rewrite some contenton the fly from apache. ... I am quite lost here because I have no idea what is going on. ... Firefox and other browsers will (most

Re: [users@httpd] apache2-2.2.21 did not accept new connections

2011-10-17 Thread Björn Zettergren
On 10/17/2011 02:12 PM, Petr Hracek wrote: error:140760FC:SSL Routines:SSL23_GET_CLIENT_HELLO:unknown protocol speaking not SSL to HTTPS port!? What can be the reason of that failure? As error message suggests, someone connects to your server and is not speaking SSL to it. You can trigger the

Re: [us...@httpd] SetEnv HTTPS on... not working. (UNCLASSIFIED)

2010-12-17 Thread Björn Zettergren
-Original Message- From: Mxrgus Pxrt [mailto:mar...@tione.eu] Sent: Sunday, December 12, 2010 4:28 PM [...] Components: - client - SSL offloader (Apache) - Backend server (Apache) RewriteCond %{HTTP:HTTPS} !=on RewriteRule (.*) https://example.com/$1 [L,R=301] I'm not sure if you've r

Re: [us...@httpd] Re: RewriteCond how to set variable

2010-12-21 Thread Björn Zettergren
On 12/21/2010 07:12 PM, Andrew Schulman wrote: My email client displayed what you wanted me to insert incorrectly. I put the code in correctly but it still does not work. I added R=301 to the end so that it would redirect so I could check the apache logs. Good debugging trick. For debugging

Re: [us...@httpd] Out of memory error httpd

2010-12-27 Thread Björn Zettergren
On 12/27/2010 02:52 PM, Himanshu Raina wrote: Hi, One of my web server has started to give "Out of memory" errors. HighMem per-cpu:Free pages: 13928kB (512kB HighMem)HighMem free:512kB min:512kB low:1024kB high:1536kB active:2635032kB inactive:2613404kB present:5832700kB pages_scanned:104

Re: [users@httpd] mod_rewrite woes

2011-01-20 Thread Björn Zettergren
On 01/20/2011 09:10 PM, --[ UxBoD ]-- wrote: - Original Message - Did you set RewriteEngine on? Where do you define your rules? If there's a VirtualHost handling the request, they need to be defined there. ServerAdmin webmas...@somedomain.com DocumentRoot "/www/somedomain

Re: [users@httpd] mod_rewrite woes

2011-01-20 Thread Björn Zettergren
On 01/20/2011 09:59 PM, Björn Zettergren wrote: As Eric wrote, you need to put your Rewrites inside the directive, i don't see them there in the above snippet. Possibly the "RewriteEngine On" needs to go there too. /Björn Cheez, i failed to fetch all the latest messages

Re: [users@httpd] mod_rewrite woes

2011-01-21 Thread Björn Zettergren
On 01/21/2011 08:58 AM, Mark Wiltshire wrote: Hi UxBoD Can you confirm you have RewriteCond RewriteRule for each of you domains, I believe if you write multiple RewriteCond, they all have to match for the Rule then to be run. Try in separate pairs. mod_rewrite will default to do logical AND

Re: [users@httpd] Authentication based on QUERY STRING

2011-01-26 Thread Björn Zettergren
On 01/26/2011 06:52 PM, Rich Bowen wrote: On Jan 26, 2011, at 10:52 AM, J.Lance Wilkinson wrote: I have a developer who's using Apache 1.3.9 (supplied as Oracle HTTP server within Oracle Application Express) and needs to SUPPRESS his default authentication (mod_cosign from weblogin.org) when

Re: [users@httpd] Set get parameter into http header.

2011-02-21 Thread Björn Zettergren
On 02/21/2011 02:42 PM, Michael Prieß wrote: Hi Apache users, i like to do some basic authentication with a simple token which is user:password via http get. How can i get the token which come in via "http get" into the header with Apache ? Try mod_headers: http://httpd.apache.org/docs/curren

Re: [users@httpd] FastCGI causes website to hang

2011-03-01 Thread Björn Zettergren
Hi, Your configuration does not really match mine, but i've had a similar issue with sort of the same behaviour. I was using mod_fastcgi (not mod_fcgid), and PHP used the APC (opcode cache for php). The source of my problem was that a PHP-CGI-child would also remove the semaphore that its pa

Re: [users@httpd] FastCGI causes website to hang

2011-03-03 Thread Björn Zettergren
On 03/02/2011 09:17 AM, roberto blanko wrote: I'm not the real freak when it comes to semaphores and shared memory usage. Can you see something suspicious there? Hm, sorry to say i can't really. Another notice: After reading your reply I deactivated eAccellerator, ionCube-Loader and Zend-Opti

Re: [users@httpd] reload separate fcgid-application

2011-04-13 Thread Björn Zettergren
On 04/13/2011 10:00 AM, Hajo Locke wrote: is there a possibility to reload a separate fcgid-application (mod_fcgid) if something has changed? Hi, You could issue a "kill " of your fcgi-wrapper process that handles your specific vhost (i distinguish mine through the use of different users via

Re: [users@httpd] reload separate fcgid-application

2011-04-19 Thread Björn Zettergren
On 04/19/2011 09:03 AM, Hajo Locke wrote: You could issue a "kill " of your fcgi-wrapper process that handles your specific vhost Do you have often trouble with your users when killing the processes or are these killings barely noticeable? I don't, but i think that is highly dependant on wha

Re: [users@httpd] 'last' rewrite rule config

2011-04-25 Thread Björn Zettergren
On 04/25/2011 08:25 AM, Shantanu Pavgi wrote: I have following set of rewrite rules in the apache config. {{{ RewriteRule ^robots.txt /var/www/robots.txt [L] RewriteCond /var/www/trac/$1 !-d RewriteRule ^/([[:alnum:]\-]+)(/?.*)/index.html [L] Hi, Add a sla

Re: [users@httpd] internal server error due to cookie setting in .htaccess

2011-05-11 Thread Björn Zettergren
On 05/11/2011 05:01 PM, vishesh kumar wrote: Hi I get internal server error for my domain. After checking error i found following in /etc/httpd/logs/error-log RewriteRule: unknown flag 'CO'\n What could be cause of this . Please guide me. By the looks of what you said you have a misconfigured R

Re: [users@httpd] Query regarding iBatis

2011-06-17 Thread Björn Zettergren
On 06/17/2011 09:54 AM, Vikram Jain wrote: Hi, I have a doubt in iBatis, hope you can help me out. You have reached the apache httpd user mailinglist. I suspect you will be able to find a more suitable mailinglist for your question at http://www.mybatis.org. Good luck. /Björn Zettergren