Autore Topic: Proxy Error Apache  (Letto 5302 volte)

Offline TONYCS

  • Full Member
  • ***
  • Post: 64
    • Mostra profilo
    • E-mail
Proxy Error Apache
« il: 01 Febbraio 2008, 09:44:37 »
Ciao a tutti utilizzo Apache per funzioni di proxy, all'interno tutto ok, ma a volte dall'esterno mi compare:

Proxy Error
The proxy server received an invalid response from an upstream server.
The proxy server could not handle the request GET /miapagina/.

Reason: Error reading from remote server

Utilizzo virtual host.
grazie

Offline kernel

  • Moderator
  • Hero Member
  • *****
  • Post: 636
    • Mostra profilo
    • Centos Italia
Re: Proxy Error Apache
« Risposta #1 il: 01 Febbraio 2008, 17:08:30 »
cioe vuoi dire che usi apache come proxy reverse con virtualhost ?

nel tuo httpd.conf hai qualcosa cosi ?:

Codice: [Seleziona]
<VirtualHost *:80>
    ServerAdmin xxxxxx@xxxx.com
    ServerName xxxx.com
    ServerAlias xxxxx.com www.xxxxx.com
    ProxyPass          /       http://192.168.1.11/xxxxx/
    ProxyPassReverse    /       http://192.168.1.11/xxxxx/
    ErrorLog logs/xxxxx.com-error_log
    CustomLog logs/xxxxx.com-access_log combined
</VirtualHost>
Hai fatto i backup oggi ? CentOS la classe linux superiore www.centos-italia.org - Se il tuo problema e' stato risolto, per favore comunicacelo e condiviti la conoscenza.