Re: [EMAIL PROTECTED] dbd mysql segmentation fault in 2.2.6

2007-11-20 Thread Daniel Campbell
More progress. I can now see traffic going out and coming back from the sql server for authentication requests but they are failing some how and I still get a seg fault when this happens. What type of "(encrypted password)" does this support? Is there a way to set it so it automatically succeeds ju

Re: [EMAIL PROTECTED] dbd mysql segmentation fault in 2.2.6

2007-11-20 Thread Danie Qian
- Original Message - From: "Daniel Campbell" <[EMAIL PROTECTED]> To: Sent: Tuesday, November 20, 2007 10:48 PM Subject: Re: [EMAIL PROTECTED] dbd mysql segmentation fault in 2.2.6 Well I take that back some what. It still seg faults but only once per request instead of a continuous

Re: [EMAIL PROTECTED] dbd mysql segmentation fault in 2.2.6

2007-11-20 Thread Daniel Campbell
Well I take that back some what. It still seg faults but only once per request instead of a continuous loop. Oh wellI keep plugging away at it...any more tips would be greatly appreciated... Daniel Campbell wrote: FINALLY, I found the problem and it was so simple.I could shoot mysel

Re: [EMAIL PROTECTED] dbd mysql segmentation fault in 2.2.6

2007-11-20 Thread Daniel Campbell
FINALLY, I found the problem and it was so simple.I could shoot myself. I forgot DBDPersist off in the conf file. This was causing the seg faults. Res wrote: Daniel, Your slackware 12, you are installing apache from source from httpd.apache.org ? if so ls /var/log/packages/http* if

Re: [EMAIL PROTECTED] dbd mysql segmentation fault in 2.2.6

2007-11-20 Thread Danie Qian
- Original Message - From: "Daniel Campbell" <[EMAIL PROTECTED]> To: Sent: Tuesday, November 20, 2007 4:34 PM Subject: Re: [EMAIL PROTECTED] dbd mysql segmentation fault in 2.2.6 My ldd looks like linux-gate.so.1 => (0xe000) libaprutil-1.so.0 => /usr/lib/libaprutil-1.so.0 (0xb7f

Re: [EMAIL PROTECTED] dbd mysql segmentation fault in 2.2.6

2007-11-20 Thread Danie Qian
- Original Message - From: "Daniel Campbell" <[EMAIL PROTECTED]> To: Sent: Tuesday, November 20, 2007 4:34 PM Subject: Re: [EMAIL PROTECTED] dbd mysql segmentation fault in 2.2.6 My ldd looks like linux-gate.so.1 => (0xe000) libaprutil-1.so.0 => /usr/lib/libaprutil-1.so.0 (0xb7f

Re: [EMAIL PROTECTED] dbd mysql segmentation fault in 2.2.6

2007-11-20 Thread Daniel Campbell
My ldd looks like linux-gate.so.1 => (0xe000) libaprutil-1.so.0 => /usr/lib/libaprutil-1.so.0 (0xb7fbf000) libldap-2.3.so.0 => /usr/lib/libldap-2.3.so.0 (0xb7f8c000) libsasl2.so.2 => /usr/lib/libsasl2.so.2 (0xb7f75000) libresolv.so.2 => /lib/libresolv.so.2 (0xb7f62000) liblber-2.3.so.0 => /usr/

Re: [EMAIL PROTECTED] dbd mysql segmentation fault in 2.2.6

2007-11-20 Thread Danie Qian
- Original Message - From: "Daniel Campbell" <[EMAIL PROTECTED]> To: Sent: Tuesday, November 20, 2007 3:59 PM Subject: Re: [EMAIL PROTECTED] dbd mysql segmentation fault in 2.2.6 I have. I do the ldd on the httpd and it shows the mysql client lib in the list. I still get the segment

Re: [EMAIL PROTECTED] dbd mysql segmentation fault in 2.2.6

2007-11-20 Thread Daniel Campbell
I have. I do the ldd on the httpd and it shows the mysql client lib in the list. I still get the segmentation fault as soon as I put the DBDriver mysql command into the httpd.conf file. I have installed the gdb but I am unsure exactly how to get it to produce the results I need. Danie Qian wrote:

[EMAIL PROTECTED] Problems with SuEXEC (directory doesn't have target gid error)

2007-11-20 Thread Sjors Gielen
Hi, After fiddling around with it for a while, I have set up an Apache server that uses SuPHP and SuEXEC to change its UID and GID when a request arrives. I think I should explain a bit about how the setup works before going on with the real question. I've got the following (important) groups on m

[EMAIL PROTECTED] mod_cache and User - Friendly URL

2007-11-20 Thread Drkwv Drkwv
Hi, All. To provide User - Friendly URL on my site, I'm using a PHP script + mod_rewrite directive, that rewrites all requests to the "index.php". How I can use mod_cache module to cache requests in that case? Problem is that mod_cache caches only first request to index.php. Probably, I can add re

Re: [EMAIL PROTECTED] dbd mysql segmentation fault in 2.2.6

2007-11-20 Thread Danie Qian
- Original Message - From: "Daniel Campbell" <[EMAIL PROTECTED]> To: Sent: Tuesday, November 20, 2007 1:42 PM Subject: Re: [EMAIL PROTECTED] dbd mysql segmentation fault in 2.2.6 I removed the --with-mysql and added the --enable-modules=all but I get the same result. One thing I am u

Re: [EMAIL PROTECTED] dbd mysql segmentation fault in 2.2.6

2007-11-20 Thread Daniel Campbell
I removed the --with-mysql and added the --enable-modules=all but I get the same result. One thing I am unsure of is the module itself. Is it built in or should it be building apr_dbd_mysql.so? I don't see that any place in the build tree. Res wrote: On Mon, 19 Nov 2007, Daniel Campbell wr

[EMAIL PROTECTED] "An error occurred while processing your request"

2007-11-20 Thread thomas Armstrong
Hi. Using Apache 2 on Linux, I suffer frequently this error message: --- An error occurred while processing your request. Reference #67.c7ec0f50.1295581330.24f1cb25 -- This is a blank page with the message. Any similar experience? Does it someting to do with Akamai service? (My cus

Re: [EMAIL PROTECTED] Problem with NameVirtualHost and VirtualHost

2007-11-20 Thread Gregor Schneider
Guys, I've just solved the problem. As I said b4, I don't care about a message stating "SSL-cert is not valid" since it's just a test-server. The problem was the ServerName-directive: Now I've changed my vhost-definition to ServerAlias test-clue ServerAlias test-clue .

Re: [EMAIL PROTECTED] Problem with NameVirtualHost and VirtualHost

2007-11-20 Thread Duncan Brannen
You can't use Virtual Hosts like that with SSL. The SSL handshake with keys etc comes before the client tells the server which host it's trying to connect to, so the server has to read the ssl config before then, thus you get the config for the first one. Solution is to use IP based virtual

[EMAIL PROTECTED] reverse proxy based on authentication

2007-11-20 Thread Phil Wild
Hello apache users, I am trying to find out if it is possible to do something with apache. I want to set up an internet facing web site and use the reverse proxy module to allow authenticated access to an internal web site. the tricky bit is that depending on the credentials provided by the auth

Re: [EMAIL PROTECTED] Problem with NameVirtualHost and VirtualHost

2007-11-20 Thread David Cassidy
You can't to name based virtual hosting. You need more IP addresses :) The way SSL works is by connecting to the first host. It will then be tied to that one forever... You'd need to run the extra SSL sites on either extra IP addresses or other port numbers. D On Tue, 2007-11-20 at 16:09 +010

Re: [EMAIL PROTECTED] Problem with NameVirtualHost and VirtualHost

2007-11-20 Thread Eric Covener
On Nov 20, 2007 10:09 AM, Gregor Schneider <[EMAIL PROTECTED]> wrote: > NameVirtualHost *:443 > > ServerName test-clue > > > > ServerName test-dom > > > When I enter the url "https://test-ltc";, I'm always sent to > "https://test-clue";, and I kust don't understand wh

[EMAIL PROTECTED] Problem with NameVirtualHost and VirtualHost

2007-11-20 Thread Gregor Schneider
Hi Guys, I always keep being puzzled about those options, and I also don't get enlighted by the doc. this is what I have: System: Debian Etch /etc/apache2/apaxhe2.conf: ... NameVirtualHost *:80 NameVirtualHost *:443 ... in /etc/apache2/sites-enabled I have file clue: ServerName test-cl

Re: [EMAIL PROTECTED] Apache Memory Usage,

2007-11-20 Thread Sergey Avdushkin
Does any one have any good tips on makeing apache lean and mean from a memory perspective? I am using apaceh 2.2 on FreeBSD 6.2. Each one of my deamons is using about 1.8 - 2.5 % of available memory. (1 GB). Disable any modules you do not use. If you need PHP, try to use php-fcgi instead of

[EMAIL PROTECTED] Apache Memory Usage,

2007-11-20 Thread Grant Peel
Hi all, Does any one have any good tips on makeing apache lean and mean from a memory perspective? I am using apaceh 2.2 on FreeBSD 6.2. Each one of my deamons is using about 1.8 - 2.5 % of available memory. (1 GB). -Grant ---

[EMAIL PROTECTED] Mod-proxy

2007-11-20 Thread PENIN Guillaume (VFE)
Hi all, With mod-proxy, one connection is established when we have one client request (many TIMEWAIT sockets when we have many clients). Squid, only establishes for example 20 connections to the backend servers. These connections are kept (ESTABLISHED) to the backend servers, so that all clien