Re: [EMAIL PROTECTED] mod_dbd & mod_dbd_authn - mysql user authentication problems - apache 2.2.9

2008-08-14 Thread Danie Qian
- Original Message - From: Steve Whitson To: users@httpd.apache.org Sent: Thursday, August 14, 2008 10:00 AM Subject: Re: [EMAIL PROTECTED] mod_dbd & mod_dbd_authn - mysql user authentication problems - apache 2.2.9 Steve Whitson wrote: Danie Qian wrote: - Orig

Re: [EMAIL PROTECTED] mod_dbd & mod_dbd_authn - mysql user authentication problems - apache 2.2.9

2008-08-11 Thread Danie Qian
- Original Message - From: "Steve Whitson" <[EMAIL PROTECTED]> To: Sent: Monday, August 11, 2008 11:17 AM Subject: Re: [EMAIL PROTECTED] mod_dbd & mod_dbd_authn - mysql user authentication problems - apache 2.2.9 Danie Qian wrote: - Original Messag

Re: [EMAIL PROTECTED] mod_dbd & mod_dbd_authn - mysql user authentication problems - apache 2.2.9

2008-08-11 Thread Danie Qian
shared) speling_module (shared) userdir_module (shared) alias_module (shared) rewrite_module (shared) php5_module (shared) Syntax OK Danie Qian wrote: - Original Message - From: "Steve Whitson" <[EMAIL PROTECTED]> To: Sent: Thursday, August 07, 2008 3:53 PM Subject: [EMAIL P

Re: [EMAIL PROTECTED] mod_dbd & mod_dbd_authn - mysql user authentication problems - apache 2.2.9

2008-08-07 Thread Danie Qian
- Original Message - From: "Steve Whitson" <[EMAIL PROTECTED]> To: Sent: Thursday, August 07, 2008 3:53 PM Subject: [EMAIL PROTECTED] mod_dbd & mod_dbd_authn - mysql user authentication problems - apache 2.2.9 I�m trying to use mod_dbd and mod_authn_dbd and replacements for mod_au

Re: [EMAIL PROTECTED] MYSQL Domain ?

2008-06-20 Thread Danie Qian
installing two mysql servers and set a few parameters. have fun and good luck. - Original Message - From: Rob To: users@httpd.apache.org ; Danie Qian Sent: Friday, June 20, 2008 5:54 PM Subject: Re: [EMAIL PROTECTED] MYSQL Domain ? That seams like an awesome suggestion Danie, i

Re: [EMAIL PROTECTED] MYSQL Domain ?

2008-06-20 Thread Danie Qian
ve for the 4 sites in the other location not only this will be more efficient but also it will be more reliable as you have sort of a real time backup db server. - Original Message - From: Rob To: users@httpd.apache.org ; Danie Qian Sent: Friday, June 20, 2008 5:26 PM Subject

Re: [EMAIL PROTECTED] MYSQL Domain ?

2008-06-20 Thread Danie Qian
it is mysql.domainname.com:3306 you should connect to. I recomment you keep a local database for each of your location, local i mean on the same network. mysql connection from one location to another in the backend causes performance issue. you might consider replicating the same db all across y

Re: [EMAIL PROTECTED] incomplete graphics downloads

2008-05-21 Thread Danie Qian
looks like you have a network level issue - the latency is too big. Try run tracert www.your-server-name.com to see where the biggest part it. - Original Message - From: graham.hays To: users@httpd.apache.org ; 'Danie Qian' Sent: Wednesday, May 21, 2008 6:11 PM S

Re: [EMAIL PROTECTED] incomplete graphics downloads

2008-05-21 Thread Danie Qian
do a quick test to see if you get any packet loss: ping -t www.your-server-name.com - Original Message - From: graham.hays To: users@httpd.apache.org ; 'Danie Qian' Sent: Wednesday, May 21, 2008 3:52 PM Subject: RE: [EMAIL PROTECTED] incomplete graphics downloa

Re: [EMAIL PROTECTED] incomplete graphics downloads

2008-05-21 Thread Danie Qian
unreliable and slow links. - Original Message - From: graham.hays To: users@httpd.apache.org ; 'Danie Qian' Sent: Wednesday, May 21, 2008 2:50 PM Subject: RE: [EMAIL PROTECTED] incomplete graphics downloads Hi Danie �C not sure what you mean? What timeout & how

Re: [EMAIL PROTECTED] incomplete graphics downloads

2008-05-21 Thread Danie Qian
what is the Timeout value in your configuration? - Original Message - From: Frank Huddleston To: users@httpd.apache.org Sent: Wednesday, May 21, 2008 11:46 AM Subject: Re: [EMAIL PROTECTED] incomplete graphics downloads It seems to me that the problem might be with the netwo

Re: [EMAIL PROTECTED] call rsync from php script

2008-05-13 Thread Danie Qian
- Original Message - From: Jean-Christophe Roux To: users@httpd.apache.org Sent: Tuesday, May 13, 2008 5:59 AM Subject: [EMAIL PROTECTED] call rsync from php script Hello, I have a bash script update.sh that contains: rsync -- delete -avz -e ssh ${files} [EMAIL PROTECTED

Re: [EMAIL PROTECTED] .htaccess for script aliased directories

2008-04-25 Thread Danie Qian
- Original Message - From: "Joshua Slive" <[EMAIL PROTECTED]> To: ; "Danie Qian" <[EMAIL PROTECTED]> Sent: Friday, April 25, 2008 8:10 PM Subject: Re: [EMAIL PROTECTED] .htaccess for script aliased directories On Fri, Apr 25, 2008 at 4:32 PM, Danie

Re: [EMAIL PROTECTED] .htaccess for script aliased directories SOLVED!

2008-04-25 Thread Danie Qian
I think the following mod_access settings is the one that makes me safe in this particular setup: Order deny,allow deny from all allow from 216.130.212 allow from 216.130.209 allow from 216.130.213 Satisfy any - Original Message - From: <[EMA

Re: [EMAIL PROTECTED] .htaccess for script aliased directories

2008-04-25 Thread Danie Qian
what OS is it you are running? - Original Message - From: Pam Astor To: users@httpd.apache.org Sent: Friday, April 25, 2008 4:25 PM Subject: RE: [EMAIL PROTECTED] .htaccess for script aliased directories > > OK, for 1, I requested a non existant test file and this is the re

Re: [EMAIL PROTECTED] .htaccess for script aliased directories

2008-04-25 Thread Danie Qian
- Original Message - From: "Danie Qian" <[EMAIL PROTECTED]> To: Sent: Friday, April 25, 2008 4:16 PM Subject: Re: [EMAIL PROTECTED] .htaccess for script aliased directories - Original Message - From: "Dragon" <[EMAIL PROTECTED]> To: Sent

Re: [EMAIL PROTECTED] .htaccess for script aliased directories

2008-04-25 Thread Danie Qian
- Original Message - From: "Dragon" <[EMAIL PROTECTED]> To: Sent: Friday, April 25, 2008 3:56 PM Subject: Re: [EMAIL PROTECTED] .htaccess for script aliased directories Danie Qian wrote: - Original Message - From: "Joshua Slive" <[EMAIL

Re: [EMAIL PROTECTED] .htaccess for script aliased directories

2008-04-25 Thread Danie Qian
- Original Message - From: "Joshua Slive" <[EMAIL PROTECTED]> To: ; "Danie Qian" <[EMAIL PROTECTED]> Sent: Friday, April 25, 2008 3:39 PM Subject: Re: [EMAIL PROTECTED] .htaccess for script aliased directories On Fri, Apr 25, 2008 at 3:32 PM, Danie

Re: [EMAIL PROTECTED] .htaccess for script aliased directories

2008-04-25 Thread Danie Qian
- Original Message - From: Pam Astor To: users@httpd.apache.org Sent: Friday, April 25, 2008 3:45 PM Subject: RE: [EMAIL PROTECTED] .htaccess for script aliased directories > I gave you two very specific tasks to do to isolate the problem. Do them. > > Joshua. O

Re: [EMAIL PROTECTED] .htaccess for script aliased directories

2008-04-25 Thread Danie Qian
I just setup awstats a few weeks ago and this setting works for me in the : Alias /awstatsclasses "/usr/local/awstats/wwwroot/classes/" Alias /awstatscss "/usr/local/awstats/wwwroot/css/" Alias /icon "/usr/local/awstats/wwwroot/icon/" ScriptAlias /awstats/ "/usr/l

Re: [EMAIL PROTECTED] ldap authentication

2008-04-23 Thread Danie Qian
- Original Message - From: "Krist van Besien" <[EMAIL PROTECTED]> To: Sent: Wednesday, April 23, 2008 7:45 AM Subject: Re: [EMAIL PROTECTED] ldap authentication On Wed, Apr 23, 2008 at 7:00 AM, syed mehdi <[EMAIL PROTECTED]> wrote: When a user authenticates using LDAP user/paswd to

Re: [EMAIL PROTECTED] how would I serve up an upload/download directory for each user

2008-03-06 Thread Danie Qian
Have you considered the possibility of using some kind of file management software in PHP? - Original Message - From: Tim Edwards To: users@httpd.apache.org Sent: Thursday, March 06, 2008 1:25 PM Subject: [EMAIL PROTECTED] how would I serve up an upload/download directory for

Re: [EMAIL PROTECTED] mod_proxy_html (Expecially for Nick Kew)

2007-12-07 Thread Danie Qian
- Original Message - From: "Rocco Scappatura" <[EMAIL PROTECTED]> To: Sent: Friday, December 07, 2007 3:30 AM Subject: [EMAIL PROTECTED] mod_proxy_html (Expecially for Nick Kew) Is there any way to solve this problem? Have you tried adding these? ProxyHTMLEvents onclic

Re: [EMAIL PROTECTED] Problem runningtmod_proxy_html in httpd-2.2.x?

2007-12-07 Thread Danie Qian
This is my setting: ProxyHTMLLogVerbose On LogLevel Debug ProxyPass /demo1/ http://www.backend-site.com/ ProxyHTMLURLMap http://www.backend-site.com /demo1 ProxyPassReverse / SetOutputFilter proxy-html ProxyHTMLURLMap / /demo1/ Fro

[EMAIL PROTECTED] Problem runningtmod_proxy_html in httpd-2.2.x?

2007-12-06 Thread Danie Qian
This is my setting: ProxyHTMLLogVerbose On LogLevel Debug ProxyPass /demo1/ http://www.backend-site.com/ ProxyHTMLURLMap http://www.backend-site.com /demo1 ProxyPassReverse / SetOutputFilter proxy-html ProxyHTMLURLMap / /demo1/ From the log

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 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 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 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-19 Thread Danie Qian
-authnz-ldap --enable-authn-dbd \ --with-mysql=/usr/lib/mysql --with-included-apr" It is a Slackware 12.0 linux box. Danie Qian wrote: - Original Message - From: "Daniel Campbell" <[EMAIL PROTECTED]> To: Sent: Monday, November 19, 2007 10:52 AM Subject: [EMAIL PROTEC

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

2007-11-19 Thread Danie Qian
- Original Message - From: "Daniel Campbell" <[EMAIL PROTECTED]> To: Sent: Monday, November 19, 2007 11:29 AM Subject: Re: [EMAIL PROTECTED] dbd mysql segmentation fault in 2.2.6 No I have not. What is the difference? worker is the multi-threaded and you only need smaller number of

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

2007-11-19 Thread Danie Qian
- Original Message - From: "Daniel Campbell" <[EMAIL PROTECTED]> To: Sent: Monday, November 19, 2007 10:55 AM Subject: Re: [EMAIL PROTECTED] dbd mysql segmentation fault in 2.2.6 By the way the actual error message in the error_log is [Mon Nov 19 15:55:22 2007] [notice] child pid 21

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

2007-11-19 Thread Danie Qian
- Original Message - From: "Daniel Campbell" <[EMAIL PROTECTED]> To: Sent: Monday, November 19, 2007 10:52 AM Subject: [EMAIL PROTECTED] dbd mysql segmentation fault in 2.2.6 After quite a bit of trouble I finally got the dbd mysql compiled but now as soon as I put the "DBDriver mys

Re: [EMAIL PROTECTED] mod_auth_mysql for apache 2.2.6 - error on restart: DBD: No driver for mysql

2007-10-29 Thread Danie Qian
- Original Message - From: "Norman Khine" <[EMAIL PROTECTED]> To: Sent: Monday, October 29, 2007 4:42 PM Subject: [EMAIL PROTECTED] mod_auth_mysql for apache 2.2.6 - error on restart: DBD: No driver for mysql Hello, Following an upgrade to 2.2.6 from 2.0 I find myself that I can n

Re: [EMAIL PROTECTED] Need help

2007-10-20 Thread Danie Qian
where can you get a VPS for $10? - Original Message - From: "Joe Masters" <[EMAIL PROTECTED]> To: Sent: Friday, October 19, 2007 5:10 PM Subject: Re: [EMAIL PROTECTED] Need help On 13:40 Fri 19 Oct , Tyler() wrote: I'm a noob servers & stuff, I was wondering what I would nee

Re: [EMAIL PROTECTED] mod_security

2007-10-19 Thread Danie Qian
at the end of the rules ( or in an included rule file with the highest number) put this line to reverse the effect of that rule in question SecRuleRemoveById xxx where xxx is the rule ID you can see from the debug output. - Original Message - From: "Grant Peel" <[EMAIL

Re: [EMAIL PROTECTED] Web Farm Ideas

2007-10-15 Thread Danie Qian
we have use NFS for a few farms here with simiar setup. rsync is between the dev boxes and NFS servers only. - Original Message - From: Peter Milanese To: users@httpd.apache.org Sent: Monday, October 15, 2007 2:28 PM Subject: [EMAIL PROTECTED] Web Farm Ideas Greetings-

Re: [EMAIL PROTECTED] and deny directives

2007-09-13 Thread Danie Qian
- Original Message - From: "Mark A. Craig" <[EMAIL PROTECTED]> To: Sent: Thursday, September 13, 2007 6:57 PM Subject: [EMAIL PROTECTED] and deny directives My little humble blog has been getting way too much attention from comment spammers, and I'd like to begin cutting them off.