Java Mailing List Archive

http://www.apache-httpd.com/

Home » users.httpd »

Re: [users@httpd] Apache 2.2.8 serves nothing or garbled directory
lists or image file name

Frank Huddleston

2008-05-12

Replies:

Author LoginPost Reply
Well, the messages that the server sends, such as status messages, error messages, and the headers for the directory listings, all come out OK. Wouldn't everything be encrypted if it were speaking https?
There's this at the bottom of the httpd.conf file, but as I don't have mod_ssl compiled in, I don't think it applies:

# Secure (SSL/TLS) connections
#Include conf/extra/httpd-ssl.conf
#
# Note: The following must must be present to support
#       starting without SSL on platforms with no /dev/random equivalent
#       but a statically compiled-in mod_ssl.
#
<IfModule ssl_module>
SSLRandomSeed startup builtin
SSLRandomSeed connect builtin
</IfModule>



Lloyd Parkes wrote:
Is it possible that the web server is speaking HTTPS and the web browser is speaking HTTP?

Cheers
©2008 apache-httpd.com - Jax Systems, LLC, U.S.A.