Tu dois activer le support des modules http_proxy dans ta configuration d'apache2 Dans le repertoire /etc/apache2/mods-enabled tu doit effecuter des liens symboliques vers le modules que tu souhaite activer

exemple :
ls /etc/apache2/mods-enabled
lrwxrwxrwx 1 root root 43 2007-01-02 13:53 proxy_http.load -> /etc/apache2/mods-available/proxy_http.load lrwxrwxrwx 1 root root 38 2007-01-02 12:40 proxy.load -> /etc/apache2/mods-available/proxy.load

En esper ant que cela puisse t'aider
Franck Joncourt wrote:
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
s
krusaf wrote:
J'essai de suivre le tuto : http://nawer.freecontrib.org/index.php?2006/05

Pour pouvoir acceder a un ssh depuis un navigateur.

Téléchargement + lancement de l'appli OK
Ca tourne bien enlocalhost:8022

J'active les modules d'apache qui vont bien OK
Je modifie les fichiers d'apache2 pour pouvoir me connecter a
https://monsite.org:443

J'y vais avec firefox et là il me parle du certificat OK
Puis paf erreur 403 :(

Access forbidden!

You don't have permission to access the requested directory. There is either
no index document or the directory is read-protected.

If you think this is a server error, please contact the webmaster.
Error 403

Je ne vois pas d'ou ça peut venir !


Mon fichier /etc/apache2/sites-available/ssl :

NameVirtualHost *:443
<VirtualHost *:443>
  ServerName localhost
  SSLEngine On
  SSLCertificateKeyFile /etc/ssl/certs/apache.pem
  SSLCertificateFile /etc/ssl/certs/apache.pem
  ProxyRequests Off
  <Proxy *>
    Order deny,allow
    Allow from all
  </Proxy>
  ProxyPass /ajaxterm/ http://localhost:8022/
  ProxyPassReverse /ajaxterm/ http://localhost:8022/
</VirtualHost>


Cette fois si c'est bon, normalement ! D'apres ce que j'ai trouve il
faut mettre un "/" a la fin de ton url comme mentionne au dessus.

http://smhteam.info/wiki/index.linux.php5?wiki=AjaxTerm

Dans les commentaires quelqu'un avait un probleme de ce genre la.

Est ce bien la source du probleme ?


- --
Franck Joncourt
http://www.debian.org
http://smhteam.info/wiki/
GPG server : pgpkeys.mit.edu
Fingerprint : C10E D1D0 EF70 0A2A CACF  9A3C C490 534E 75C0 89FE
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.6 (GNU/Linux)
Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org

iD8DBQFF4HNMxJBTTnXAif4RAofmAJ9H4Yt/93+fYUw+Mpgogyuv8Ovw2ACfUKTu
eZJP7phlat7Pl3flSTRwYEo=
=So6Z
-----END PGP SIGNATURE-----

                
___________________________________________________________ Try the all-new Yahoo! Mail. "The New Version is radically easier to use" � The Wall Street Journal http://uk.docs.yahoo.com/nowyoucan.html




--
Lisez la FAQ de la liste avant de poser une question :
http://wiki.debian.net/?DebianFrench Vous pouvez aussi ajouter le mot ``spam'' dans vos champs "From" et
"Reply-To:"

To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Répondre à