Re: [users@httpd] Proces killed after http post without ConentType header

2012-01-28 Thread Yehuda Katz
On Sat, Jan 28, 2012 at 7:16 AM, Bardo Bakker wrote: > Hi, > > I wrote some software which post a binary (image) to our server. > After a reboot (due to resize HDD), the server has some post issues. > It hangs at the end of a http post without the content type header set. > > I would like to know

[users@httpd] Re: Pointing my just registered domain to my local web server.

2012-01-28 Thread Guilherme Longo
Hi all. I made progress with my DNS server. Now I have all the information I need to make a decent question... lol My DNS server is working. The final question here is how to make nsupdate update my external ip in my zone configuration file. This is my zone configuration file: TTL 14400 @

Re: [users@httpd] Re: IE8 thinks SHTML is "text.html"

2012-01-28 Thread Christos Jonathan Hayward
Yes; I was wondering what was causing that. It turned out that ssl.conf was giving a content-type of text.html. On Sat, Jan 28, 2012 at 11:13 AM, Jonesy wrote: > On Fri, 27 Jan 2012 15:58:39 -0600, Christos Jonathan Hayward wrote: > > > > P.S. The headers are: > > > > GET http://simplyclassicrem

[users@httpd] Re: IE8 thinks SHTML is "text.html"

2012-01-28 Thread Jonesy
On Fri, 27 Jan 2012 15:58:39 -0600, Christos Jonathan Hayward wrote: > > P.S. The headers are: > > GET http://simplyclassicremodeling.com/ HTTP/1.0 > > HTTP/1.1 200 OK > Date: Fri, 27 Jan 2012 21:57:54 GMT > Server: Apache/2.0.63 (Unix) mod_ssl/2.0.63 OpenSSL/0.9.9-dev DAV/2 > PHP/5.2.6 > Accept-Ra

Re: [users@httpd] RE: Can you use variables inside a conf file?

2012-01-28 Thread Rainer Jung
On 25.01.2012 14:47, Desilets, Alain wrote: I use this syntax too, but I think it works for me only because of my loading of a NON-STANDARD module, mod_define. http://people.apache.org/~rjung/mod_define/mod_define.html It works for me and I don't have mod_def

Re: [users@httpd] External module suspected to be slow - how to add timer around calls

2012-01-28 Thread Rainer Jung
On 25.01.2012 14:18, DENIS Laurent wrote: Hello, *** Question *** How can I measure how much time is spent in the processing function of module? Of course, the supplier of the module does not provide any source code. My idea is to add an APRLOG_DEBUG the "apr_time_now" before and after the fu

[users@httpd] Proces killed after http post without ConentType header

2012-01-28 Thread Bardo Bakker
Hi, I wrote some software which post a binary (image) to our server. After a reboot (due to resize HDD), the server has some post issues. It hangs at the end of a http post without the content type header set. I would like to know: is this a bug, configuration mistake, or miss interpertation of h