Your non-SSL virtual host logs to access_log using the "combined" log format
which AWStats parses correctly.
Your SSL virtual host logs to access_log using the "common" format (by default).
Since the "combined" format is parsed correctly, I suggest that you replace the
TransferLog directive in
I don't think Apache likes to do that very much... I'm sure it would
be possible to hack your way around it, but the basic authentication
scheme is just that... basic.
It may be quicker and easier to whip something up in PHP (or Perl, or
Python or what have you). I know sessions are really easy in
Well indeed apache is doing it's job correctly. apache can not and
should not force your browser to remember passwords.
Rethink what you want to do?
Regards
Aman Raheja
farhan ahmed wrote:
Hi folks,
I have been running 2 apache servers on different machines.And both
apache servers are doing
Hi folks,
I have been running 2 apache servers on different machines.And both apache servers are doing
basic authentication. I created same users and passwords on both boxes. On the webpage it
must ask for user name and passowrd once for either apache1 or apache2, but it asks user name
and passw
Hello,
when i go to
http://flanders.mydomain.com/server-status
i am getting hundreds of these
12-0 15151 0/97/193 R 0.43 189 0 0.0 3.54 5.16 ? ? ..reading..
13-0 15516 0/28/96 R 2.48 16 0 0.0 0.96 3.07 ? ? ..reading..
14-0 15088 0/23/67 R 0.90 10 0 0.0 1.84 2.01 ? ? ..reading..
15-0 15584 0
I put the IndexIgnore directive in the .htaccess file in the
directory to be listed (you can see them on-line too).
The only place I could have used is in
httpd.conf. I have checked the problem on a few different
machines with different setups and it still seems to happen.
I just tested it on my
- Original Message -
From: "Gerry Danen" <[EMAIL PROTECTED]>
To:
Sent: Tuesday, January 17, 2006 3:35 PM
Subject: [EMAIL PROTECTED] Apache email address
When I use a php form to send email, an address called
[EMAIL PROTECTED] is used. Where would that be set?
--
Gerry
http://portal.
Keith,
Nothing there...
Gerry
On 1/17/06, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote:
>
> Have you checked your mail directives in /etc/php.ini.
>
> Keith
>
>
> On Tue, 17 Jan 2006, Gerry Danen wrote:
>
> > To: users@httpd.apache.org
> > From: Gerry Danen <[EMAIL PROTECTED]>
> > Subject: [EMAIL
Hello,
when i go to
http://flanders.mydomain.com/server-status
i am getting hundreds of these
12-0 15151 0/97/193 R 0.43 189 0 0.0 3.54 5.16 ? ? ..reading..
13-0 15516 0/28/96 R 2.48 16 0 0.0 0.96 3.07 ? ? ..reading..
14-0 15088 0/23/67 R 0.90 10 0 0.0 1.84 2.01 ? ? ..reading..
15-0 15584 0
Have you checked your mail directives in /etc/php.ini.
Keith
In theory, theory and practice are the same;
In practice they are not.
On Tue, 17 Jan 2006, Gerry Danen wrote:
> To: users@httpd.apache.org
> From: Gerry Danen <[EMAIL PROTECTED]>
> Subject: [EMAIL PROTECTED] Apache email address
>
David Wolever wrote:
I have noticed that mod_autoindex ignores the IndexIgnore
directive if there is more than one slash after the
domain name. For example:
http://wolever.net/autoindex/
http://wolever.net//autoindex/
The htaccess file is included in the directory list.
Dollars to donuts you b
Axel-Stéphane SMORGRAV wrote:
It actually seems like the size of the contents is increased by mod_deflate...
but yes, it is definitely processed by mod_deflate. The reason why the compressed
content is bigger than the input probably is that the amount of data is so small.
True; the deflate alg
When I use a php form to send email, an address called
[EMAIL PROTECTED] is used. Where would that be set?
--
Gerry
http://portal.danen.org/
-
The official User-To-User support forum of the Apache HTTP Server Project.
See http://
Title: Message
I have apache and
tomcat configured with mod_jk and a jsp page that streams html content.
Everything worked fine in 2.0.52 with mod_jk 1.2.8, but then I moved to
2.0.54/55 and mod_jk 1.2.15. In 2.0.54/55 the page is served up
correctly, accept instead of gradually passing da
I've compiled and installed apache 2 and the
mod_proxy_html module and configured the httpd.conf in accordance to this
apacheweek article: http://www.apacheweek.com/features/reverseproxies
I'm getting the following error when trying to start
apache:
Syntax error on line 180 of
/usr/
Hi all,
I have a number of Apache Reverse Proxies running 2.0.54. For some reason when I upgraded to 2.0.55, the top of some of the larger forms ended up getting chopped off when they were submitted via the proxy SSL port. The same form will work fine using the Non-SSL port, and it still work
> That's likely to be a client limitation - 2.2 will correctly handle
> large files. What client? I don't believe any of the browsers
> currently handle large files correctly; modern versions of wget and most
> versions of curl will, however.
>
> joe
Thanks Joe, I believe you are correct. I wa
Hi Group,
I have been looking at how to get AWStats to read SSL logs. And only
finding other people looking for the same thing, but no real answers.
Below is how I have my VirtualHost setup. Built using the examples in
the docs
<...>
ErrorLog /usr/local/httpd/logs/site1/error_log
Hello Davide.
Am 2006-01-17 14:32:12, schrieb Davide Bianchi:
> Michelle Konzack wrote:
> > is there a program (to pipe) which save
> > the Apache log (full) into a PostgreSQL?
>
> Can't you change the loggin in Apache to directly call a script and do
> the same? Or your problem is that you have
I am trying to compile mod_proxy_html.c on a solaris 9 box
with apache 2 apxs. libxml2 is installed. I keep getting the following error:
/home/mfay % apxs -c -I/usr/include/libxml2 -i
mod_proxy_html.c
/usr/local/apache2/build/libtool --silent --mode=compile gcc
-prefer-pic -I/usr/local
Hello again,
I'm just wondering if anyone else then me is still experiencing this
with 2.2.0.
If apache caches stylesheet (*.css) and clients retrieve those cached
files it's sometimes (randomly) delivered only partially.
I'm aware that it is a known bug in older versions and just want to know
if
Joshua,
After some creative playing around with this it seems that it will work
in most cases. There are a couple rare cases where I will need to
manually create vhost entries but this should work great. Before asking
the question I took the time to look at additional modules over at
modules.ap
hi,
i'm using apache 2.2 because of the balancing module, but i can't figure out why
the 'stickyness' doesn't work.
-snip-
LogLevel debug
ProxyPass / balancer://prod/ stickysession=sessionkey nofailover=On
BalancerMember http://192.168.1.1:8001 route=A_
BalancerMember http://192.168.1
On 1/17/06, Dave Turvene <[EMAIL PROTECTED]> wrote:
> Q1: How efficient is the RewriteCond? In another case I had three RewriteCond
> directives on a RewriteRule with no apparent impact but the server was not
> being
> heavily hit.
The RewriteCond effect will be negligible in comparison to the
On 1/17/06 8:32 AM, "Davide Bianchi" <[EMAIL PROTECTED]> wrote:
> Michelle Konzack wrote:
>> is there a program (to pipe) which save
>> the Apache log (full) into a PostgreSQL?
>
> Can't you change the loggin in Apache to directly call a script and do
> the same? Or your problem is that you ha
Michelle Konzack wrote:
> is there a program (to pipe) which save
> the Apache log (full) into a PostgreSQL?
Can't you change the loggin in Apache to directly call a script and do
the same? Or your problem is that you have a big log and you want to
post-process it?
Davide
--
>From empirical ex
Hello,
is there a program (to pipe) which save
the Apache log (full) into a PostgreSQL?
I mean, already splited
Greetings
Michelle Konzack
Systemadministrator
Tamay Dogan Network
Debian GNU/Linux Consultant
--
Linux-User #280138 with the Linux Counter, http://counter.li.org/
#
Greetings -
I have a requirement to run an HTTPS subversion server and an
HTTPS website on the same physical server. I have both working
using the following snippet. The high-volume requests go to
the website proxy.
...
# For subversion setup
DAV svn
...
RewriteEngine On
Rewri
> -Original Message-
> From: Tom Allison [mailto:[EMAIL PROTECTED]
>
> Glad to know what kind of mailing list this is...
> I'll save my questions for someone else, thank you.
I didn't notice your original mail but I was intrigued by the miffed tone in
this one. So I looked back to see...
29 matches
Mail list logo