Hi,

> I tried using Lynx, and got an error on reading /foo/bar/:
>
> "unexpected network read error: connection aborted".
>
> Again, this is the case where /foo/bar/subs.html is trying to Execute
> ('../subs.html'), and /foo/subs.html is in turn doing the same.
>
> So, I tried using a small perl script to read the site:
>

Just typing

GET http://test.dev.nilspace.com/foo/bar/

at the command line does the same (and a little more) as your script.

In the examples you send, you only wrote about subs.html, so I don't know
what the content of index.html is, maybe there is another error? Does it
change anything if you request
http://test.dev.nilspace.com/foo/bar/index.html  ?

Also you get no output in the browser, you should get some in the
embperl.log file. Could you please send it to me? then I should be able to
see what's happening.

> ...directives which are required because of Ben-SSL. So I added the
> following lines to the
> /usr/src/HTML-Embperl-1.3b6/test/conf/httpd.conf.src:
>
> SSLDisable
> SSLCacheServerPort gcache_port
> SSLCacheServerPath /usr/src/apache_1.3.12/src/modules/ssl/gcache
>

There is already a SSLDisable in, which only comes into play when either
apache_ssl.c or mod_ssl.c is compiled into Apache. This works for older
version of BEN-SSL, but I didn't tried it with newer ones. Does it also work
if you copy the last two lines of the mod_ssl.c block to the apache_ssl.c
block, (in httpd.conf.src) ?


> This lets httpsd start, but it still crashes with the following output:
>
>
> #0 ascii...
>
> [-1][Wed Nov  1 17:33:00 2000] gcache started
>

It simply complains about this unexpected message in the httpd error log.

For testing you may add a

        'errors'     => '1',

in the @testdata array at the top of test.pl, for the entry 'ascii'.

Gerald



---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to