[EMAIL PROTECTED] Re: Images don't load on CIFS share

2006-11-24 Thread Yvo van Doorn
I should add that the hosts and urls are not accessible outside the network. The URL path below is just an example of what I see instead of the image when I try to access the image directly. On 11/24/06, Yvo van Doorn <[EMAIL PROTECTED]> wrote: I think I have come across a very odd problem. Goo

[EMAIL PROTECTED] Images don't load on CIFS share

2006-11-24 Thread Yvo van Doorn
I think I have come across a very odd problem. Googling and going through archieves have left my questions unanswered so far. I'm completely stumped thus far on what is causing this. I am running a self compiled version of Apache 2.2.3 on Debian 4.0(etch/testing). I have a Virtualhost setup with

Re: [EMAIL PROTECTED] Apache2 service does not restart

2006-11-24 Thread Deepak Vohra
The apache command does not start the Apache server and does not produce any output. thanks, Deepak Joshua Slive <[EMAIL PROTECTED]> wrote: On 11/24/06, Deepak Vohra wrote: > With the command line Apache application: > > Test the service's configuration file > apache -n "Apache2" -t > S

Re: [EMAIL PROTECTED] Apache2 service does not restart

2006-11-24 Thread Joshua Slive
On 11/24/06, Deepak Vohra <[EMAIL PROTECTED]> wrote: With the command line Apache application: Test the service's configuration file apache -n "Apache2" -t Syntax OK Start the Apache2 service. apache -n "Apache2" -k start does not produce any output. You need to run it from the command lin

[EMAIL PROTECTED] Help with mod_proxy

2006-11-24 Thread Todd Nine
Hi all, I'm using mod_proxy and I am having some issues. I have several VMWare images that will be used for development and testing, I want the instance to be served via a single Apache server. I can then just display a nice error that we're currently maintaining a system when we bring it down.

Re: [EMAIL PROTECTED] Apache2 service does not restart

2006-11-24 Thread Deepak Vohra
The Apache2 service does not restart only after modifying http.conf. If httpd.conf is not modified, Apache2 restarts. The error log for restarting Apache2 after modifying httpd.conf: [Fri Nov 24 16:45:05 2006] [notice] Parent: Received shutdown signal -- Shutting down the server. [Fr

Re: [EMAIL PROTECTED] Apache2 service does not restart

2006-11-24 Thread Deepak Vohra
With the command line Apache application: Test the service's configuration file apache -n "Apache2" -t Syntax OK Start the Apache2 service. apache -n "Apache2" -k start does not produce any output. thanks, Deepak Joshua Slive <[EMAIL PROTECTED]> wrote: On 11/24/06

Re: [EMAIL PROTECTED] Apache2 service does not restart

2006-11-24 Thread Joshua Slive
On 11/24/06, Deepak Vohra <[EMAIL PROTECTED]> wrote: Joshua, Thanks. Command line also produces a error. >NET Start Apache2 The Apache2 service is starting. The Apache2 service could not be started. A service specific error occurred: 1. The error has been reported before. http://svn.haxx.se

Re: [EMAIL PROTECTED] Apache2 service does not restart

2006-11-24 Thread Deepak Vohra
With the Apache command line application: Test the service's configuration file >apache -n "Apache2" -t Syntax OK Start Apache2 service >apache -n "Apache2" -k start Does not start the service and does not produce any output. thanks, Deepak Joshua Slive <[EMAIL PROTECTED

Re: [EMAIL PROTECTED] Apache2 service does not restart

2006-11-24 Thread Deepak Vohra
The net start refers to NET HELPMSG 3547. >NET HELPMSG 3547 A service specific error occurred: ***. EXPLANATIONA service-specific error occurred. ACTION Refer to the Help or documentation for that service to determine the problem. thanks, Deepak Joshua Slive <[EMAIL PRO

Re: [EMAIL PROTECTED] Apache2 service does not restart

2006-11-24 Thread Deepak Vohra
Joshua, Thanks. Command line also produces a error. >NET Start Apache2 The Apache2 service is starting. The Apache2 service could not be started. A service specific error occurred: 1. The error has been reported before. http://svn.haxx.se/users/archive-2006-09/

Re: [EMAIL PROTECTED] Apache2 service does not restart

2006-11-24 Thread Joshua Slive
On 11/24/06, Deepak Vohra <[EMAIL PROTECTED]> wrote: Apache2 service does not get restarted after making any modification to httpd.conf. Tested with Apache Http Server version 2.055, 2.059, and 2.2.3. Error- message- The Apache2.2 service terminated with service-specific error 1. http://issues.

[EMAIL PROTECTED] Apache2 service does not restart

2006-11-24 Thread Deepak Vohra
Apache2 service does not get restarted after making any modification to httpd.conf. Tested with Apache Http Server version 2.055, 2.059, and 2.2.3. Error- message- The Apache2.2 service terminated with service-specific error 1. http://issues.apache.org/bugzilla/show_bug.cgi?id=40981

[EMAIL PROTECTED] mod_tkt_auth and RequestHeader problem...

2006-11-24 Thread Neil A. Hillard
Hi, I'm looking at resolving an internal authentication issue we have and I'm currently having a problem with mod_auth_tkt and the RequestHeader. mod_auth_tkt has been successfully configured. I'm generating the appropriate cookie, mod_auth_tkt is seeing it and setting the REMOTE_USER he

[EMAIL PROTECTED] os 995 error : winnt_accept : Asyncronous AcceptEx failed : ??? any hint ! ?

2006-11-24 Thread admin
Hy, My name is genya, we are a not for profit organisation in montreal, Quebec Canada I'm installing apache with multiple nameVirtualHost. But as soon as I enable namevirtualHost, Apache would not want to start. It is a win xp pro server with apache under a linksys router. dynamic assign IP,

Re: [EMAIL PROTECTED] reverse proxy - transfer whole domain

2006-11-24 Thread Joshua Slive
On 11/24/06, Alessandro Ilardo <[EMAIL PROTECTED]> wrote: Hello there, I'm trying to set up Apache 2 as reverse proxy. The scenario should be: * a public Apache2 on server_1 which receives all request of www.domainX.cxm and works as reverse proxy * a private Apache2 which actually se

[EMAIL PROTECTED] reverse proxy - transfer whole domain

2006-11-24 Thread Alessandro Ilardo
Hello there, I'm trying to set up Apache 2 as reverse proxy. The scenario should be: * a public Apache2 on server_1 which receives all request of www.domainX.cxm and works as reverse proxy * a private Apache2 which actually serves www.domainX.cxm contents All the examples on the web sho

Re: [EMAIL PROTECTED] Apache doesnt close the socket

2006-11-24 Thread Joshua Slive
On 11/24/06, Filip Kolendo <[EMAIL PROTECTED]> wrote: I've found on [http://www.petefreitag.com/item/505.cfm] suggestion to lower value (45 sec). For me it sounds reasonably... Is it really a serious threat to set it lower ("odd places in the code")? It is fine to set it down to a few seconds

Re: [EMAIL PROTECTED] Close browser session while CGI is still active

2006-11-24 Thread Joshua Slive
On 11/24/06, Steve Swift <[EMAIL PROTECTED]> wrote: Can a CGI script close the session with the browser before it exits? I tried closing STDOUT and STDERR in the hope that Apache might notice, and clean up the session, but the browser remained waiting. I have a CGI script that send its page to

[EMAIL PROTECTED] [EMAIL PROTECTED]

2006-11-24 Thread Oleg R.

Re: [EMAIL PROTECTED] Apache doesnt close the socket

2006-11-24 Thread Filip Kolendo
Joshua Slive wrote: > On 11/23/06, Filip Kolendo <[EMAIL PROTECTED]> wrote: >> Hello, >> >> I notice strange (in my opinion erroneous and dangerous) behaviour of >> Apache; very easily can be completely locked by wrong/malicious clients. >> I think it can have something common with the situation di

Re: [EMAIL PROTECTED] Close browser session while CGI is still active

2006-11-24 Thread Steve Swift
That's what I'm doing now, but its cumbersome. I'd hoped that I could get away with a couple of closes, but no such luck. It happens quite often in my CGI scripts that I finish the webpage then have to do some tidying-up that just keeps the browser waiting. On 24/11/06, long <[EMAIL PROTECTED]>