Navigazione

    Privacy - Termini e condizioni
    © 2020 Search On Media Group S.r.l.
    • Registrati
    • Accedi
    • CATEGORIES
    • Discussioni
    • Non letti
    • Recenti
    • Hashtags
    • Popolare
    • Utenti
    • Stream
    • Interest
    • Categories
    1. Home
    2. settholo
    3. Post
    S

    settholo

    @settholo

    • Profilo
    • Chi segue 0
    • Da chi è seguito 0
    • Discussioni 1
    • Post 3
    • Migliore 0
    • Gruppi 0
    Iscrizione Ultimo Accesso
    Località Torino Età 42
    0
    Reputazione
    3
    Post
    0
    Visite al profilo
    0
    Da chi è seguito
    0
    Chi segue
    User Newbie

    Post creati da settholo

    • RE: rewrite e proxyreverse

      Penso di aver capito quale sia il problema. Posto uno stralcio del log

      
      (2) init rewrite engine with requested uri /dynng/ajaxterm/8001
      (3) applying pattern '^/dynng/ajaxterm/([^/.]+)$' to uri '/dynng/ajaxterm/8001'
      (2) rewrite '/dynng/ajaxterm/8001' -> 'htt p://localhost:8001'
      (2) forcing proxy-throughput with h ttp://localhost:8001
      (1) go-ahead with proxy request proxy:ht tp://localhost:8001 [OK]
      (2) init rewrite engine with requested uri /dynng/ajaxterm/ajaxterm.css
      (3) applying pattern '^/dynng/ajaxterm/([^/.]+)$' to uri '/dynng/ajaxterm/ajaxterm.css'
      (1) pass through /dynng/ajaxterm/ajaxterm.css
      
      

      Apache fa un pass through delle altre risorse mentre io vorrei che /dynng/ajaxterm/ajaxterm.css fosse mappato su h ttp://localhost:8001/ajaxterm.css
      Grazie per l'interessamento

      Daniele

      postato in News Ufficiali da Connect.gt
      S
      settholo
    • RE: rewrite e proxyreverse

      "http" è scritto "h ttp" perchè il forum non me lo faceva pubblicare pensando ad un link esterno...

      postato in News Ufficiali da Connect.gt
      S
      settholo
    • rewrite e proxyreverse

      Ciao a tutti, ho un problema che non riesco a risolvere e che magari per qualcuno sarà banale. Semplicemente ho bisogno di un proxy su localhost ad una porta che ricavo da un url, es:

      
      RewriteEngine on
      RewriteLogLevel 3
      RewriteLog /var/www/dynng/rewrite.log
      RewriteRule  ^/dynng/ajaxterm/([^/.]+)$ h ttp://localhost:$1  [P]
      
      

      chiamando l'url h ttp://host/dynng/ajaxterm/8022 riesco così a fare un proxy verso h ttp://localhost:8022 (verificato tramite i log rewrite) ma si comporta come se mancasse un proxyreverse ed ottengo pagina bianca.
      Qualcuno saprebbe indicarmi un modo per ottenere ciò che mi serve?
      Grazie

      postato in News Ufficiali da Connect.gt
      S
      settholo