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
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:
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
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 /
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
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.