[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Invalid method in request



-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

Hi,
debian sid with apache 2.0.49, browser is konqueror; i get always
Invalid method in request \x80y\x01\x03
trying https://192.168.1.x

this is the excerpt from logs:
[Mon Apr 19 10:22:50 2004] [info] Init: Seeding PRNG with 0 bytes of entropy
[Mon Apr 19 10:22:50 2004] [info] Init: Generating temporary RSA private keys (512/1024 bits)
[Mon Apr 19 10:22:50 2004] [info] Init: Generating temporary DH parameters (512/1024 bits)
[Mon Apr 19 10:22:50 2004] [info] Init: Initializing (virtual) servers for SSL
[Mon Apr 19 10:22:50 2004] [info] Server: Apache/2.0.49, Interface: mod_ssl/2.0.49, Library: OpenSSL/0.9.7d
[Mon Apr 19 10:22:50 2004] [notice] Apache/2.0.49 (Debian GNU/Linux) mod_ssl/2.0.49 OpenSSL/0.9.7d configured -- resuming normal operations
[Mon Apr 19 10:22:50 2004] [info] Server built: Apr  4 2004 14:45:32
[Mon Apr 19 10:22:50 2004] [debug] /build/buildd/apache2-2.0.49/build-tree/apache2/server/mpm/experimental/perchild/perchild.c(1326): AcceptMutex: fcntl (default: sysvsem)
[Mon Apr 19 10:23:12 2004] [debug] /build/buildd/apache2-2.0.49/build-tree/apache2/server/mpm/experimental/perchild/perchild.c(1697): Determining if request should be passed. Child Num: 0, SD: 15, sd from table: 15, hostname from server: weblogin.dev.datalogica.com
[Mon Apr 19 10:23:12 2004] [error] [client 192.168.1.12] Invalid method in request \x80y\x01\x03

in my ssl.conf i've:

SSLRandomSeed startup builtin
SSLRandomSeed connect builtin
<IfDefine SSL>
Listen 443
AddType application/x-x509-ca-cert .crt
AddType application/x-pkcs7-crl    .crl
SSLPassPhraseDialog  builtin
SSLSessionCache         dbm:/var/run/apache2/ssl_scache
SSLSessionCacheTimeout  300
SSLMutex  file:/var/run/apache2/ssl_mutex

<VirtualHost _default_:443>
DocumentRoot "/var/www/apache2/"
ServerName weblogin.dev.datalogica.com
ErrorLog /var/log/apache2/ssl_error_log
TransferLog /var/log/apache2/ssl_access_log
SSLEngine on
SSLCipherSuite ALL:!ADH:!EXPORT56:RC4+RSA:+HIGH:+MEDIUM:+LOW:+SSLv2:+EXP:+eNULL
SSLCertificateFile /etc/apache2/ssl.crt/server.crt
SSLCertificateKeyFile /etc/apache2/ssl.key/server.key
<Files ~ "\.(cgi|shtml|phtml|php3?)$">
    SSLOptions +StdEnvVars
</Files>
<Directory "/usr/lib/cgi-bin">
    SSLOptions +StdEnvVars
</Directory>
SetEnvIf User-Agent ".*MSIE.*" \
         nokeepalive ssl-unclean-shutdown \
         downgrade-1.0 force-response-1.0
CustomLog /var/log/apache2/ssl_request_log \
          "%t %h %{SSL_PROTOCOL}x %{SSL_CIPHER}x \"%r\" %b"

</VirtualHost>
</IfDefine>

it's a a bare configuration (taken from /usr/share/doc/apache2/example), stil it doesn't work
i note that no scache neither mutex file are created under /var/run/apache2
this is very alarming!
/var/log/apache2 is empty after restarting apache2

ssl cert & key are created self-signed with this cmdline:
openssl req -x509 -nodes -newkey rsa:1024 -keyout ssl.key/server.key -out ssl.crt/server.crt -config ssl/weblogin.dev.datalogica.com.conf

i dunno if issue is related to:
apache2 on sid
my conf
the keys
access rights to /var/run/apache2

please note that i removed apache 1.3 from this server (apt-get move apache-common) as i need apache2 only


thnx in advance for help

- --
Maurizio Marini
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.0.7 (GNU/Linux)

iD8DBQFAg7WC4Q/49nIJTlwRAn4KAJ9KhDRCYMrmo+AwoYMmjJvU1L8VJQCdH9PE
hS/HL3gEma9/2sdjCjF0rJA=
=sFXX
-----END PGP SIGNATURE-----



Reply to: