learnt my lesson and will now use semanage to effectively
document custom settings.
Regards,
--
Andrew Hoff
6/10 Middle Road
Maribyrnong 3032
Victoria
Tel: 0393185581 (Please leave a message.)
Mob: 0400966178
Email: andrew.h...@bigpond.com
On Sun, 2023-07-30 at 09:20 -0400, Frank Gingras wrote
Hello,
I have resolved ALL issues. Nearly all problems were related to
selinux. It is lucky I made some notes.
Data in home directories is not a problem. It was just selinux.
Regards,
--
Andrew Hoff
6/10 Middle Road
Maribyrnong 3032
Victoria
Tel: 0393185581 (Please leave a message.)
Mob
y (netstat -nap | grep httpd):
tcp 0 0 172.18.0.20:80 0.0.0.0:* LISTEN 3456/httpd
tcp 0 0 172.18.0.20:443 0.0.0.0:* LISTEN 3456/httpd
tcp6 0 0 fec0::ac12:14:443 :::* LISTEN 3456/httpd
tcp6 0 0 fec0::ac12:14:80 :::* LISTEN 3456/httpd
Regards,
--
Andrew Hoff
6/10 Middle Road
Maribyrnong 3032
Victor
r is also arguably wrong. Once your base file is
full, whether or not you've rotated through again, you end up with
whatever's in that file, plus a truncated .1 file: There is then no
clear relationship between the last line of the base file and the first
line of the .1 file.
Thanks fo
other words, rotatelogs is finding the large logfile, and then
creating logfile.1 ... but if logfile.1 already exists it's blown away.
It doesn't "continue where it left off"
A.
On 3/27/22 12:00 PM, Andrew Athan wrote:
I have a kubernetes pod that is running a command of
I have a kubernetes pod that is running a command of the form:
sh -c 'python foo.py 2>&1 | rotatelogs -e -L log -n 3 logfile 1G'
This works great. However, when the pod is deleted (e.g. kubectl delete
pod foo), kube restarts the pod.
Upon restart the log and logfile are empty!!! Instead, th
Hi,
I write to report a broken hyperlink.
http://httpd.apache.org/modules/
links to
http://modules.apache.org/
which is apparently not a thing.
Hope this helps,
Andrew
---
Andrew Petro
About me: https://wiki.doit.wisc.edu/confluence/x/aYB5C
(he, him
Hi,
Is there any Open Source Apache Test Framework or Test Harness available
for Apache 2.4?
Basically I want to run the complete test for my Apache installation.
For e.g. The test framework should be able to test all the Modules
available with Apache 2.4
Regards,
Andrew
atch
OR please let me know if specific revision can be ported to fix
CVE-2016-4975
Regards,
Andrew
On Fri, 30 Mar 2018 06:40:57 +0100 Nick Kew wrote:
> > On 29 Mar 2018, at 18:22, Eric Covener wrote:
> >
> > On Thu, Mar 29, 2018 at 11:11 AM, Andrew Beverley wrote:
> >> Dear all,
> >>
> >> I am trying to debug a fastcgi server-side application pr
Dear all,
I am trying to debug a fastcgi server-side application problem, which I
believe was caused by the value of the CONTENT_LENGTH environment
variable not matching the size of the request body sent to the
application.
In order to debug, I need to recreate the situation, which was caused
by
> On Saturday, I did an upgrade of my server from Debian's previous
> stable version to the current stable version. With this, Apache
> updated to 2.4.10. In the process of that, I have a situation where
> it looks like everything immediately off of my web root (/opt/www in
> this case) and a Pip
Hi,
Is there any way to have multiple fast-cgi servers in a single Apache
instance? In particular, I want to have different virtual hosts handled
by different fast-cgi servers.
Specifying more than one results in the error "FastCgiServer:
redefinition of a previously defined FastCGI server"
>Fro
to see what apache is
serving (even partially sent pages)? This is forming a significant
part of my traffic (i.e. apache log analysis only shows a fraction of
the visitors that google analytics tells me are present).
Thanks,
Andrew
On Thu, Apr 2, 2015 at 8:29 PM, Richard
wrote:
> If the
nnection is interrupted before
the entire HTML file is emitted?
Thanks in advance for your help.
-Andrew
-
To unsubscribe, e-mail: users-unsubscr...@httpd.apache.org
For additional commands, e-mail: users-h...@httpd.apache.org
esByType text/css "access plus 1 year"
ExpiresByType image/x-icon "access plus 1 year"
## EXPIRES CACHING ##
---
Is there anything wrong with either my observation or my solution?
Kind regards,
Andrew
> > Hello,
> >
> > I am using apache to host iOS related applications. I have integrated
> > apache with our internal LDAP. When I try to access on a desktop it
> > prompts for password only once. Where as in apple devices its
> > prompting multiple times (I use plist). If the app consists of 4
>
apps; or change to an application-based method of authentication, using
forms and cookies (assuming those buggy apps handle cookies correctly).
Sorry.
Andrew
-
To unsubscribe, e-mail: users-unsubscr...@httpd.apache.org
For additional commands, e-mail: users-h...@httpd.apache.org
So that's why your page looks wrong in HTTPS, at least in Chrome - it's not
loading your scripts, because they're HTTP and not HTTPS. Once I tell Chrome
to load the unsafe scripts, the HTTPS page looks just like the HTTP one.
To make your page work in both HTTP and HT
ackoverflow.com/questions/7635380/apache-ssl-client-certificate-ldap-authorizations
but I prefer not compiling a custom version of httpd.
Thanks, Andrew
-
To unsubscribe, e-mail: users-unsubscr...@httpd.apache.org
For additiona
Hello --
I am going through the motions of securing our Apache webserver. The server is
the 2.2.15 package bundled with the CentOS 6.3 distribution.
One of the items that is being dealt with is the web directories listing
vulnerability. My plan is to modify the following line in the httpd.conf f
3
mod_speedycgi
mod_ssl-2.0.63
so most from Centos except the CGI ones. There's multiple people been
managing this; it's quite old. I still find it bizarre that a module could
defeat ip logging since clearly the server must know the ip to return the
packets to the client.
--
Andr
rrect address for the
client asking for /server-status, is not just logged, but resolved, even
though HostnameLookups is off. But other requests still get the 98.32
address.
--
Andrew Daviel, TRIUMF, Canada
Tel. +1 (604) 222-7376 (Pacific
to be intact.
It looks like this has been going on for some considerable time (more than
a year).
The address of open connections is returned correctly with netstat
--
Andrew Daviel, TRIUMF, Canada
-
To unsubscribe, e-mail:
> Maybe I should ask a more distinct question first:
>
> When we use "apachectl graceful", is the expected functionality that apache
> does not ask for pass-phrases again? Presumably because it has the decrypted
> keys already in memory? Or, does apache restart they key loading process all
>
> I've seen people recommending removing the passphrase or using
> SSLPassPhraseDialog.
> But I'd prefer to use pass-phrases and graceful restart if possible.
Understand that if you keep passphrases on your keys, and you get Apache to
restart without prompting you for them, then what you've done
And sorry if the wording is a bit misleading on that email - I actually solved
the issue whilst I was writing it. To clarify - problem is definitely fixed,
thanks :)
From: Andrew White [mailto:and...@computersforall.com.au]
Sent: Monday, 11 February 2013 11:46 AM
To: users@httpd.apache.org
.au/sid#b81d24f8][rid#b8478208/initial] (2) [perdir
/home/website/public_html/] rewrite '' -> 'http://www.mysite.com.au/'
10.1.1.1 - - [11/Feb/2013:11:44:57 +1100]
[mysite.com.au/sid#b81d24f8][rid#b8478208/initial] (2) [perdir
/home/website/public_html/] explicitly
Hi Igor,
Thanks for your help, but this doesn't seem to work.
>From a bit of testing, it looks like the RewriteRule starting with "/" simply
>doesn't catch anything.
Any other ideas? Or are there any logs I can check/set up for mod_rewrite?
Thanks all!
, and just send a GET request
to what ever password protected url you browsed to in the first place. But
this solves the problem for me in this situation.
On Nov 27, 2012, at 10:12 AM, Andrew Parker
wrote:
> I'm trying to get couchpotato set up in a reverse proxy with apache 2.4.3
for Nagios and has no other websites on it - only
https://domain/nagios
This correct?
(restarted apache and didn't error this time - however still no padlock on the
/nagios virtual page)
the main https://domain is fine, padlock and displays the cert info.
Kind Regards
Andrew
-Ori
ows NT 6.2; WOW64; rv:17.0) Gecko/17.0
Firefox/17.0"
MY IP - username [04/Dec/2012:15:02:57 +] "GET
/nagios/cgi-bin/extinfo.cgi?type=4 HTTP/1.1" 200 1268 "https:// domain
/nagios/side.php" "Mozilla/5.0 (Windows NT 6.2; WOW64; rv:17.0) Gecko/17.0
Firefox/17.0
Hi Tom,
Yes apologies - typo
https://domain/nagios
was meant to say
Kind Regards
Andrew
-Original Message-
From: Tom Evans [mailto:tevans...@googlemail.com]
Sent: 04 December 2012 11:53
To: users@httpd.apache.org
Subject: Re: [users@httpd] My SSL Certificate is not working
Hi all,
I have brought a GoDaddy SSL cert to protect my Nagios web interface so I can
access it over the internet.
I have got it installed and setup and it responds on https
Here is what I did to get it working:
1. Copied cert and keychain files to server
2. Edited /etc/apache2/s
Hi all,
I have brought a GoDaddy SSL cert to protect my Nagios web interface so I can
access it over the internet.
I have got it installed and setup and it responds on https
Here is what I did to get it working:
1. Copied cert and keychain files to server
2. Edited /etc/apache2/s
I'm trying to get couchpotato set up in a reverse proxy with apache 2.4.3 using
mod_auth_form for authentication. The proxy is working fine, but the
authentication is not working as expected.
When I browse to my password protected url I get a 401 status which I am over
riding according to the
> On Wed, Oct 24, 2012 at 5:24 PM, Tom Browder wrote:
> > Is it possible to use Apache with the NSS libraries instead of OpenSSL?
>
> Oops, I just found mod_nss.
>
> But I would appreciate any comments about the use of mod_ssl versus mod_nss.
I've used both, and I now prefer mod_nss, because I
That fixes it! Thanks!!
I'm using ap_hook_post_read_request and sandwiching it between
modsetenvif and another custom module with APR_HOOK_FIRST
On Wed, Jul 11, 2012 at 6:07 PM, Nick Kew wrote:
>
> On 12 Jul 2012, at 00:51, Andrew wrote:
>
>> Hi All,
>>
>> I
hat is what is
returned by the second request.
Andrew
-
To unsubscribe, e-mail: users-unsubscr...@httpd.apache.org
For additional commands, e-mail: users-h...@httpd.apache.org
ind
much information on how to solve this particular issue.
Thanks,
Andrew
-
To unsubscribe, e-mail: users-unsubscr...@httpd.apache.org
For additional commands, e-mail: users-h...@httpd.apache.org
ipt that parses the headers and creates some stats files for you.
On Feb 4, 2012 5:11 AM, "Andrew Hester"
mailto:andrew.hes...@mouser.com>> wrote:
Hello,
I would like to use httpd with mod_remoteip and mod_evasive to provide some DoS
response for my site. I might later use mod_s
Hello,
I would like to use httpd with mod_remoteip and mod_evasive to provide some DoS
response for my site. I might later use mod_security for other rules as well.
Because of many reasons the httpd server will will not be inline, but instead
I intend to mirror traffic to the server for anal
Hello all,
We are having a problem where very occasionally rather than displaying a page a
"save as " security window pops up.
It seems a very similar problem to
http://osdir.com/ml/httpd-apache/2009-02/msg00660.html and
http://www1.il.squid-cache.org/mail-archive/squid-users/200712/0206.html w
> Hello to all,
>
> we use mod_proxy_html.
>
> Now we have a problem with dealing xml-content. Some files in a location
> should not be parsed by mod_proxy_html, the shoult be delivered untouched to
> the client.
> Mod_proxy_html always adds following tags:
>
>
>
>
>
>
>
> Is it po
> Our website account with our ISP has one fixed IP address and allows
> a number of virtual hosts. The main site has an SSL certificate for
> secure access. I wish to add another certificate for one of the named
> virtual hosts. According to Tech Support the account only allows one
> SSL certifi
+)\.xml$
RewriteRule .* /mmh/articles/authored/%1
If you can describe all of the requests in this way or something like it, you're
done. If not, if each request is so different that it needs its own regular
expression, then it seems you
I am running Apache 2.2.3 (build date 2011-05-04) under CentOS 5.5
(2.6.18-238.19.1.el5xen #1 SMP Fri Jul 15 08:16:59 EDT 2011 x86_64
x86_64 x86_64 GNU/Linux).
The following problem began on Wednesday 2011-09-07. There were no
known system changes made prior to that date, other than an automa
mod_headers if it matches the appropriate pattern.
I would have thought that viewVC would send back those headers itself -
apparently not.
-Andrew
On Wed, 2011-01-26 at 19:33 +, Rick Gates wrote:
> Hi all,
>
>
>
> This is my first post on this list.
>
>
> I am curren
the issue.
I will test the svn trunk when I have a chance.
Btw I have repro steps and a python test script - would you have any
interest in those? I could attach them to your bug if they are any use.
-Andrew
On Tue, 2011-01-25 at 02:12 +, Eric Covener wrote:
> On Mon, Jan 24, 2011 at 8:17
RHEL5 with Redhat's Apache 2.2.3 and
httpd.apache.org's Apache 2.2.17
Is this behaviour deliberate or is it a bug?
-Andrew
-
The official User-To-User support forum of the Apache HTTP Server Project.
See http://httpd.apach
> I do a similar thing, except I now always get wildcard certificates,
> eg for *.foobar.com. Then, I can host all foobar.com subdomains from
> one IP on SSL, no SNI support required neither in browser nor server.
> Wildcard certs can be a little bit more expensive..
Yes, a wildcard cert is the so
Hi there --
Thanks for your reply. I checked the error.log file, and I came across the
following entry:
[Tue Jan 04 11:08:34 2011] [alert] [client 132.183.12.230]
/var/www/logs/.htaccess: AuthUserFile takes 1-2 arguments, text file containing
user IDs and passwords.
I checked the .htaccess file,
Hi there --
I am running the LogAnalyzer application on an Ubuntu 10.04 distribution with
the Apache 2.2.14 server. My plan is to have both the application's internal
authentication and the .htaccess file set up for acess control. I placed the
.htaccess file in the directory that contains the webp
> My email client displayed what you wanted me to insert incorrectly. I
> put the code in correctly but it still does not work. I added R=301 to
> the end so that it would redirect so I could check the apache logs.
Good debugging trick.
-
d "environment variables".
It may be the latter, in which case my suggestion won't work. Sorry.
Eric suggested several other approaches which all look feasible.
Good luck,
Andrew.
-
The official User-To-User suppo
r/list/%{calId}?skinId=%{skinId}
[L]
Try this and see if it works for you.
Andrew.
> What I used:
> RewriteCond %{QUERY_STRING} !XSL=NONE [NC]
> RewriteCond %{QUERY_STRING} calId=([0-9]+) [E=CALID:%1]
> RewriteCond %{QUERY_STRING} skinId=([0-9]+) [E=SKINID:%1]
> RewriteRule ^/calend
> I have the following RewriteCond. I put numbers in front of each line
> for reference:
>
> 1) RewriteCond %{QUERY_STRING} !XSL=NONE [NC]
>
> 2) RewriteCond %{QUERY_STRING} calId=([0-9]+) [NC]
>
> 3) RewriteCond %{QUERY_STRING} skinId=([0-9]+) [NC]
>
> 4) RewriteRule ^/cal
> I'm using a nasty trick to have similar behavior.
I wouldn't call that a nasty trick. More like an intelligent
factorization. It's the right way to do what Holger wants to do.
-
The official User-To-User support forum of the
Hi guys!
There is any available configuration to define server affinity instead of
session affinity? Our architecture setup is based on multiple JVMs (tomcat)
instances in each server (machine). The goal is to send all requests (within
a session) from a client browser to the same machine. Is it po
> Thanks Andrew, I did see this as an example on a web post. ...the argument
> was made that it's a PIA when you don't match class C subnets and have to use
> RegEx :-)
Yes, I agree, it is a PIA. You should see the access control file on our
production host... we have
> I've been able to secure each proxy with this model:
> http://*/App1/*>
> Order Deny,Allow
> #Permit IT
> Allow from 10.1.0.0/24
> #Permit Team1
> Allow from 10.1.1.0/24
> Deny from all
>
>
> Is there a way we can define access once for the IT Subnet (10.1.0.0/24) once
Greetings,
Is there any way to refer to the currently authenticated user's
group(s) from within a rewritecond?
Thanks,
Drew
-
The official User-To-User support forum of the Apache HTTP Server Project.
See http://httpd.apache.org
Greetings,
I am trying to prevent certain users from directory Indexes.
What is the best way to limit functionality in a directory by group?
Thanks for any help,
Drew
-
The official User-To-User support forum of the Apache HTTP
Greetings,
I would like to only allow directory Indexes to certain AuthGroupFile groups.
Is this possible via basic configuration?
Thanks for any information,
Drew
-
The official User-To-User support forum of the Apache HTTP Se
useless, because most browsers won't honor it?
Thanks,
Andrew.
-
The official User-To-User support forum of the Apache HTTP Server Project.
See http://httpd.apache.org/userslist.html> for more info.
To unsubscribe, e-mail: user
listed groups, i.e. the
groups are ORed. However, it says nothing at all AFAICT about what happens
when you use multiple Require group statements. One might infer that those
are also ORed, and that seems to be what happens... but the documentation
doesn't say.
Thanks,
A
the
same time, one instance each of the letters i and d are also getting replaced by
/bzr/trunk. The result is a mangled, broken link.
Any help would be much appreciated. Right now I'm looking into using mod_sed to
rewrite around this problem.
Thanks,
A
m/www/html/
Request for www.example.com/~user is directed to
/var/www/vhosts/example.com/www/html/~user
Any ideas would be appreciated. Thanks for reading!
--
~Andrew Roth
"Our greatest glory is not in never falling, but in getting up every
time we do.&q
_my_domain.com/default.asp?SessionGUID={02F9DB52-1907-48DF-BE08-E61777D6B192}&do=products";>here.
How do I rewrite the headers so that the "Location: " header above reads
>"http://my.domain.com/my-gateway/default.asp?SessionGUID={02F9DB52-1907-48DF-BE08-E61777D6B192}&d
Hi!
I was reading an interesting document
http://httpd.apache.org/docs/2.0/misc/perf-tuning.html about MPM and I would
like to clarify a doubt regarding the concept of connection:
* The worker MPM uses multiple child processes with many threads each.
Each thread handles one connection at a ti
Using mod_proxy_balancer.so on apache 2.2.14
to balance tomcat 5.5.27
BalancerMember http://192.168.1.190:8080 route=jvm1
BalancerMember http://192.168.1.191:8080 route=jvm1
causes tomcat to coredump with
Dec 11, 2009 10:40:22 AM org.apache.catalina.core.ApplicationContext
mod_proxy_balancer.so was never built in 2.0.63
no variation on the configure theme below
./configure --with-layout=Apache --enable-proxy=shared \
--enable-proxy-connect=shared --enable-proxy-ftp=shared \
--enable-proxy -http=shared --enable-proxy-ajp=shared \
--enable-proxy-balancer=shared --en
the 404 content is coming from mod_proxy_http, so it's not under my control
On Thu, Dec 10, 2009 at 12:20 PM, André Warnier wrote:
> Andrew Huntwork wrote:
>>
>> I'm trying to use mod_filter (specifically mod_substitute) on non-200
>> responses, specifically with
I'm trying to use mod_filter (specifically mod_substitute) on non-200
responses, specifically with a 404 response. After playing around for
a while and assuming that i had screwed something up, i discovered
that mod_filter specifically skips non-200 responses [1]. Is there an
important reason for
Hi guys!
How can I ensure case sensitive URLs?
I've test.html at DocumentRoot. I want a "File not found" error when I
invoke http://host/TEST.html.
Thanks a lot
A.
It works. However, i'm getting a popup with file save option and I would
like to see the page on Browser.
Thanks a lot
On Wed, Sep 2, 2009 at 11:41 AM, Krist van Besien wrote:
> On Wed, Sep 2, 2009 at 12:02 PM, Andrew Hole
> wrote:
> > Hi guys!
> >
> > The followin
Hi guys!
The following directive doesn't take into consideration the filename in URL:
RewriteCond %{DOCUMENT_ROOT}/bin/core/%1 -f
In this request the REQUEST_FILENAME has the value: /bin/adt/file.swf but I
just want the filename (file.swf).
How can I do that?
Thanks a lot
RewriteCond %{R
Your solutions looks very useful, but i'm afraid about impact on server
performance.
Do you have any idea about the impact on performance?
Thanks a lot
On Wed, Aug 26, 2009 at 2:59 PM, Tom Evans wrote:
> On Wed, 2009-08-26 at 12:23 +0100, Andrew Hole wrote:
> > Hi guys!
> &
Hi guys!
Actually our web application has a retry mechanism based on http status code
returned to client. Just an example:
- An http request is made to http://web/software_A_folder/file.swf
- if the file doesn't exist (http 404) on software_A_folder, the request is
made in core folder: http://web/
eted?”)*
>
>
>
> I have you read the pages at http://httpd.apache.org/ regarding the log
> files?
>
>
>
>
>
> *Ps. Please nobody moan about me “reverse posting”, I blame my outlook
> client!*
>
>
> --
>
> *From:* A
Hi guys?
Apache logs are written when the request is completed (when browser received
the response)?
Thanks
By default the following instructions are commented:
# Server-pool management (MPM specific)
#Include conf/extra/httpd-mpm.conf
In this case MPM is enabled ? Which are the default values?
By the way:
The number of active workers on Apache is exactly the same number of active
threads in Tomcat?
Hi guys!
There are two files in DocumentRoot:
index.php and index2.php
The following directive is configured in httpd.conf
DirectoryIndex index.php
There is the following instruction inside index.php :
window.location =localHost+"/index2.php?idLang=1";
When I invoke the URL on browser
Hello,
We’ve been facing a problem with apache + ssl configuration. This is our
virtual host configuration:
NameVirtualHost 10.202.6.132:80
NameVirtualHost 10.202.6.132:443
#
# VirtualHost example:
# Almost any Apache directive may go into a VirtualHost container.
# The first VirtualHo
Thanks.
But I just see 2 processes on task manager, not 63!!! Are there threads?
MPM is commented. Where can i find the pre-set directives values?
# Server-pool management (MPM specific)
#Include conf/extra/httpd-mpm.conf
Thanks
On Wed, Mar 11, 2009 at 3:49 PM, Frank Gingras
wrote:
> And
Hi guys!
Everytime I load mod_proxy_balancer
LoadModule proxy_balancer_module modules/mod_proxy_balancer.so
the svchost.exe process goes to 100% of CPU usage...and remaining always at
100%...
Why??
Thanks!
34 PM, Frank Gingras
wrote:
> Andrew,
>
> See the StartServers / MinSpareServers directives.
>
> Frank.
>
>
> Andrew Hole wrote:
>
>> Hi!
>>
>> By default in version 2.2 how many child processes are created at apache
>
Hi!
By default in version 2.2 how many child processes are created at apache
startup? When is created another one?
Thanks
Hi guys!
We are getting randomly a lot of different errors when we try to acess to
our website. Sometimes everything works fine and sometimes it doesn't.
http 400 - bad request
http 504 - gateway time out
sometimes appears on browser the following message:
"Your browser sent a request that this
Logic server
On Mon, Feb 2, 2009 at 3:12 PM, Yang Andrew X
wrote:
> We are using Apache HTTP Server 2.8 as proxy server to load balance
> multiple WebLogic application server instances. It uses cookie and
round-robin rule.
> It works well for most of time.
>
> However, occasiona
We are using Apache HTTP Server 2.8 as proxy server to load balance
multiple WebLogic application server instances. It uses cookie and
round-robin rule. It works well for most of time.
However, occasionally, the Apache HTTP server loses connections with
backend WebLogic server instances. It seems
With P flag i get 404 error code.
On Mon, Dec 22, 2008 at 1:00 PM, Bob Ionescu wrote:
> 2008/12/22 Andrew Hole :
> > I'm trying to setup a RewriteRule to redirect requests to a new different
> > server , but I want to keep the original URL on address bar.
> > How ca
Hi Guys!
I'm trying to setup a RewriteRule to redirect requests to a new different
server , but I want to keep the original URL on address bar.
How can I do that?
RewriteEngine on
RewriteLog /var/log/httpd/rewrite.log
RewriteLogLevel 9
RewriteCond %{QUERY_STRING} msg=online
Re
mited to changes in
.htaccess.
Regards
Andrew Connick
-
The official User-To-User support forum of the Apache HTTP Server Project.
See http://httpd.apache.org/userslist.html> for more info.
To unsubscribe, e-mail: [EMAIL PROT
Hi Manik,
Can you explain how you did this?
Thanks
Andrew
2008/11/5 Manik Taneja <[EMAIL PROTECTED]>
> Andrew Dixon wrote:
>
>> Hi All,
>>
>> I have enabled mod_cache and I'm using mem caching (mod_mem_cache) as my
>> caching type, but how can I check i
Hi All,
I have enabled mod_cache and I'm using mem caching (mod_mem_cache) as my
caching type, but how can I check if it is actually doing anything. Is there
anyway to see what is in the cache, being served from the cache, what the
cache hit rate is, etc...???
Thanks
Kind regards,
Andrew.
creased from something like 150 to
about 350, and the number of pages from 110 to 208. I have tried to
succinctly cover all the directives and modules included in the 2.2.9
release of Apache.
I would welcome any feedback, corrections, or suggestions for improvements.
Regards
Andrew
--
And
I tried:
AuthLDAPBindDN "[EMAIL PROTECTED]"
But the results are the same. The apache_user is able to bind and complete the
lookup but then fails and the browser reports a 500 Internal Server Error.
Andrew
> -Original Message-
> From: Chris Covington [mailto:[EMAIL P
around this problem?
What could we have possibly done on the old server so that it works with the
above config?
Thank you!
Andrew
-
The official User-To-User support forum of the Apache HTTP Server Project.
See http://httpd.apac
!(??&(/&(§W$$$§
> users will always find in order to circumvent all your careful plans.
>
Of course, such clients will be rejected early.
Thanks!
Andrew
--
View this message in context:
http://www.nabble.com/multipart-request-and-modern-browsers-tp19509334p19512874.html
Sen
1 - 100 of 214 matches
Mail list logo