[EMAIL PROTECTED] Issue with mod_logio

2007-08-13 Thread Henry Cavillones
Hi- Setting up the apache webheads to do some lamp profiling using mod_logio. Loaded module right after the standard apache log module, made sure permissions are golden for file creation, the file gets created but nothing populates it, Apache starts normal. Perhaps Im using incorrect loggin parms

Re: [EMAIL PROTECTED] Location of Main configuration file

2007-08-10 Thread Henry Cavillones
usually in /etc/httpd/conf or use locate httpd.conf On Aug 10, 2007, at 9:16 AM, Liao, Kexiao wrote: Is there an easy way to find the location of apache main configuration file(httpd.conf in most cases) in the Unix file system? Kevin -Original Message- From: [EMAIL PROTECTED] [mailto:

[EMAIL PROTECTED] RE: mod_auth and vhost issue

2007-08-06 Thread Henry Cavillones
ok so i have this vhost directory container which is also the vhosts docroot: AllowOverride All DirectoryIndex index.html AuthName "SomeProj: Authorized Access Only" AuthType Basic AuthUserFile /usr/local/sites/somep

[EMAIL PROTECTED] Problem with mod_auth

2007-08-06 Thread Henry Cavillones
I have this docroot i want to password protect, but I want to bypass authentication for certain URL requests. I have this for a vhost: AllowOverride None AuthName "SomeProject: Authorized Access Only" AuthType Basic AuthUserFile /

RE: [EMAIL PROTECTED] allowing only javascript but preventing all else

2007-08-03 Thread Henry Cavillones
PROTECTED] allowing only javascript but preventing all else -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Henry Cavillones wrote: > Im looking to make an entire site password protected, except for some > embed codes that get processed from publisher sites. > > The password protectio

[EMAIL PROTECTED] allowing only javascript but preventing all else

2007-08-03 Thread Henry Cavillones
Hi- Im looking to make an entire site password protected, except for some embed codes that get processed from publisher sites. The password protection should not interfere with serving the publisher javascript code that resides at some subdirectory underneath the docroot.