Re: [EMAIL PROTECTED] What the .... is Apache doing.

2005-07-24 Thread Krist van Besien
On 7/25/05, Tomas Larsson <[EMAIL PROTECTED]> wrote: > Sorry , I messed it up a little this is the way it is: > > Im getting this in my logs > "GET /pub/xm/mek1/RAR/4hp18.zip.ed2k HTTP/1.1" 404 975 "-" "ed2k" > > And this in the error log > > "File does not exist: .../pub/xm/mek1/RAR/4hp18.z

Re: [EMAIL PROTECTED] What the .... is Apache doing.

2005-07-24 Thread Krist van Besien
On 7/25/05, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote: > how do i unsubscribe from here - i have unsub'd from all the listed unsub > apache links but am still getting these darn messages. Have you tried this? -> > To unsubscribe, e-mail: [EMAIL PROTECTED] Krist -- [EMAIL PROTECTED] Solothu

Re: [EMAIL PROTECTED] apache displaying the directory contents...

2005-07-24 Thread Malka Cymbalista
Apache displays the ldirectory contents if you set the Indexes option in the Options directive that is part of the setting. So take out Indexes and you will not get the listing. You can also use the IndexIgnore directive to tell it exactly which file types to ignore. Malka Cymbalista Webmaster,

[EMAIL PROTECTED] SSI functions to compare dates?

2005-07-24 Thread Doug Lipman
Hi, I'm trying to use SSI (via XBitHack) to include a file or a bit of text in certain existing web pages only until a date I set in code. In other words, I want my pages to display certain text until an expiration date, and only until then. I know how to do this in PHP, but I don't want to h

[EMAIL PROTECTED] mod_python stops subversion

2005-07-24 Thread Mike Dewhirst
I got a hint from the subversion list that I could maybe post this here. Any advice appreciated. Overview I just added mod_python to apache2 and my subversion repositories are no longer accessible via TortoiseSVN. Update returns the following error ... PROPFIND request failed on '/repos/xfiles

Re: [EMAIL PROTECTED] Apache 2.0.54 WIN32 compile error with OpenSSL 0.9.8

2005-07-24 Thread Joe A
165 #ifndef PEM_F_DEF_CALLBACK166 #define PEM_F_DEF_CALLBACK PEM_F_DEF_CB167 #endif http://lxr.webperf.org/source.cgi/modules/ssl/ssl_toolkit_compat.h#179On 7/24/05, hunter <[EMAIL PROTECTED]> wrote: My WIN32 build of Apache 2.0.54 fails with the following error whilecompiling with OpenSSL 0.9.

[EMAIL PROTECTED] Apache 2.0.54 WIN32 compile error with OpenSSL 0.9.8

2005-07-24 Thread hunter
My WIN32 build of Apache 2.0.54 fails with the following error while compiling with OpenSSL 0.9.8 mod_ssl.c ssl_engine_config.c ssl_engine_dh.c ssl_engine_init.c ssl_engine_io.c ssl_engine_kernel.c ssl_engine_log.c ssl_engine_mutex.c ssl_engine_pphrase.c ssl_engine_pphrase.c(684) : error C2065: 'P

[EMAIL PROTECTED] is the parent/child security present in win32 apache?

2005-07-24 Thread Joe A
Does the Win32 version of Apache have a parent process that is running on an administrator account and the children processes are guest accounts and are the only ones sending/receiving to and from the Internet?  Thanks, Joe

[EMAIL PROTECTED] mod_python configuration problem

2005-07-24 Thread Mike Dewhirst
I'm having trouble configuring mod_python and have struck a black hole of ignorance. I want httpd2 to rewrite its files in /etc/apache2/sysconfig.d so I can see that the changes I am making in /etc/sysconfig/apache2 are actually happening. I am shutting down and starting up between changes.

Re: [EMAIL PROTECTED] Large file (4219052708 bytes) not shown in Index display

2005-07-24 Thread Dan Goodes
On Sun, 24 Jul 2005 at 19:34, Matt England wrote: > At 7/24/2005 07:29 PM, Dan Goodes wrote: > >Unfortunately the only solution for your problem is to use an FTP server > >for that file. Stable Apache releases simply won't serve it. > > Ok, this all makes sense, and it's not a big deal right now.

RE: [EMAIL PROTECTED] What the .... is Apache doing.

2005-07-24 Thread mrostron
how do i unsubscribe from here - i have unsub'd from all the listed unsub apache links but am still getting these darn messages. > Sorry , I messed it up a little this is the way it is: > > Im getting this in my logs > "GET /pub/xm/mek1/RAR/4hp18.zip.ed2k HTTP/1.1" 404 975 "-" "ed2k" > > And th

RE: [EMAIL PROTECTED] What the .... is Apache doing.

2005-07-24 Thread Tomas Larsson
Sorry , I messed it up a little this is the way it is: Im getting this in my logs "GET /pub/xm/mek1/RAR/4hp18.zip.ed2k HTTP/1.1" 404 975 "-" "ed2k" And this in the error log "File does not exist: .../pub/xm/mek1/RAR/4hp18.zip.ed2k" This when I enter the correct address in the address-ba

Re: [EMAIL PROTECTED] Large file (4219052708 bytes) not shown in Index display

2005-07-24 Thread Matt England
At 7/24/2005 07:29 PM, Dan Goodes wrote: Unfortunately the only solution for your problem is to use an FTP server for that file. Stable Apache releases simply won't serve it. Ok, this all makes sense, and it's not a big deal right now. A side note: has anyone been able to get split(1) to work

[EMAIL PROTECTED] apache displaying the directory contents...

2005-07-24 Thread bruce
hi... i'm trying to figure out how to stop apache from displaying the directory contents if the index.html/php/etc file is not found... i've done the google search, and i'm pretty sure i'm missing something seriously basic... any ideas/thoughts/pointers... thanks bruce [EMAIL PROTECTED]

Re: [EMAIL PROTECTED] Large file (4219052708 bytes) not shown in Index display

2005-07-24 Thread Dan Goodes
On Sun, 24 Jul 2005 at 19:01, Matt England wrote: > A file (named /x/y/tmp/bigfile for this example) of size 4219052708 bytes > did not display in my browser for my Apache 2.0.52 server. Any ideas why not? > > All the other files had no problems with this display. > > I suspect it has to do with

Re: [EMAIL PROTECTED] Large file (4219052708 bytes) not shown in Index display

2005-07-24 Thread Matt England
I must have accidently marked the message below as "urgent," for it showed up as an urgent tag in my emailbox. My apologies, that was not my intent. -Matt At 7/24/2005 07:01 PM, Matt England wrote: A file (named /x/y/tmp/bigfile for this example) of size 4219052708 bytes did not display in my

[EMAIL PROTECTED] Large file (4219052708 bytes) not shown in Index display

2005-07-24 Thread Matt England
A file (named /x/y/tmp/bigfile for this example) of size 4219052708 bytes did not display in my browser for my Apache 2.0.52 server. Any ideas why not? All the other files had no problems with this display. I suspect it has to do with the file size? How might I display this file in the future

[EMAIL PROTECTED] What the .... is Apache doing.

2005-07-24 Thread Tomas Larsson
What the is up?? Im getting this in my logs "GET /pub/xm/mek1/RAR/4hp18.zip.ed2k HTTP/1.1" 404 975 "-" "ed2k" And this in the error log "File does not exist: .../pub/xm/mek1/RAR/24v1.zip.ed2k" This when I enter the correct address in the address-bar www.ktl.mine.nu/pub/xm/mek1/RAR/24v1.zip

[EMAIL PROTECTED] Apache 2.0/1.3 optimazation

2005-07-24 Thread Sadus .
Heya, I'm charged to host an important website on a dedicated server, i was wondering what to implement to get a good optimazation. I'm concerned of the speed between apache and MySQL. Does Apache and MySQL benefits from dual processors? SMT/SMP? I know that its a bad idea to let Apache use swap.

Re: [EMAIL PROTECTED] apache upgrde from 2.0.40 to 2.1.6

2005-07-24 Thread Darek Czarkowski
Dreamweaver can not be configured to use with apache the same way as it can be configured to use with CF. Besides you should be looking for help from Dreamweaver user group not apache. Other than that, you should configure (in dreamweaver)your 'site' under site->manage sites. There you can define