Hi,
As per title, I am installing Apache 1.3.28+(apache_1.3.28+ssl_1.49) in my Redhat box.
I can start my apache+ssl succesfully, but when i access the ssl site([url]https://...[/url]), the error log file show:
[error] [client 218.208.213.155] Invalid method in request \x80g\x01\x03
My configuration at httsd.conf is :
SSLDisable
SSLCacheServerPath /usr/local/apache/bin/gcache
SSLCacheServerPort /usr/local/apache/cache/server.cache.socket
SSLSessionCacheTimeout 3600
<VirtualHost 202.157.123.033.193>
...
...
...
</VirtualHost>
<VirtualHost 202.157.123.033:443>
ServerAdmin webmaster@site.com
DocumentRoot "/usr/local/apache/htdocs/www.site.com/"
ServerName [url]www.site.com[/url]
ServerAlias 202.157.123.033
ScriptAlias /cgi-bin/ "/usr/local/apache/htdocs/www.site.com/cgi-bin/"
Port 443
SSLEnable
SSLCertificateFile /usr/local/ssl/bin/server.crt
SSLCertificateKeyFile /usr/local/ssl/bin/server.key
ErrorLog "/usr/local/apache/logs/www_site_com-error_log"
CustomLog "/usr/local/apache/logs/www_site_com-access_log" combined
AddType text/vnd.wap.wml wml
AddType image/vnd.wap.wbmp wbmp
AddType application/vnd.wap.wmlc wmlc
AddType text/vnd.wap.wmlscript wmls
AddType application/vnd.wap.wmlscriptc wmlsc
</VirtualHost>
What could be the problem?