Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
[apache] https Invalid method in request [résolu]
View unanswered posts
View posts from last 24 hours

 
Reply to topic    Gentoo Forums Forum Index French
View previous topic :: View next topic  
Author Message
Baf le vosgien
n00b
n00b


Joined: 18 Aug 2005
Posts: 9

PostPosted: Thu Oct 19, 2006 1:08 pm    Post subject: [apache] https Invalid method in request [résolu] Reply with quote

Voila je bloc,

Je veut faire marcher mon apache2 en https et quand je v sur un poste du réseau, il ne trouve pas le serveur sur firefox ou bine des fois selon mes fichiers de conf firefix me sort un code d'erreur -12263:

Sinon dans les logs d'apache, j'ai dans error_log :
Code:
[client 192.168.0.22] Invalid method in request \x80m\x01\x03


Sinon mes fichiers de config
/etc/conf.d/apache2
Code:
APACHE2_OPTS="-D DEFAULT_VHOST -D PHP5 -D SSl"


41_default_ssl_vhost.conf
Code:
<IfDefine SSL>

  <IfDefine SSL_DEFAULT_VHOST>

<IfModule mod_ssl.c>

<VirtualHost _default_:443>

#   General setup for the virtual host
DocumentRoot "/var/www/localhost/htdocs"
ServerName localhost:443
ServerAdmin root@localhost
ErrorLog logs/ssl_error_log
<IfModule mod_log_config.c>
   TransferLog logs/ssl_access_log
</IfModule>

SSLEngine on

SSLCipherSuite ALL:!ADH:!EXPORT56:RC4+RSA:+HIGH:+MEDIUM:+LOW:+SSLv2:+EXP:+eNULL

SSLCertificateFile conf/ssl/server.crt

SSLCertificateKeyFile conf/ssl/server.key

<Files ~ "\.(cgi|shtml|phtml|php?)$">
    SSLOptions +StdEnvVars
</Files>

<Directory "/var/www/localhost/cgi-bin">
    SSLOptions +StdEnvVars
</Directory>

<IfModule mod_setenvif.c>
    SetEnvIf User-Agent ".*MSIE.*" nokeepalive ssl-unclean-shutdown \
    downgrade-1.0 force-response-1.0
</IfModule>

<IfModule mod_log_config.c>
CustomLog logs/ssl_request_log \
          "%t %h %{SSL_PROTOCOL}x %{SSL_CIPHER}x \"%r\" %b"
</IfModule>

<IfModule mod_rewrite.c>
RewriteEngine On
RewriteOptions inherit
</IfModule>

</VirtualHost>                                 

</IfModule>

  </IfDefine>
</IfDefine>


Voila je c plus quoi faire, si quelqu'un peut m'aider merci....


Last edited by Baf le vosgien on Fri Oct 20, 2006 8:30 am; edited 1 time in total
Back to top
View user's profile Send private message
Baf le vosgien
n00b
n00b


Joined: 18 Aug 2005
Posts: 9

PostPosted: Thu Oct 19, 2006 1:13 pm    Post subject: Reply with quote

Normalement mon fichier /etc/conf.d/apache2 ressemble à
Code:
APACHE2_OPTS="-D DEFAULT_VHOST -D PHP5 -D SSl -D SSL_DEFAULT_VHOST"
Back to top
View user's profile Send private message
Ey
l33t
l33t


Joined: 07 Apr 2005
Posts: 863
Location: Paris

PostPosted: Thu Oct 19, 2006 2:10 pm    Post subject: Reply with quote

Mets un L à SSL, si ce n'est pas encore le cas, parce que ça doit être case sensitive tout ça...
Back to top
View user's profile Send private message
Baf le vosgien
n00b
n00b


Joined: 18 Aug 2005
Posts: 9

PostPosted: Thu Oct 19, 2006 2:17 pm    Post subject: Reply with quote

Merci beaucoup, quel co.. je suis :oops:
Hop 2 jours de perdus.... :(
Back to top
View user's profile Send private message
Magic Banana
Veteran
Veteran


Joined: 13 Dec 2005
Posts: 1912
Location: Belo Horizonte, Minas Gerais, Brasil

PostPosted: Thu Oct 19, 2006 3:23 pm    Post subject: Reply with quote

Un petit " (résolu)" à la fin de ton titre s'il te plaît. :wink:
Back to top
View user's profile Send private message
Display posts from previous:   
Reply to topic    Gentoo Forums Forum Index French All times are GMT
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum