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
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
@
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
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
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
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
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