Re: [EMAIL PROTECTED] Re: Windows XP Apache 2.0 msi file buggy?

2006-07-23 Thread Morgan Gangwere
k. that makes sense too... though I have seen that on Linux, and under the Monkey web server... thats the RFC standard coming into play... that answers my suspisions! On 7/23/06, William A. Rowe, Jr. <[EMAIL PROTECTED]> wrote: Morgan Gangwere wrote: > sometimes... I have apache running on linux,

Re: [EMAIL PROTECTED] Apache mod_include error log

2006-07-23 Thread Joshua Slive
On 7/23/06, Brian McDonald <[EMAIL PROTECTED]> wrote: On 7/23/06, Brian McDonald <[EMAIL PROTECTED]> wrote: > > > On 7/23/06, Brian McDonald <[EMAIL PROTECTED]> wrote: > > My Apache error log is full of these warnings every time a page is not > found > > > > > > [error] File does not exist: /var

Re: [EMAIL PROTECTED] Re: Windows XP Apache 2.0 msi file buggy?

2006-07-23 Thread William A. Rowe, Jr.
Morgan Gangwere wrote: sometimes... I have apache running on linux, and the filename "newsletter april 06.pdf" gets mangled as "newsletter%20april%3006%3pdf" - apache dosent do the hex conversion logically sometimes when it serves the file. thats an old issue that I think has snuck around the sha

[EMAIL PROTECTED] Re: Please help... apache hacked?

2006-07-23 Thread Morgan Gangwere
if you read the other posts, I made that same mistake. apparently bots.txt is for IRC bots... there is no wikipedia page... h On 7/16/06, Hex Star <[EMAIL PROTECTED]> wrote: perhaps you meant robots.txt? Robots Exclusion Standard From Wikipedia, the free encyclopedia (Redirected from Ro

RE: [EMAIL PROTECTED] Apache mod_include error log

2006-07-23 Thread Brian McDonald
On 7/23/06, Brian McDonald <[EMAIL PROTECTED]> wrote: > > > On 7/23/06, Brian McDonald <[EMAIL PROTECTED]> wrote: > > My Apache error log is full of these warnings every time a page is not > found > > > > > > [error] File does not exist: /var/www/html/bobo.html > > [warn] mod_include: Options +Inc

Re: [EMAIL PROTECTED] Apache mod_include error log

2006-07-23 Thread Joshua Slive
On 7/23/06, Brian McDonald <[EMAIL PROTECTED]> wrote: On 7/23/06, Brian McDonald <[EMAIL PROTECTED]> wrote: > My Apache error log is full of these warnings every time a page is not found > > > [error] File does not exist: /var/www/html/bobo.html > [warn] mod_include: Options +Includes (or Inclu

RE: [EMAIL PROTECTED] Apache mod_include error log

2006-07-23 Thread Brian McDonald
On 7/23/06, Brian McDonald <[EMAIL PROTECTED]> wrote: > My Apache error log is full of these warnings every time a page is not found > > > [error] File does not exist: /var/www/html/bobo.html > [warn] mod_include: Options +Includes (or IncludesNoExec) wasn't set, > INCLUDES filter removed > > Run

[EMAIL PROTECTED] Re: Apache 1.3, 4GB file limit

2006-07-23 Thread Joost de Heer
Morgan Gangwere schreef: I have to agree that moving forward to apache2 is a good idea. but what kind of files would be over 4 Gigs? DVD ISO's. - The official User-To-User support forum of the Apache HTTP Server Project. See h

Re: [EMAIL PROTECTED] Re: Apache 1.3, 4GB file limit

2006-07-23 Thread Chris Schulman
I'm a long-time P2P file-sharer, and I'm beginning to see files around 4GB that contain entire discographies (for instance, every song ever put out by Rick Wakeman -- trust me, that's a lot -- at CD quality) or one or two full seasons of episodes of a TV series. At 01:18 PM 7/23/2006, you wrot

[EMAIL PROTECTED] Re: redirection url

2006-07-23 Thread Morgan Gangwere
or, is the http://server2/index.html file present? if so, this code will work: < H t m l > < h e a d > http://server1:8085/--SomeUri/"; > < / h e a d > < b o d y > redirect to http://server1:8085/--someUri-- < / b o d y > < / h t m l > in the index.html in the wwwroot of server2. On 7/21/06, Jo

Re: [EMAIL PROTECTED] Apache mod_include error log

2006-07-23 Thread Joshua Slive
On 7/23/06, Brian McDonald <[EMAIL PROTECTED]> wrote: My Apache error log is full of these warnings every time a page is not found [error] File does not exist: /var/www/html/bobo.html [warn] mod_include: Options +Includes (or IncludesNoExec) wasn't set, INCLUDES filter removed Running Fedora 4

[EMAIL PROTECTED] Re: Apache 1.3, 4GB file limit

2006-07-23 Thread Morgan Gangwere
I have to agree that moving forward to apache2 is a good idea. but what kind of files would be over 4 Gigs? On 7/19/06, Joost de Heer <[EMAIL PROTECTED]> wrote: Dan Trainor wrote: > Bryan Hansen wrote: >> I am trying to find a solution to the 4GB file limit that exists in >> Apache 1.3. Most res

[EMAIL PROTECTED] Re: Apache on Xubuntu problem

2006-07-23 Thread Morgan Gangwere
moreover, it is caused by attempting to bind the lo interface to a hostname that cannot be reached, or to a non FQDN. this happens when you set your hostname THEN fire up ifconfig -up eth0 ... as xubuntu is starting up, hit ESC. type "linux single" - that will send you into Single User mode: root

[EMAIL PROTECTED] Re: Windows XP Apache 2.0 msi file buggy?

2006-07-23 Thread Morgan Gangwere
sometimes... I have apache running on linux, and the filename "newsletter april 06.pdf" gets mangled as "newsletter%20april%3006%3pdf" - apache dosent do the hex conversion logically sometimes when it serves the file. thats an old issue that I think has snuck around the shadows.. On 7/18/06, Rob

[EMAIL PROTECTED] Apache mod_include error log

2006-07-23 Thread Brian McDonald
My Apache error log is full of these warnings every time a page is not found [error] File does not exist: /var/www/html/bobo.html [warn] mod_include: Options +Includes (or IncludesNoExec) wasn't set, INCLUDES filter removed Running Fedora 4 Apache httpd-2.0.54 here is an extract from my httpd.c

[EMAIL PROTECTED] Apache 2.2.2 , apr and apu 1..7 and pre-6.3

2006-07-23 Thread Donn Washburn
Hey Group; I have completely gone through the apache2 docs on configuring. However, even with a second fresh source.tar I am unable to get passed server/error.c. It seems to reflect the wrong style of GCC /include brackets " ". This may not be an issue but it does reflect the wrong director