Re: [EMAIL PROTECTED] puzzling error

2007-07-20 Thread Jeffery Poblocki
here is my conf file
  - Original Message - 
  From: Jeffery Poblocki 
  To: users@httpd.apache.org 
  Sent: Friday, July 20, 2007 1:58 AM
  Subject: [EMAIL PROTECTED] puzzling error


   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

httpd.conf
Description: Binary data
-
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 PROTECTED]
   "   from the digest: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

[EMAIL PROTECTED] Fwd: trouble with stylesheets loading

2007-07-20 Thread JJ
Hello:
I have a recent installation of Fedora 6 and just
started up httpd for the first time.  I am able to
access my index page, but the style sheet does not 
load for it.  The page loads fine but all the style is
missing.  The index and style sheet will load fine if
I simply open the index file in a browser (firefox)
window using the file location on my hard drive. Ive
tried adding CacheDisable style.css to the virtual
server section of httpd.conf, but that did not help.  

If I try to open the style sheet via apache in a
browser I get a permission denied error. In my heading
of my index I have the line:


 
Does anyone have an idea on how to fix this?
 
John


   

Take the Internet to Go: Yahoo!Go puts the Internet in your pocket: mail, news, 
photos & more. 
http://mobile.yahoo.com/go?refer=1GNXIC

-
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 PROTECTED]
   "   from the digest: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Re: [EMAIL PROTECTED] Fwd: trouble with stylesheets loading

2007-07-20 Thread Tony Stevenson

John,

Out of the box Apache installations from Fedora [6 or otherwise] do not 
affect the use of stylesheets.


Is the stylesheet in the correct folder? Is it in the root of the site? 
How about making the link /style.css ?


i.e.  


Tony


JJ wrote:

Hello:
I have a recent installation of Fedora 6 and just
started up httpd for the first time.  I am able to
access my index page, but the style sheet does not 
load for it.  The page loads fine but all the style is

missing.  The index and style sheet will load fine if
I simply open the index file in a browser (firefox)
window using the file location on my hard drive. Ive
tried adding CacheDisable style.css to the virtual
server section of httpd.conf, but that did not help.  


If I try to open the style sheet via apache in a
browser I get a permission denied error. In my heading
of my index I have the line:


 
Does anyone have an idea on how to fix this?
 
John



   

Take the Internet to Go: Yahoo!Go puts the Internet in your pocket: mail, news, photos & more. 
http://mobile.yahoo.com/go?refer=1GNXIC


-
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 PROTECTED]
   "   from the digest: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]





smime.p7s
Description: S/MIME Cryptographic Signature


Re: [EMAIL PROTECTED] Fwd: trouble with stylesheets loading

2007-07-20 Thread Tony Stevenson

Sorry,

I missed your line where yo usay you get an error message, access denied.

What error do you get in your errorlog?
What permissions does the file have?

If you get an error message similar to "(13) Permission Denied" then 
have a look at this ->  http://wiki.apache.org/httpd/13PermissionDenied



Cheers,
Tony


JJ wrote:

Hello:
I have a recent installation of Fedora 6 and just
started up httpd for the first time.  I am able to
access my index page, but the style sheet does not 
load for it.  The page loads fine but all the style is

missing.  The index and style sheet will load fine if
I simply open the index file in a browser (firefox)
window using the file location on my hard drive. Ive
tried adding CacheDisable style.css to the virtual
server section of httpd.conf, but that did not help.  


If I try to open the style sheet via apache in a
browser I get a permission denied error. In my heading
of my index I have the line:


 
Does anyone have an idea on how to fix this?
 
John



   

Take the Internet to Go: Yahoo!Go puts the Internet in your pocket: mail, news, photos & more. 
http://mobile.yahoo.com/go?refer=1GNXIC


-
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 PROTECTED]
   "   from the digest: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]





smime.p7s
Description: S/MIME Cryptographic Signature


Re: [EMAIL PROTECTED] Re: mod_cache intermittently corrupting PDF's or storing incomplete version of file.

2007-07-20 Thread Mark Stevens

All,

I have tracked my problem back all the way to a custom servlet in our
content management system.

There was a parameter in the content management system used for
streaming binary data that was set too low and causing connection to
get dropped after a short period, I couldn't replicate this problem
internally as internal testing on local LAN was too fast to replicate,
only when I limited the connection rate I was able to see the problem,
then trace it back to our CMS.

I have increased the setting for cached objects, and amount of time to
stream binaries, and all is now working.


Regards,

Mark.

















On 17/07/07, Mark Stevens <[EMAIL PROTECTED]> wrote:

Me again :)

Some progress, hopefully this might be of use to anyone else who runs
into this problem.


I have managed to replicate the issue 100% of the time by using the
'--limit'  parameter in wget.

This produced some very interesting results.

When limiting the request connection rate to 20 kbps, and requesting
the PDF, the file would fail at around 22% of downloading, and
returned the following in Apache error log with debug on.

>>snip
[Tue Jul 17 11:18:50 2007] [debug] mod_disk_cache.c(1043): disk_cache:
Body for URL http://sitename/mypdf.pdf? cached.
[Tue Jul 17 11:18:50 2007] [debug] mod_proxy_http.c(1537): proxy: end body send
[Tue Jul 17 11:18:50 2007] [debug] proxy_util.c(1816): proxy: HTTP:
has released connection for (*)
<>snip
7 11:30:10 2007] [debug] mod_disk_cache.c(1007): cache_disk: URL
http://sitename/mypdf.pdf?  failed the size check (1000872 > 100)
< wrote:
> Hi Jacqui,
>
> Thanks for the response,
>
> Initially I suspected the issue could have been related to client
> type, however I was able to create a broken item in the cache by
> running the following command from a remote server.
>
>   - wget -S --no-cache http://sitename/mypdf.pdf?'
>
> and then kept changing the random number until I received HTTP 416
> (Requested range not satisfiable)
>
> On getting the 416 response, the item would remain in the cache
> smaller than expected size when attempting to view via browser,
> response is 'the file is damaged and could not be repaired'.
>
> Being I was testing against the live site, it is possible someone had
> send a bytes range request during my testing with wget, and then Maybe
> Apache stored the bytes range as the entire item.
>
> I'll continue testing and let you know how I get on, if I don't get a
> resolve soon, I will try rolling back to Apache 1.3 to rule out
> mod_cache as being the culprit.
>
> Thanks again,
>
> Mark.
>
>
>
>
>
>
>
>
>
>
>
>
>
> On 17/07/07, Jacqui caren <[EMAIL PROTECTED]> wrote:
> > Mark Stevens wrote:
> > > Anyone?
> >
> > It is likely that PDF viewers will ask for byteranges.
> >
> > If the cache is storing what is requested rather that the entire
> > file, then this make sense. IIRC mod_proxy does the correct thing
> > (requests the byterange it does not have and put chunks together then
> > serves the requested range).
> >
> > PDFs were designed so that the TOC is at the head of the document.
> > If you find that you are only storing the first  bytes
> > and then only sporadic contiguous chunks I would assume
> > byterange requests are the problem and hand code a number
> > of test requests to confirm it.
> >
> > HTH
> >
> > > On 16/07/07, Mark Stevens <[EMAIL PROTECTED]> wrote:
> > >
> > >> Has anyone had problems in the past with Apache mod_cache storing
> > >> incomplete versions of files such as PDF's, and if so did you manage
> > >> to resolve it?
> > >>
> > >> The problem is intermittent, and I can confirm PDF's from the origin
> > >> source are OK.
> > >>
> > >> I would be interested in any combination of setup and version of
> > >> Apache you may have seen this with.
> > >>
> > >> I posted something related to this issue regarding removal of
> > >> individual files from cache, sorry if this is seen as double posting,
> > >> but felt I ought to have been more direct.
> > >>
> > >>
> > >> Many thanks in advance.
> > >>
> > >> Mark.
> > >>
> >
> > -
> > 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 PROTECTED]
> >"   from the digest: [EMAIL PROTECTED]
> > For additional commands, e-mail: [EMAIL PROTECTED]
> >
> >
>



-
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 PROTECTED]
  "   from the digest: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



[EMAIL PROTECTED] Want to avoid 304 error

2007-07-20 Thread Bello Martinez Sergio

Hi all,
I've configured Apache so that some elements (i.e. .js, .gif, .jpeg, 
etc) are stored in browser's cache during a time. When I access to a 
page contaning any of those elements, the browser doesn´t make a request 
to the server, it get the content from cache instead. Until this moment, 
all is ok.
The problem arises when the time I chose for element's caching finishes. 
After this moment, each time the browser need one of those cached 
elements, It makes a http request to the server and the response 
includes a 304 error (I know it´s not an error, only a 'not modified' 
message). The problem is that when a page contains many of these 
elements (.js, .gif, etc), performance get worse (pairs request-reponse 
304 take time), and there isn't a way to tell the browser to use cache's 
information again, unless you modify files at server side.
So I want to know or if there is a way to configure Apache so that 
browsers renew cache's elements expiry date when they receive a 304 
error, or to configure Apache to not to answer with error 304, but to 
reply with the corresponding file, even though this file's been not 
modified.


Thanks a lot,

Besbello

-
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 PROTECTED]
  "   from the digest: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



RE: [EMAIL PROTECTED] HTTP Error: "Website declined to show this webpage."

2007-07-20 Thread Boyle Owen
> -Original Message-
> From: Frederick Lamartin [mailto:[EMAIL PROTECTED] 
> Sent: Thursday, July 19, 2007 11:07 PM
> To: users@httpd.apache.org
> Subject: Re: [EMAIL PROTECTED] HTTP Error: "Website declined to 
> show this webpage."
> 
> I checked error.log as you suggested. I was dismayed to find 
> that error 
> logging stopped as of July 17. 

Then your server is not actually running. Start it up and try again...

BTW, beware of browser error messages - they are often designed to
"help" the user and are not much use for engineering debug.

Rgds,
Owen Boyle
Disclaimer: Any disclaimer attached to this message may be ignored. 

> 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 the apache configuration for a few days. I'll continue 
> this thread once I 
> sort out what's going on. In the meantime, please don't abandon me.
> 
> - Original Message - 
> From: "Boyle Owen" <[EMAIL PROTECTED]>
> To: 
> Sent: Wednesday, July 18, 2007 6:27 AM
> Subject: RE: [EMAIL PROTECTED] HTTP Error: "Website declined to show this 
> webpage."
> 
> 
> > -Original Message-
> > From: Frederick Lamartin [mailto:[EMAIL PROTECTED]
> > Sent: Tuesday, July 17, 2007 6:08 PM
> > To: users@httpd.apache.org
> > Subject: Re: [EMAIL PROTECTED] HTTP Error: "Website declined to
> > show this webpage."
> >
> > Thanks for the suggestions. I made the changes you suggested,
> > but continued
> > to get the same error with whatever URL I tried. What URL do
> > you think might
> > work?
> 
> what's in the apache error log?
> 
> 
> >
> > - Original Message - 
> > From: "Boyle Owen" <[EMAIL PROTECTED]>
> > To: 
> > Sent: Tuesday, July 17, 2007 5:42 AM
> > Subject: RE: [EMAIL PROTECTED] HTTP Error: "Website declined to 
> show this
> > webpage."
> >
> >
> > > -Original Message-
> > > From: Frederick Lamartin [mailto:[EMAIL PROTECTED]
> > > Sent: Monday, July 16, 2007 6:12 PM
> > > To: users@httpd.apache.org
> > > Subject: [EMAIL PROTECTED] HTTP Error: "Website declined to show
> > > this webpage."
> > >
> > > My website is at c:\users\lamartin\my website
> > >
> > > I have configured Apache to include, but not be limited to,
> > > the following
> > > Directives:
> > > **
> > > ServerRoot "C:/Program Files/Apache Software Foundation/Apache2.2"
> > >
> > > ServerName localhost:80
> > >
> > > Listen 80
> > >
> > > DocumentRoot "C:/Program Files/Apache Software
> > > Foundation/Apache2.2/htdocs"
> > > UserDir Enabled lamartin
> > > UserDir "My Website"
> > >
> > > 
> > > AllowOverride None
> > > Options MultiViews Indexes SymLinksIfOwnerMatch
> > > Includes ExecCGI
> > > Order allow,deny
> > >Allow from all
> > > 
> > > *
> > >
> > > With URL: http:/localhost/~lamartin/  I get an HTTP 403
> > > error, "Website
> > > declined to show this webpage."
> >
> > The tilde is a unix short-cut. I don't think it'll work 
> with vista...
> > Try using the complete path to your home dir in UserDir, eg:
> >
> > UserDir  "C:/Users/Lamartin/My Website"
> >
> > Also, change the "Enabled" key word to "enabled" in case this is not
> > case-insensitive.
> >
> > Rgds,
> > Owen Boyle
> > Disclaimer: Any disclaimer attached to this message may be ignored.
> >
> >
> > > HELP for this error says "This error (HTTP 403 Forbidden) 
> means that
> > > Internet Explorer was able to connect
> > > to the website, but it does not have permission to view the
> > webpage."
> > >
> > > I don't know what is wrong. Any guidance on how to correct
> > > this error would
> > > be appreciated.
> > >
> > > Please note that URL: http://localhost/  works fine. My
> > > operating system is
> > > Windows Vista Home Premium.
> > >
> > > Sent by Frederick H. Lamartin
> > > [EMAIL PROTECTED]
> > >
> > >
> > >
> > >
> > 
> -
> > > 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 PROTECTED]
> > >"   from the digest: [EMAIL PROTECTED]
> > > For additional commands, e-mail: [EMAIL PROTECTED]
> > >
> >
> >
> > This message is for the named person's use only. It may contain
> > confidential, proprietary or legally privileged information. No
> > confidentiality or privilege is waived or lost by any
> > mistransmission. If
> > you receive this message in error, please notify the sender
> > urgently and
> > then immediately delete the message and any copies of it from
> > your system.
> > Please also immediately destroy any hardcopies of the
> > message. You must not,
> > directly or indirectly, use, disclose, distribute, print, or
> > copy any part
> > of this message if you are not the intended recipient. The
> > sender's company
> 

RE: [EMAIL PROTECTED] Help needed with Location Directive

2007-07-20 Thread Boyle Owen
> -Original Message-
> From: ApacheIndian_chetu.gmail 
> [mailto:[EMAIL PROTECTED] 
> Sent: Thursday, July 19, 2007 1:47 PM
> To: users@httpd.apache.org
> Subject: [EMAIL PROTECTED] Help needed with Location Directive
> 
> 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 missing something or do I need to do something else
> to configure it to work correctly ?

Processing rules for the various container objects are a bit complicated
and I'm not an expert, but I did notice that in the docs
(http://httpd.apache.org/docs/2.2/mod/core.html#location) it says:
" sections are processed in the order they appear in the
configuration file".

If you take that literally, then it means that the second container
overrides the first because it comes second and also applies to the URL.
NB - this goes against the usual "more-specific applies" rule that works
with Directory containers...

Anyway, try simply changing the order of the containers and see what
happens.

Rgds,
Owen Boyle
Disclaimer: Any disclaimer attached to this message may be ignored. 

> 
> 
> SetHandler weblogic-handler
> WebLogicCluster 172.26.251.175:9000
> ConnectTimeoutSecs 1
> ConnectRetrySecs 1
> WLIOTimeoutSecs 200
> Idempotent OFF
> WLLogFile /var/opt/projects/sdf5.2/elatalogs/billing/apache/logs/
> server00x/webapache.log
> Debug OFF
> ErrorPage http://172.26.251.177/manual/invoking.html 
>  
> 
> 
> 
> SetHandler weblogic-handler
> WebLogicCluster 172.26.251.176:8005,172.26.251.177:8007
> ConnectTimeoutSecs 1
> ConnectRetrySecs 1
> WLIOTimeoutSecs 200
> Idempotent OFF
> WLLogFile /var/opt/projects/sdf5.2/elatalogs/billing/apache/logs/
> server00x/webapache.log
> Debug OFF
> ErrorPage http://172.26.251.177/manual/invoking.html 
>  
> 
> 
> Thanks,
> Chaitanya
> 
>
 
 
This message is for the named person's use only. It may contain confidential, 
proprietary or legally privileged information. No confidentiality or privilege 
is waived or lost by any mistransmission. If you receive this message in error, 
please notify the sender urgently and then immediately delete the message and 
any copies of it from your system. Please also immediately destroy any 
hardcopies of the message. You must not, directly or indirectly, use, disclose, 
distribute, print, or copy any part of this message if you are not the intended 
recipient. The sender's company reserves the right to monitor all e-mail 
communications through their networks. Any views expressed in this message are 
those of the individual sender, except where the message states otherwise and 
the sender is authorised to state them to be the views of the sender's company.

-
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 PROTECTED]
   "   from the digest: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



RE: [EMAIL PROTECTED] puzzling error

2007-07-20 Thread Boyle Owen
> -Original Message-
> From: Jeffery Poblocki [mailto:[EMAIL PROTECTED] 
> Sent: Friday, July 20, 2007 9:03 AM
> To: users@httpd.apache.org
> Subject: Re: [EMAIL PROTECTED] puzzling error
> 
> here is my conf file
> 
>   - Original Message - 
>   From: Jeffery Poblocki   
>   To: users@httpd.apache.org 
>   Sent: Friday, July 20, 2007 1:58 AM
>   Subject: [EMAIL PROTECTED] puzzling error
> 
>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
> 
> 
lost your internet connection? anything in any logs?
 
 
This message is for the named person's use only. It may contain confidential, 
proprietary or legally privileged information. No confidentiality or privilege 
is waived or lost by any mistransmission. If you receive this message in error, 
please notify the sender urgently and then immediately delete the message and 
any copies of it from your system. Please also immediately destroy any 
hardcopies of the message. You must not, directly or indirectly, use, disclose, 
distribute, print, or copy any part of this message if you are not the intended 
recipient. The sender's company reserves the right to monitor all e-mail 
communications through their networks. Any views expressed in this message are 
those of the individual sender, except where the message states otherwise and 
the sender is authorised to state them to be the views of the sender's company.

-
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 PROTECTED]
   "   from the digest: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



RE: [EMAIL PROTECTED] puzzling error

2007-07-20 Thread Luis Moreira (ESI-GSQP)
I tried to NSLOOKUP the name "www.hordebusters.net", and got a reply from
wfb.zoneedit.com instead, but if I try http://wfb.zoneedit.com I get a blank
page.

Also, related to that name are two (very) different IP addresses,
216.98.141.250 and 69.72.142.98
Does your home IP address have anything to do with either ?

Apparently there is a mixup with that name's resolution


Luis


-Original Message-
From: Boyle Owen [mailto:[EMAIL PROTECTED] 
Sent: sexta-feira, 20 de Julho de 2007 13:30
To: users@httpd.apache.org
Subject: RE: [EMAIL PROTECTED] puzzling error

> -Original Message-
> From: Jeffery Poblocki [mailto:[EMAIL PROTECTED] 
> Sent: Friday, July 20, 2007 9:03 AM
> To: users@httpd.apache.org
> Subject: Re: [EMAIL PROTECTED] puzzling error
> 
> here is my conf file
> 
>   - Original Message - 
>   From: Jeffery Poblocki   
>   To: users@httpd.apache.org 
>   Sent: Friday, July 20, 2007 1:58 AM
>   Subject: [EMAIL PROTECTED] puzzling error
> 
>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
> 
> 
lost your internet connection? anything in any logs?
 
 
This message is for the named person's use only. It may contain
confidential, proprietary or legally privileged information. No
confidentiality or privilege is waived or lost by any mistransmission. If
you receive this message in error, please notify the sender urgently and
then immediately delete the message and any copies of it from your system.
Please also immediately destroy any hardcopies of the message. You must not,
directly or indirectly, use, disclose, distribute, print, or copy any part
of this message if you are not the intended recipient. The sender's company
reserves the right to monitor all e-mail communications through their
networks. Any views expressed in this message are those of the individual
sender, except where the message states otherwise and the sender is
authorised to state them to be the views of the sender's company.

-
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 PROTECTED]
   "   from the digest: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]


-
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 PROTECTED]
   "   from the digest: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Re: [EMAIL PROTECTED] Want to avoid 304 error

2007-07-20 Thread Joshua Slive

On 7/20/07, Bello Martinez Sergio <[EMAIL PROTECTED]> wrote:

Hi all,
I've configured Apache so that some elements (i.e. .js, .gif, .jpeg,
etc) are stored in browser's cache during a time. When I access to a
page contaning any of those elements, the browser doesn´t make a request
to the server, it get the content from cache instead. Until this moment,
all is ok.
The problem arises when the time I chose for element's caching finishes.
After this moment, each time the browser need one of those cached
elements, It makes a http request to the server and the response
includes a 304 error (I know it´s not an error, only a 'not modified'
message). The problem is that when a page contains many of these
elements (.js, .gif, etc), performance get worse (pairs request-reponse
304 take time), and there isn't a way to tell the browser to use cache's
information again, unless you modify files at server side.
So I want to know or if there is a way to configure Apache so that
browsers renew cache's elements expiry date when they receive a 304
error, or to configure Apache to not to answer with error 304, but to
reply with the corresponding file, even though this file's been not
modified.


Hmmm... By default, the 304 response should update any Expires or
Cache-Control response headers, and the client should update its cache
based on these new headers (or should recalculate expiry based on the
new response Date). If the client is not updating its cache after the
304 response, that sounds like a problem at the client.

To directly answer your question, I'm not sure if there is an easy way
to entirely turn off 304 responses. You could probably do
RequestHeader unset If-Modified-Since early
or you could activate mod_include processing for the files (but that
would be a waste of processor time).

Joshua.

-
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 PROTECTED]
  "   from the digest: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Re: [EMAIL PROTECTED] getting message from "::1" and seems processes get killed.

2007-07-20 Thread Joshua Slive

On 7/19/07, Hiroyuki Yamada <[EMAIL PROTECTED]> wrote:


Now I read the source and I set MaxSpareServers to 30 (same as MaxClients),
then no more "internal dummy connection" is coming,
because idle_count will never be more than the MaxClients.


And is that true in your case? I can't tell from this whether this
solves your problem or not.

If not, you may want to take a look at activating the server-status
handler, which can help you understand what the processes are doing.

Joshua.

-
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 PROTECTED]
  "   from the digest: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



[EMAIL PROTECTED] Proxy with large amounts of graphics is slow

2007-07-20 Thread Campbell, Scott
I have an Apache 2.2.4 server using proxying to front-end a back-end
application server.

I have a page on the application server that is a simple index.html with
about 50 objects (graphics, css, etc).  This page size is 300,000 bytes.

 

When I am on the apache server and use WGET (text browser) to the IP
address of the application server, all of the 300KB of data is
downloaded quickly.

 

When I am on the apache server and use WGET to the IP address of the
apache proxy server that is in front of the application server, the
300KB download takes 10-20 seconds.

 

My gutt tells me I have a proxy/keepalive issue.  However, I have tried
everything under the sun to make this proxied connection better, and
can't figure it out.

My application server (IIS) has HTTP-KeepAlives enabled with a timeout
of 10 seconds.

 

One thing to note, I can download via WGET a 50MB file from the
appserver using the apache proxy address faster than I can download the
300KB of data, still going through the same proxied address.

 

My Apache config:

 



...

ProxyPreserveHost On

KeepAlive On

ProxyPass / http://172.27.164.60/ keepalive=On

ProxyPassReverse / http://www.mydomainname.com/

...



 

Any comments and ideas are greatly welcome.


Thanks!

Scott



RE: [EMAIL PROTECTED] puzzling error

2007-07-20 Thread Luis Moreira (ESI-GSQP)
Jeffery,

Let's make one thing clear.

You say that you see the page with http://localhost, which means
your own PC. Fine. This means you built a page locally.

When you talk about http://www.hordebusters.net it means that either
you have your site hosted somewhere, to were you transfer your files, or you
registered your own home address as the one that has to be used by the www
DNS servers.

Which is it ?

See this, and ask/complain to the appropriate people that the name
resolution stopped working and that there is a confusion between the names I
gave you.

Luis


-Original Message-
From: Jeffery Poblocki [mailto:[EMAIL PROTECTED] 
Sent: sexta-feira, 20 de Julho de 2007 15:04
To: users@httpd.apache.org
Subject: Re: [EMAIL PROTECTED] puzzling error

Luis

So how exactly would I fix that??  If the names are working  right.  No my 
ip isnt even near those.
- Original Message - 
From: "Luis Moreira (ESI-GSQP)" <[EMAIL PROTECTED]>
To: 
Sent: Friday, July 20, 2007 7:51 AM
Subject: RE: [EMAIL PROTECTED] puzzling error


>I tried to NSLOOKUP the name "www.hordebusters.net", and got a reply from
> wfb.zoneedit.com instead, but if I try http://wfb.zoneedit.com I get a 
> blank
> page.
>
> Also, related to that name are two (very) different IP addresses,
> 216.98.141.250 and 69.72.142.98
> Does your home IP address have anything to do with either ?
>
> Apparently there is a mixup with that name's resolution
>
>
> Luis
>
>
> -Original Message-
> From: Boyle Owen [mailto:[EMAIL PROTECTED]
> Sent: sexta-feira, 20 de Julho de 2007 13:30
> To: users@httpd.apache.org
> Subject: RE: [EMAIL PROTECTED] puzzling error
>
>> -Original Message-
>> From: Jeffery Poblocki [mailto:[EMAIL PROTECTED]
>> Sent: Friday, July 20, 2007 9:03 AM
>> To: users@httpd.apache.org
>> Subject: Re: [EMAIL PROTECTED] puzzling error
>>
>> here is my conf file
>>
>> - Original Message - 
>> From: Jeffery Poblocki 
>> To: users@httpd.apache.org
>> Sent: Friday, July 20, 2007 1:58 AM
>> Subject: [EMAIL PROTECTED] puzzling error
>>
>> 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
>>
>>
> lost your internet connection? anything in any logs?
>
>
> This message is for the named person's use only. It may contain
> confidential, proprietary or legally privileged information. No
> confidentiality or privilege is waived or lost by any mistransmission. If
> you receive this message in error, please notify the sender urgently and
> then immediately delete the message and any copies of it from your system.
> Please also immediately destroy any hardcopies of the message. You must 
> not,
> directly or indirectly, use, disclose, distribute, print, or copy any part
> of this message if you are not the intended recipient. The sender's 
> company
> reserves the right to monitor all e-mail communications through their
> networks. Any views expressed in this message are those of the individual
> sender, except where the message states otherwise and the sender is
> authorised to state them to be the views of the sender's company.
>
> -
> 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 PROTECTED]
>   "   from the digest: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
>
>
> -
> 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 PROTECTED]
>   "   from the digest: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
> 


-
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 PROTECTED]
   "   from the digest: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]


-
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 PROTECTED]
   "   from the digest: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Re: [EMAIL PROTECTED] puzzling error

2007-07-20 Thread Jeffery Poblocki

Luis

So how exactly would I fix that??  If the names are working  right.  No my 
ip isnt even near those.
- Original Message - 
From: "Luis Moreira (ESI-GSQP)" <[EMAIL PROTECTED]>

To: 
Sent: Friday, July 20, 2007 7:51 AM
Subject: RE: [EMAIL PROTECTED] puzzling error



I tried to NSLOOKUP the name "www.hordebusters.net", and got a reply from
wfb.zoneedit.com instead, but if I try http://wfb.zoneedit.com I get a 
blank

page.

Also, related to that name are two (very) different IP addresses,
216.98.141.250 and 69.72.142.98
Does your home IP address have anything to do with either ?

Apparently there is a mixup with that name's resolution


Luis


-Original Message-
From: Boyle Owen [mailto:[EMAIL PROTECTED]
Sent: sexta-feira, 20 de Julho de 2007 13:30
To: users@httpd.apache.org
Subject: RE: [EMAIL PROTECTED] puzzling error


-Original Message-
From: Jeffery Poblocki [mailto:[EMAIL PROTECTED]
Sent: Friday, July 20, 2007 9:03 AM
To: users@httpd.apache.org
Subject: Re: [EMAIL PROTECTED] puzzling error

here is my conf file

- Original Message - 
From: Jeffery Poblocki 

To: users@httpd.apache.org
Sent: Friday, July 20, 2007 1:58 AM
Subject: [EMAIL PROTECTED] puzzling error

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



lost your internet connection? anything in any logs?


This message is for the named person's use only. It may contain
confidential, proprietary or legally privileged information. No
confidentiality or privilege is waived or lost by any mistransmission. If
you receive this message in error, please notify the sender urgently and
then immediately delete the message and any copies of it from your system.
Please also immediately destroy any hardcopies of the message. You must 
not,

directly or indirectly, use, disclose, distribute, print, or copy any part
of this message if you are not the intended recipient. The sender's 
company

reserves the right to monitor all e-mail communications through their
networks. Any views expressed in this message are those of the individual
sender, except where the message states otherwise and the sender is
authorised to state them to be the views of the sender's company.

-
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 PROTECTED]
  "   from the digest: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]


-
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 PROTECTED]
  "   from the digest: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]




-
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 PROTECTED]
  "   from the digest: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Re: [EMAIL PROTECTED] OS recommendation

2007-07-20 Thread Yvo van Doorn

I use debian as welll but opt to self-compile Apache as opposed to an
apt package. I self-compile php as well.

On 7/19/07, Gregor Schneider <[EMAIL PROTECTED]> wrote:

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 of the Apache HTTP Server Project.
See http://httpd.apache.org/userslist.html> for more info.
To unsubscribe, e-mail: [EMAIL PROTECTED]
   "   from the digest: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]




-
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 PROTECTED]
  "   from the digest: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Re: [EMAIL PROTECTED] puzzling error

2007-07-20 Thread Jeffery Poblocki

Luis
www.hordebusters.net also points to my computer.  I registered my domain and 
had it pointed to my computer using zoneedit and a program called direct 
update.  So either www.hordebusters.net or localhostboth point to my 
computer.
- Original Message - 
From: "Luis Moreira (ESI-GSQP)" <[EMAIL PROTECTED]>

To: 
Sent: Friday, July 20, 2007 9:29 AM
Subject: RE: [EMAIL PROTECTED] puzzling error



Jeffery,

Let's make one thing clear.

You say that you see the page with http://localhost, which means
your own PC. Fine. This means you built a page locally.

When you talk about http://www.hordebusters.net it means that either
you have your site hosted somewhere, to were you transfer your files, or 
you

registered your own home address as the one that has to be used by the www
DNS servers.

Which is it ?

See this, and ask/complain to the appropriate people that the name
resolution stopped working and that there is a confusion between the names 
I

gave you.

Luis


-Original Message-
From: Jeffery Poblocki [mailto:[EMAIL PROTECTED]
Sent: sexta-feira, 20 de Julho de 2007 15:04
To: users@httpd.apache.org
Subject: Re: [EMAIL PROTECTED] puzzling error

Luis

So how exactly would I fix that??  If the names are working  right.  No my
ip isnt even near those.
- Original Message - 
From: "Luis Moreira (ESI-GSQP)" <[EMAIL PROTECTED]>

To: 
Sent: Friday, July 20, 2007 7:51 AM
Subject: RE: [EMAIL PROTECTED] puzzling error



I tried to NSLOOKUP the name "www.hordebusters.net", and got a reply from
wfb.zoneedit.com instead, but if I try http://wfb.zoneedit.com I get a
blank
page.

Also, related to that name are two (very) different IP addresses,
216.98.141.250 and 69.72.142.98
Does your home IP address have anything to do with either ?

Apparently there is a mixup with that name's resolution


Luis


-Original Message-
From: Boyle Owen [mailto:[EMAIL PROTECTED]
Sent: sexta-feira, 20 de Julho de 2007 13:30
To: users@httpd.apache.org
Subject: RE: [EMAIL PROTECTED] puzzling error


-Original Message-
From: Jeffery Poblocki [mailto:[EMAIL PROTECTED]
Sent: Friday, July 20, 2007 9:03 AM
To: users@httpd.apache.org
Subject: Re: [EMAIL PROTECTED] puzzling error

here is my conf file

- Original Message - 
From: Jeffery Poblocki 

To: users@httpd.apache.org
Sent: Friday, July 20, 2007 1:58 AM
Subject: [EMAIL PROTECTED] puzzling error

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



lost your internet connection? anything in any logs?


This message is for the named person's use only. It may contain
confidential, proprietary or legally privileged information. No
confidentiality or privilege is waived or lost by any mistransmission. If
you receive this message in error, please notify the sender urgently and
then immediately delete the message and any copies of it from your 
system.

Please also immediately destroy any hardcopies of the message. You must
not,
directly or indirectly, use, disclose, distribute, print, or copy any 
part

of this message if you are not the intended recipient. The sender's
company
reserves the right to monitor all e-mail communications through their
networks. Any views expressed in this message are those of the individual
sender, except where the message states otherwise and the sender is
authorised to state them to be the views of the sender's company.

-
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 PROTECTED]
  "   from the digest: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]


-
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 PROTECTED]
  "   from the digest: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]




-
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 PROTECTED]
  "   from the digest: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]


-
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 PROTECTED]
  "   from the digest: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]




-

Re: [EMAIL PROTECTED] puzzling error

2007-07-20 Thread Dragon

Jeffery Poblocki wrote:

Luis
www.hordebusters.net also points to my computer.  I registered my 
domain and had it pointed to my computer using zoneedit and a 
program called direct update.  So either www.hordebusters.net or 
localhostboth point to my computer.

 End original message. -

No, www.hordebusters.net doesn't point to your computer.

When I put that URL in my browser, it goes to a GoDaddy parked domain 
site which says that GoDaddy is your registrar and they don't have a 
valid DNS record for that domain.


You need to properly set up DNS and let your registrar know what DNS 
server(s) you are using. Once you do that, then the people here might 
be able to help you with Apache specific issues.


However, DNS configuration is beyond the scope of this list and you 
will need to go do that research on your own, there are plenty of 
resources out there explaining how to do it that are accessible via 
your favorite search engine. Alternatively, call GoDaddy tech support 
and get them to walk you through it. I have no idea what these 
"zoneedit" and "direct update" programs are doing for you but they 
are not doing what you think they are.


Dragon

~~~
 Venimus, Saltavimus, Bibimus (et naribus canium capti sumus)
~~~


-
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 PROTECTED]
  "   from the digest: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]