RE: [EMAIL PROTECTED] Multiple httpd instances on startup? (OS X)

2006-01-26 Thread Yanbin Ma
I am guessing one of the two: * another program was using port 80 * you did not use "root" when you ran apachectl ======== Yanbin Ma Competitrack Inc. 718-482-4284 -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Sent: Thursday,

RE: [EMAIL PROTECTED] php & security per page per user

2005-12-28 Thread Yanbin Ma
Try this: AuthType Basic AuthName "admins only" AuthUserFile /your_path/your_user_pass_file.pass Require user mini_me Order Allow,Deny Allow from 10.0.10.7 ======== Yanbin Ma -Original Message- From: JC [mailto:[EMAIL PROTECTED] Sent: Wednesday, December 28, 2005

RE: [users@httpd] POSTing to non-executable file

2005-06-14 Thread Yanbin Ma
I know some browsers send in HTTP HEAD command before they send HTTP GET. I am sure your client program can do the same. Yanbin Ma Competitrack Inc. 718-482-4284 -Original Message- From: Stephen Carville [mailto:[EMAIL PROTECTED] Sent: Monday, June 13, 2005 10:01 PM To