- "Jason Nunnelley" wrote:
> > Why .htaccess? Security tip #1 should be 'disable .htaccess'.
> Performance
> > tip #1 too.
>
> I'm not running a vhost clients can control. I'm running a vhost for
> production sites my dev team manages, and I don't always want my dev
> team restarting Apache
- "7BOOK" wrote:
> Hi Tom,
>
> as this topic discussed,
> (1).I tried following, it does not at all
> Header set Cache-Control "no-cache"
>
> Header set Cache-Control "max-age=3600"
>
> (2).I am using proxy disk cache, I tried kinds of regex format using
> FilesMatch, all failed
>
> Why .htaccess? Security tip #1 should be 'disable .htaccess'. Performance
> tip #1 too.
I'm not running a vhost clients can control. I'm running a vhost for
production sites my dev team manages, and I don't always want my dev
team restarting Apache to make changes. Also, .htaccess is in version
Hi Tom,
as this topic discussed,
(1).I tried following, it does not at all
Header set Cache-Control "no-cache"
Header set Cache-Control "max-age=3600"
(2).I am using proxy disk cache, I tried kinds of regex format using
FilesMatch, all failed
(3).Is there a solution to set header fields
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1
e-letter wrote:
~snip~
> file://localhost/var/www/phppgadmin/login.php
try http://localhost/phppgadmin
if it is NOT http then it will never work right.
no login.php or anything, you need to just point the browser to the folder.
> The browser shows
We are using mod-jk 1.28.
We have a web server that forwards mod-jk requests to jboss. What I am
seeing is that jboss is not able to parse the data (our servlet). When
I looked further I saw that clients are sending "Expect 100-continue"
and I also see this in mod-jk header that's being passed fr
- "James Devine" wrote:
> Is there a way to set the AssignUserId values associated with mpm-itk
> based on the URI? Such as if a user accesses
> http://domain.tld/~username
> These users are in ldap so I would need to do some sort of external
> processing such as through a rewritemap or mod
Is there a way to set the AssignUserId values associated with mpm-itk
based on the URI? Such as if a user accesses
http://domain.tld/~username
These users are in ldap so I would need to do some sort of external
processing such as through a rewritemap or mod_perl
--
I don't use htaccess anywhere, but we use things like this in our config that
work just fine. You might want to make sure your Order and Allow are set up to
work correctly.
AuthType Basic
AuthName "Restricted Directory"
AuthUserFile
On 19:59, Brian Hirt wrote:
Use instead of
That's the first thing I tried, and was surprised when it didn't work.
The documentation is explicit though, the only valid contexts for the
mod_auth directives are Directory and htaccess:
http://httpd.apache.org/docs/2.0/mod/mod_auth.html
Do
> -BEGIN PGP SIGNED MESSAGE-
> Hash: SHA1
>
> e-letter wrote:
>> I deliberately changed permission just to get the service working. Of
>> course, security will need to be improved in future. :)
>>
>> Below is extract from the file '/etc/httpd/logs/error_log':
>>
>> [Mon Oct 25 12:35:59 2010
- Anurag Gujral wrote:
>
>
> Hi All,
>I am planning to use logrotate to rotate log files in apache can
> you
> guys plz share your experiences with it. How stable is it? Does it do
> buffered
> writes to the log files.
logrotate is a standard Unix utility and not so much Ap
On Mon, Oct 25, 2010 at 3:28 PM, e-letter wrote:
> Below is extract from the file '/etc/httpd/logs/error_log':
>
> [Mon Oct 25 12:35:59 2010] [notice] Apache/2.2.6 (Mandriva
> Linux/PREFORK-8.2mdv2008.0) PHP/5.2.4 with Suhosin-Patch mod_put/2.0.8
> configured -- resuming normal operations
> [Mon
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1
e-letter wrote:
> I deliberately changed permission just to get the service working. Of
> course, security will need to be improved in future. :)
>
> Below is extract from the file '/etc/httpd/logs/error_log':
>
> [Mon Oct 25 12:35:59 2010] [notice]
14 matches
Mail list logo