Path: csiph.com!v102.xanadu-bbs.net!xanadu-bbs.net!feeder.erje.net!eu.feeder.erje.net!newsfeed.xs4all.nl!newsfeed2.news.xs4all.nl!xs4all!post.news.xs4all.nl!not-for-mail Return-Path: X-Original-To: python-list@python.org Delivered-To: python-list@mail.python.org X-Spam-Status: OK 0.004 X-Spam-Evidence: '*H*': 0.99; '*S*': 0.00; 'else:': 0.03; 'elif': 0.05; 'skip:\\ 20': 0.07; 'username,': 0.07; 'skip:/ 10': 0.09; 'skip:\\ 40': 0.09; 'cc:addr:python-list': 0.11; 'python': 0.11; 'template': 0.14; 'concatenated': 0.16; 'fallback': 0.16; "skip:' 60": 0.16; 'subject:when': 0.16; 'fix': 0.17; 'wrote:': 0.18; 'wed,': 0.18; "skip:' 30": 0.19; 'cc:addr:python.org': 0.22; 'error': 0.23; 'skip:% 10': 0.24; 'why.': 0.24; 'cc:2**0': 0.24; 'script': 0.25; 'skip:" 40': 0.26; 'header:In-Reply-To:1': 0.27; 'point': 0.28; 'skip:p 30': 0.29; 'message-id:@mail.gmail.com': 0.30; 'url:mailman': 0.30; 'code': 0.31; "skip:' 10": 0.31; 'that.': 0.31; 'skip:7 10': 0.31; 'skip:= 20': 0.31; 'subject:other': 0.31; 'subject:website': 0.31; 'file': 0.32; 'stuff': 0.32; 'url:python': 0.33; 'received:209.85': 0.35; 'received:209.85.220': 0.35; 'received:google.com': 0.35; 'url:listinfo': 0.36; 'url:org': 0.36; 'received:209': 0.37; 'skip:& 10': 0.38; 'pm,': 0.38; 'skip:& 20': 0.39; '12,': 0.39; 'skip:p 20': 0.39; 'url:mail': 0.40; 'wall': 0.65; '8bit%:100': 0.72; 'repeat': 0.74; '.....': 0.78; 'text/html;': 0.84; 'to:addr:support': 0.84; 'joel': 0.91; '2013': 0.98 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type; bh=YvbzuZq8k8yifKk+FX1+Oal+au1qSSa9imfC+9wzHsk=; b=jfzOZryB8O0ZO5WDYOSlfQjjdCVORKc2BIwYnqFV51VDWbbqlOnyX6cMiva8qH6UnV E93VjiFt54ZbeQOX6IEiyvVV8zt8iDa4QY7Q0fzqZOG97R/l0w8Ei+A09Tb6leoKqLoa WBYCzqV0EJ6a8wDkcjD4CtQ/lMQJtzV8Lq6/pbtnn72X31cVs3KX2NzK3byGggTw28in qVdbg2lWSXwQL+kIw5PfrMfbCZbg3xBNrM3tYEw8NuFtmB610T/DuKgy4MsMoWlSrRfZ V7jVc+59i5gwqnJUETM5iDn3RB5pBqaHMsVJuqGRjwa3qkBKLkc7hXcD20XK/vdluxyg VZzQ== MIME-Version: 1.0 X-Received: by 10.58.248.39 with SMTP id yj7mr10171371vec.53.1371069355366; Wed, 12 Jun 2013 13:35:55 -0700 (PDT) In-Reply-To: References: Date: Wed, 12 Jun 2013 16:35:55 -0400 Subject: Re: Wrong website loaded when other requested From: Joel Goldstick To: =?UTF-8?B?zp3Ouc66z4zOu86xzr/PgiDOms6/z43Pgc6xz4I=?= Content-Type: multipart/alternative; boundary=047d7bdc8524e3a7c404defaf55a Cc: "python-list@python.org" X-BeenThere: python-list@python.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: General discussion list for the Python programming language List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Newsgroups: comp.lang.python Message-ID: Lines: 192 NNTP-Posting-Host: 2001:888:2000:d::a6 X-Trace: 1371069364 news.xs4all.nl 15882 [2001:888:2000:d::a6]:57601 X-Complaints-To: abuse@xs4all.nl Xref: csiph.com comp.lang.python:47848 --047d7bdc8524e3a7c404defaf55a Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable On Wed, Jun 12, 2013 at 1:33 PM, =CE=9D=CE=B9=CE=BA=CF=8C=CE=BB=CE=B1=CE=BF= =CF=82 =CE=9A=CE=BF=CF=8D=CF=81=CE=B1=CF=82 wrote: > =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D > RewriteEngine Off > RewriteCond %{REQUEST_FILENAME} -f > RewriteRule ^/?(.+\.html) /cgi-bin/metrites.py?file=3D%{**REQUEST_FILENAM= E} > [L,PT,QSA] > =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D > > [code] > file =3D form.getvalue('file') > page =3D form.getvalue('page') > > if not page and os.path.exists( file ): > # it is an html template > page =3D file.replace( '/home/dauwin/public_html/', '' ) > elif page or form.getvalue('show'): > # it is a python script > page =3D page..replace( '/home/dauwin/public_html/cgi-**bin/', ''= ) > else: > #when everything else fails fallback > page =3D "index.html" > > .... > .... > > if page.endswith('.html'): > with open( '/home/dauwin/public_html/' + page, > encoding=3D'utf-8' ) as f: > htmlpage =3D f.read() > htmlpage =3D htmlpage % (quote, music) > template =3D htmlpage + counter > elif page.endswith('.py'): > pypage =3D subprocess.check_output( > '/home/dauwin/public_html/cgi-**bin/' + page ) > pypage =3D pypage.decode('utf-8').**replace( 'Content-typ= e: > text/html; charset=3Dutf-8', '' ) > template =3D pypage + counter > > print( template ) > [/code] > > Everything as you see point to 'dauwin' username, yet the error still say= s: > > [code] > [Tue Jun 11 21:59:31 2013] [error] [client 79.103.41.173] File > "/home/nikos/public_html/cgi-**bin/metrites.py", line 219, in , > referer: http://superhost.gr/ > [Tue Jun 11 21:59:31 2013] [error] [client 79.103.41.173] with open( > '/home/nikos/public_html/' + page, encoding=3D'utf-8' ) as f:, referer: > http://superhost.gr/ > [Tue Jun 11 21:59:31 2013] [error] [client 79.103.41.173] > FileNotFoundError: [Errno 2] \\u0394\\u03b5\\u03bd > \\u03c5\\u03c0\\u03ac\\u03c1\\**u03c7\\u03b5\\u03b9 > \\u03c4\\u03ad\\u03c4\\u03bf\\**u03b9\\u03bf > \\u03b1\\u03c1\\u03c7\\u03b5\\**u03af\\u03bf \\u03ae > \\u03ba\\u03b1\\u03c4\\u03ac\\**u03bb\\u03bf\\u03b3\\u03bf\\**u03c2: > '/home/nikos/public_html//**home/dauwin/public_html/index.**html', > referer: http://superhost.gr/ > [/code] > > > Notice that you have the file path you want concatenated to your /home/nikos/... stuff in the line above. Look in your code to find out why. Fix that. Lather, rinse, repeat > Why is pointing to /home/nikos isntead of /home/dauwin ? > > this is what a smash my head to the wall to understand. > -- > http://mail.python.org/**mailman/listinfo/python-list > --=20 Joel Goldstick http://joelgoldstick.com --047d7bdc8524e3a7c404defaf55a Content-Type: text/html; charset=UTF-8 Content-Transfer-Encoding: quoted-printable



On Wed, Jun 12, 2013 at 1:33 PM, =CE=9D=CE=B9=CE=BA=CF=8C=CE=BB=CE= =B1=CE=BF=CF=82 =CE=9A=CE=BF=CF=8D=CF=81=CE=B1=CF=82 <= support@superhost= .gr> wrote:
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D
RewriteEngine Off
RewriteCond %{REQUEST_FILENAME} -f
RewriteRule ^/?(.+\.html) /cgi-bin/metrites.py?file=3D%{REQUEST_FILE= NAME} [L,PT,QSA]
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D

[code]
file =3D form.getvalue('file')
page =3D form.getvalue('page')

if not page and os.path.exists( file ):
=C2=A0 =C2=A0 =C2=A0 =C2=A0 # it is an html template
=C2=A0 =C2=A0 =C2=A0 =C2=A0 page =3D file.replace( '/home/dauwin/public= _html/', '' )
elif page or form.getvalue('show'):
=C2=A0 =C2=A0 =C2=A0 =C2=A0 # it is a python script
=C2=A0 =C2=A0 =C2=A0 =C2=A0 page =3D page..replace( '/home/dauwin/publi= c_html/cgi-bin/', '' )
else:
=C2=A0 =C2=A0 =C2=A0 =C2=A0 #when everything else fails fallback
=C2=A0 =C2=A0 =C2=A0 =C2=A0 page =3D "index.html"

....
....

=C2=A0 =C2=A0 =C2=A0 =C2=A0 if page.endswith('.html'):
=C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 with open( '/ho= me/dauwin/public_html/' + page, encoding=3D'utf-8' ) as f:
=C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2= =A0 =C2=A0 htmlpage =3D f.read()
=C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 htmlpage =3D htmlpa= ge % (quote, music)
=C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 template =3D htmlpa= ge + counter
=C2=A0 =C2=A0 =C2=A0 =C2=A0 elif page.endswith('.py'):
=C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 pypage =3D subproce= ss.check_output( '/home/dauwin/public_html/cgi-bin/' + page = )
=C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 pypage =3D pypage.d= ecode('utf-8').replace( 'Content-type: text/html; charse= t=3Dutf-8', '' )
=C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 template =3D pypage= + counter

=C2=A0 =C2=A0 =C2=A0 =C2=A0 print( template )
[/code]

Everything as you see point to 'dauwin' username, yet the error sti= ll says:

[code]
[Tue Jun 11 21:59:31 2013] [error] [client 79.103.41.173] =C2=A0 File "= ;/home/nikos/public_html/cgi-bin/metrites.py", line 219, in <= ;module>, referer: ht= tp://superhost.gr/
[Tue Jun 11 21:59:31 2013] [error] [client 79.103.41.173] =C2=A0 =C2=A0 wit= h open( '/home/nikos/public_html/' + page, encoding=3D'utf-8= 9; ) as f:, referer: htt= p://superhost.gr/
[Tue Jun 11 21:59:31 2013] [error] [client 79.103.41.173] FileNotFoundError= : [Errno 2] \\u0394\\u03b5\\u03bd \\u03c5\\u03c0\\u03ac\\u03c1\\u03c= 7\\u03b5\\u03b9 \\u03c4\\u03ad\\u03c4\\u03bf\\u03b9\\u03bf \\u03b1\\= u03c1\\u03c7\\u03b5\\u03af\\u03bf \\u03ae \\u03ba\\u03b1\\u03c4\\u03= ac\\u03bb\\u03bf\\u03b3\\u03bf\\u03c2: '/home/nikos/publi= c_html//home/dauwin/public_html/index.html', referer: http://superhost.gr/ [/code]


Notice that you have the file path you want concatena= ted to your /home/nikos/... stuff in the line above.=C2=A0 Look in your cod= e to find out why. Fix that.=C2=A0 Lather, rinse, repeat
Why is pointing to /home/nikos isntead of /home/dauwin ?

this is what a smash my head to the wall to understand.
--
http://mail.python.org/mailman/listinfo/python-list



--
--047d7bdc8524e3a7c404defaf55a--