Hello
I've got apache 2 with jk2 fronting tomcat 5.0.28.
I want to forward all http requests to tomcat, except from static files
such as jpg, png etc.
This is what I've tried but it doesn't seem to work.
"^/(?!(*.js|*.png|*.jpg|*.bmp|*.gif|*.ico|*.swf|*.xml|*.pdf|*.doc|*.xls|*.zip|*.txt))">
What happens if you run IE7 as administrator, right click > "Run as
Administrator" does the webpage display then?
- Original Message -
From: <[EMAIL PROTECTED]>
To:
Sent: Friday, June 22, 2007 1:22 PM
Subject: [EMAIL PROTECTED] IE7 running on Windows Vista does not display page
via
Silly Question,
Does the WinVista machine running IE7 display other webpages elsewhere in
the world, http & https?
- Original Message -
From: "William A. Rowe, Jr." <[EMAIL PROTECTED]>
To:
Sent: Friday, June 22, 2007 6:36 PM
Subject: Re: [EMAIL PROTECTED] IE7 running on Windows Vis
Hi Bill,
I am using a cacert (cacert.org). I didn't have the root cert installed
and was getting the IE error complaining about it which I ignored. I
now installed the root cacert into IE7 but, unfortunately I still let
the error.
It must be something with my apache setup. Even tough I am
[EMAIL PROTECTED] wrote:
> I have Windows XP Pro running Apache 2.2.4 (Win32)
> mod_ssl/2.2.4 OpenSSL/0.9.8d
>
> When accessing the site with IE7 running on Windows Vista,
> IE7 says „Internet Explorer cannot display the webpage“.
> With any other release of IE (even IE7 on Windows XP) and
> Firef
I have Windows XP Pro running Apache 2.2.4 (Win32)
mod_ssl/2.2.4 OpenSSL/0.9.8d
When accessing the site with IE7 running on Windows Vista,
IE7 says „Internet Explorer cannot display the webpage“.
With any other release of IE (even IE7 on Windows XP) and
Firefox on any Windows there is no problem.
Hi,
My config:
PidFile /var/run/apache_aux2.pid
LockFile /var/run/accept_aux2.lock
ServerLimit 160
StartServers 20
MaxClients 4000
MinSpareThreads 25
MaxSpareThreads 75
ThreadsPerChild 25
MaxRequestsPerChild 0
# apache