This is a IE bug. MS bug report:
http://support.microsoft.com/default.aspx?scid=kb;en-us;272359
Fabio
Fabio Marcone wrote:
> These are logs related to ie and firefox get in front-end apache (proxy):
>
> ie log:
> 192.168.10.42 - - [18/Jul/2007:15:09:19 +0200] "GET /charts/charts2.htm
> HTTP/1.1"
On 18/07/07, Joshua Slive <[EMAIL PROTECTED]> wrote:
On 7/18/07, Andrew Dixon <[EMAIL PROTECTED]> wrote:
> Here is what I got from the RewriteLog set on level 9 (highest). I
assume
> the line we are looking for is:
>
> map lookup FAILED: map=citybreaksMap[txt] key=sub_page.cfm/title/Paris
> Out
I am not 100% Positive but IE chokes on XML responses if there is not
Content-Length.
Can you try explicity setting that in your xml output?
On 7/18/07, Fabio Marcone <[EMAIL PROTECTED]> wrote:
These are logs related to ie and firefox get in front-end apache (proxy):
ie log:
192.168.10.42 -
Thanks for your reply but this is a IE bug. MS bug report:
http://support.microsoft.com/default.aspx?scid=kb;en-us;272359
Fabio
Mandy Singh wrote:
> I am not 100% Positive but IE chokes on XML responses if there is not
> Content-Length.
>
> Can you try explicity setting that in your xml outpu
Here are the error messages first the access_log:
[Sat Jul 14 09:52:32 2007] [error] [client 127.0.0.1] client denied by
server configuration: /usr/www/users/fgames/mufoncms.com/
Now the error_log
localhost - - [13/Jul/2007:14:17:45 -0400] "GET / HTTP/1.1" 403 1041 "-"
"Mozilla/5.0 (X11; U; Lin
This error occurs intermittently in our .NET application. It seems the
be down the keep alives on IIS and Apache on playing nicely with each
other. When the keep alives are disabled in IIS and in Apache they go
away 99% but still reappear intermittently. Do any of you have any
other suggestions?
Hi,
I have the below two Location directives configured in my httpd.conf
(using with Apache HTTP Server 2.0.50 ), The idea is to seperate only
the "/test123" urls and send them to a different server, the problem
is all the urls including the ones with /test123 are going to the
second one. Am I mi
This is one of *many* insane cases where IE won't show content or
successfully hand it off to the assigned application if/when it decides
that it shouldn't cache said content.
Clearly this is a horrible design bug, but Microsoft always just says to
change the caching settings or to change your
On 7/18/07, Daniel Shi <[EMAIL PROTECTED]> wrote:
Hi,
I would like to know if there's any easy way to enable worker.c after
Apache installation. I know this can be configured during installation. What
about I want to enable it after?
No. MPMs (multi-processing-modules) like worker are tied
On 7/18/07, Hiroyuki Yamada <[EMAIL PROTECTED]> wrote:
In apache-2.2.0,
I keep getting messages
::1 - - [19/Jul/2007:12:09:21 +0900] "GET / HTTP/1.0" 403 202
in the access log.
I know the "internal dummy connection" message is added in 2.2.0, but
there is no
"internal dummy connection" message
On 7/19/07, Andrew Dixon <[EMAIL PROTECTED]> wrote:
I tried using the THE_REQUEST, but that get a space in it as well as it
gives:
GET /sub_page.cfm/title/Paris
Outbound/section/General/editID/337
And there is space between the GET and the URI. I also tried several of the
other variables, REQU
On 7/19/07, Robert A. Rawlinson <[EMAIL PROTECTED]> wrote:
Here are the error messages first the access_log:
[Sat Jul 14 09:52:32 2007] [error] [client 127.0.0.1] client denied by
server configuration: /usr/www/users/fgames/mufoncms.com/
This almost always indicates a Deny directive (or lack of
Thanks. I have checked and all files are root and root. I have a
ScriptAlias pointing to the files. Now I am wondering if it is going
somewhere else for the script and how to find out what is running. So
you have any ideas on how to do that?
Thanks
Bob R
Joshua Slive wrote:
On 7/19/07, Robert
I believe you are confusing Apache (SW server) with the machine itself (HW
server), and went looking for file permissions on the UNIX file system.
That is not the issue.
The access is, apparently, being denied by Apache, thus the advise and the
link.
Directories have permissions, within Apache, th
Thanks Luis. I also have this in the httpd.conf file:
ScriptAlias "/usr/www/users/fgames/mufoncms.com" "/usr/www/cgi-bin/"
AllowOverride None
Options ExecCGI
Order allow,deny
Allow from all
I thought that covered it but I am really new to Apache and Apache2.
Thanks
Bob R
Luis Moreira (E
On 7/19/07, Robert A. Rawlinson <[EMAIL PROTECTED]> wrote:
Thanks Luis. I also have this in the httpd.conf file:
ScriptAlias "/usr/www/users/fgames/mufoncms.com" "/usr/www/cgi-bin/"
AllowOverride None
Options ExecCGI
Order allow,deny
Allow from all
It is unclear exactly what you a
Hi,
Thank you. The lines:
RewriteMap lowercase int:tolower
RewriteRule (.*) ${lowercase:$1} [PT]
are in there because without them, we have a case-sensitive URL problem.
The new ones I'm trying to add are these:
RewriteCond %{SERVER_PORT} !^443$
RewriteCond %{REQUEST_URI} ^/restricted(.*)$ [NC
On 7/19/07, Ted Fines <[EMAIL PROTECTED]> wrote:
Can you clarify "add [L] to the flags on your redirect"? Do you mean the
one that does lowercase, or the https one?
The https one, since you don't need to lowercase if you are going to redirect.
I tried:
RewriteEngine on
RewriteLogLevel 0
R
To start I am working on a module that collects data. Since it does not
run on my system I only want to have it run with out change for my
system so when I return the module it will work properly with out
changes. The module is located on the other system at:
/usr/www/users/fgames/mufoncms.com.
On 7/19/07, Robert A. Rawlinson <[EMAIL PROTECTED]> wrote:
To start I am working on a module that collects data. Since it does not
run on my system I only want to have it run with out change for my
system so when I return the module it will work properly with out
changes. The module is located on
Thanks Joshua. There was no DocumentRoot, AddHandler set up in the
httpd.conf. So I added them and restarted Apache2. Now I am getting the
problem I started with. I get a message box which says: you have chosen
to open, then no file name and then, which is a perl script and asks
what to do wit
On 7/19/07, Robert A. Rawlinson <[EMAIL PROTECTED]> wrote:
Thanks Joshua. There was no DocumentRoot, AddHandler set up in the
httpd.conf. So I added them and restarted Apache2. Now I am getting the
problem I started with. I get a message box which says: you have chosen
to open, then no file name
Trying to run "make" command with AIX 5.2 and Apache 1.3.37
Environment is set as follows:
_=/usr/bin/env
LANG=en_US
LOGIN=d47cs
PATH=.:/usr/ccs/bin:/usr/vacpp/bin:/usr/bin:/etc:/usr/sbin:/usr/ucb:/usr/bin/X11:/sbin:/usr/java131/jre/bin:/usr/java131/bin:/home/d47cs/apache_1.3.37:/home/d47cs/apa
Wow! when I opened it with the editor as you suggested I found:
http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd";>
http://www.w3.org/1999/xhtml"; lang="en" xml:lang="en">
Server error!
mailto:[EMAIL PROTECTED]" />
Hi,
I need to use Apache2 in more instances, one compiled with support for
mod_perl, Deflate, Headers, another compiled with support for Rewrite,
Proxy, Cache. I also need to use MySQL and perl and I prefer to have all
those programs installed in their own directory if possible, for example
I checked error.log as you suggested. I was dismayed to find that error
logging stopped as of July 17. Possibly something I did in working on
httpd.conf? At this point I am inclined to start fresh by uninstalling and
reinstalling Apache 2.2. Press of other work requires that I delay working
on
Hi,
I am new to Apache and trying to install apache2.0.59. every thing
goes fine untill i try to start the service which fails saying
Starting httpd: httpd: module "mod_apache.cpp" is not compatible with
this version of Apache.
Please contact the vendor for the correct version.
Hi, we are getting the following errors on one of our internal Apache servers.
Microsoft Event Viewer:
Faulting application httpd.exe, version 2.2.4.0, faulting module ntdll.dll,
version 5.1.2600.2180, fault address 0x1010.
Sometimes the Apache server comes up a windows crash when it boots.
On Thu, 19 Jul 2007 22:55:38 +0100
"Junaid Arshad" <[EMAIL PROTECTED]> wrote:
> Starting httpd: httpd: module "mod_apache.cpp" is not compatible with
> this version of Apache.
What is "mod_apache.cpp" and where does it come from?
What does its vendor say?
--
Nick Kew
Application Development w
To be honest, I have no idea about this. I have now tried this with
three stable versions of apache and the same error comes every
time
Can there be any other reasons for this cz I have tried to search this
file on my machine using "find" but it also couldnt find this file...
any suggestions
Thanks, Joshua
From: [EMAIL PROTECTED] on behalf of Joshua Slive
Sent: Thu 19/07/2007 11:24 PM
To: users@httpd.apache.org
Subject: Re: [EMAIL PROTECTED] enable worker.c after installation
On 7/18/07, Daniel Shi <[EMAIL PROTECTED]> wrote:
>
> Hi,
>
>I would
On Thu, 19 Jul 2007 23:57:28 +0100
"Junaid Arshad" <[EMAIL PROTECTED]> wrote:
> any suggestions...
The error log, and the exact message you see when you
attempt to start it using apachectl.
My guess: either you're using some broken distro-provided
startup script, or your configuration Includes s
On 7/19/07, Junaid Arshad <[EMAIL PROTECTED]> wrote:
To be honest, I have no idea about this. I have now tried this with
three stable versions of apache and the same error comes every
time
If you don' t need this module, then simply find the applicable
LoadModule statement in httpd.conf (or
Hello.
I am not real experienced with Apache, but have just gotten it working
on Windows Vista Home Premium with only a modicum of difficulty.
I am running version 2.2.4 and have loaded the PHP module 5.2.3 with it.
All seems hunky dory except one thing. When every I boot up my
system, a d
Thanks for your inputs. I discovered that the problem was with the
shibboleth module in shib.conf that gets placed in conf.d. Atleast
apache is running... now i have to digg shibb :-)
cheers
junaid
On 7/20/07, Joshua Slive <[EMAIL PROTECTED]> wrote:
On 7/19/07, Junaid Arshad <[EMAIL PROTECTED]
Stephan G wrote:
>
> I am running version 2.2.4 and have loaded the PHP module 5.2.3 with it.
> All seems hunky dory except one thing. When every I boot up my system,
> a dialog box is shown on my screen. This dialog box (I have determined)
> is placed there by a process called "apachemonitor.e
Hi all,
This is a problem thats been irking me for a while and I'm hopeful
that some other users might be able to shed some light on the issue.
We use LDAP authentication and would like to allow access to a
location if a user is in one of a number of groups. From reading
http://httpd.apache.org/
Thank you for the quick response.
I understand the reason I don't see "internal dummy connection"
message in the log. (now I do.)
Let me explain the detail what's heppeing with my setting below.
---
StartServers 10
MinSpareServers 10
MaxSpareServers 20
MaxClients
www.debian.org
man aptitude
gregor
--
what's puzzlin' you, is the nature of my game
gpgp-fp: 79A84FA526807026795E4209D3B3FE028B3170B2
gpgp-key available @ http://pgpkeys.pca.dfn.de:11371
-
The official User-To-User support forum
can anyone help me with my webserver? I cannot acess it using the
www.hordebusters.net addy but if i type in local host i can view the webpage.
it was working the otherday and when i came home from work it wasnt
41 matches
Mail list logo