Re: Twitter incompatibility

2024-05-19 Thread Saint Michael
Fixed, many thanks. I had asked ChatGPT 4o and it could not help. On Sun, May 19, 2024 at 6:28 PM J Carter wrote: > > Hello, > > On Sun, 19 May 2024 16:47:02 -0400 > Saint Michael wrote: > > > I need some help with a Nginx,. Twitter problem > > please open a twi

Twitter incompatibility

2024-05-19 Thread Saint Michael
I need some help with a Nginx,. Twitter problem please open a twitter client x.com and post this link https://patrician.org/22a51cfb-7d5b-4a97-a687-a10cd1946766/ and then open a new client and post https://xlong.org/p/a3622727-4df1-46f3-aee8-ee0a43194906/ in the first case, it's an Apache server,

Re: headers do not work

2024-04-26 Thread Saint Michael
in_headers (on or off) makes no difference. ignore_invalid_headers on (on or off) makes no difference any ideas? On Fri, Apr 26, 2024 at 8:20 AM Roman Arutyunyan wrote: > > Hi, > > > On 25 Apr 2024, at 8:10 AM, Saint Michael wrote: > > > > I keep getting this error >

headers do not work

2024-04-24 Thread Saint Michael
I keep getting this error *356 client sent invalid header line: "Finagle-Ctx-com.twitter.finagle.Retries: 0" while reading client request headers, and twitter cannot read my twitter-card yet, I do have underscores_in_headers on; ignore_invalid_headers on; in the http{} block How do I force nginx

No SNI support on multisite installation

2024-03-11 Thread Saint Michael
I have an openresty server, latest, compiled with http_ssl. So I have 5 websites on the same IP, each one with a server block, a listen statement :443 SSL; and its own server_name but when I test any of the certificates (example https:// 3y3. us), the online analyzer

Re: Bug in handling POST then sending a file back

2024-01-08 Thread Saint Michael
for your help. The Openresty Slack app hasn't helped a bit. On Mon, Jan 8, 2024 at 3:50 PM Maxim Dounin wrote: > > Hello! > > On Sun, Jan 07, 2024 at 09:41:33PM -0500, Saint Michael wrote: > > > I am using openresty and nginx. > > I send a file to the server

Bug in handling POST then sending a file back

2024-01-07 Thread Saint Michael
I am using openresty and nginx. I send a file to the server, which is a POST operation. Then the server processes the file and needs to send back a different file. I try to send a file with ng.exec("/static/file_name") and I get error 405 Not Allowed. But if I do a 302 redirect, it works. I

Question

2024-01-04 Thread Saint Michael
How do I configure a /location { } so anybody can upload a file that goes to a directory on the server? I would use curl, for an API ___ nginx mailing list nginx@nginx.org https://mailman.nginx.org/mailman/listinfo/nginx

Forcing incognito mode on a reverse proxy

2023-12-16 Thread Saint Michael
I have a reverse proxy but for security reasons, I need to force the client to work the closest to an Incognito session as possible. I tried adding the following: proxy_set_header Cookie ""; add_header Set-Cookie "cookie_name=; Expires=Thu, 01 Jan 1970 00:00:01 GMT;"; } but it still does not

Re: Nginx Support required

2023-09-02 Thread Saint Michael
Does anybody have any idea what am I doing wrong? On Sat, Sep 2, 2023 at 4:42 PM Aleksandar Lazic wrote: > Hi Michael. > > On 2023-09-02 (Sa.) 19:01, Saint Michael wrote: > > Is there any paid support that would help me fix this problem: > > You searched for this site &g

Nginx Support required

2023-09-02 Thread Saint Michael
Is there any paid support that would help me fix this problem: This works: https://www.ntn24.com/noticias-actualidad/crecen-las-hipotesis-alrededor-de-la-muerte-del-exjefe-del-grupo-wagner-yevgueni-prigozhin-439911 but in the link below, the video from videomotion, fails to play:

Re: Nginx Support required

2023-09-02 Thread Saint Michael
Is there any paid support that would help me fix this problem: This works: https://www.ntn24.com/noticias-actualidad/crecen-las-hipotesis-alrededor-de-la-muerte-del-exjefe-del-grupo-wagner-yevgueni-prigozhin-439911 but in the link below, the video from videomotion, fails to play:

Re: [ANN] OpenResty 1.21.4.2 released

2023-07-20 Thread Saint Michael
It works fine with https:// Thanks to everybody. On Thu, Jul 20, 2023 at 11:38 AM A. Schulze via nginx wrote: > > > Am 20.07.23 um 15:18 schrieb Saint Michael: > > I get a timeout error when doing this > > git clone git:// > github.com/yaoweibin/ngx_http_substit

Missing module ngx_http_substitutions_filter_module

2023-07-20 Thread Saint Michael
I am trying to install this module and I get a timeout git clone git://github.com/yaoweibin/ngx_http_substitutions_filter_module.git does anybody know how to install this module? It's a vital part of my nginx installation. ___ nginx mailing list

Re: [ANN] OpenResty 1.21.4.2 released

2023-07-20 Thread Saint Michael
I get a timeout error when doing this git clone git:// github.com/yaoweibin/ngx_http_substitutions_filter_module.git but I need this module for my openresty installation Does any body know how to fix this? On Wed, Jul 19, 2023 at 11:58 PM Jiahao Wang via nginx wrote: > Hi folks, > > I am happy

Re: Reverse proxy to forward proxy to internet access

2023-05-27 Thread Saint Michael
I would like to find a way to do what I do now at https://1eye.us but better. Many websites fail to work. For example https://bing.com/new On Sun, May 28, 2023 at 12:00 AM David Siembab wrote: > What does the project do for you and what would you like it do for you. > Share ideas > > On Sat,

Re: Reverse proxy to forward proxy to internet access

2023-05-27 Thread Saint Michael
Daly wrote: > On Sat, May 27, 2023 at 12:39:05AM -0400, Saint Michael wrote: > > Hi there, > > > 100% Nginx > > That looks like an ad for a donation button; but it doesn't immediately > seem to say "here is how nginx is configured to access a remote web site > th

Re: Reverse proxy to forward proxy to internet access

2023-05-26 Thread Saint Michael
Check https://1eye.us 100% Nginx On Sat, May 27, 2023 at 12:21 AM Miten Mehta wrote: > I consider from your reply that niginx reverse proxy cannot provide > internet access through a forward proxy like squid, websense or alike. > > I understand you mentioned that nginx cannot be used as

Re: Your opinion about a corporate proxy server to reach the magazine's website from everywhere

2023-03-12 Thread Saint Michael
Performance is poor at best. Please check an identical arrangement at https://1eye.us And if the magazine uses Cloudflare, your proxy will be blocked. I haven't been able to defeat Cloudflare. On Sun, Mar 12, 2023 at 5:05 PM Payam Chychi wrote: > Can’t comment on what’s best for your company.

Reverse proxy

2023-02-26 Thread Saint Michael
In a location, ai need to use proxy_redirext to send the inbound cljent to the second leg, another htpps. But hiw do I tell nginx to follow an http_proxy? I can test from a terninal session and the proxy workds fine. ___ nginx mailing list

Re: Connecting a reverse proxy to an http proxy service

2023-02-25 Thread Saint Michael
lities that these software > solutions provide. > > It appears as if you are looking to this nginx list ad your own personal > self help repository. > > Regards, > Payam > > > > On Sat, Feb 25, 2023 at 12:49 PM Saint Michael wrote: > >> what would it be the right tool? &g

Re: Connecting a reverse proxy to an http proxy service

2023-02-25 Thread Saint Michael
From: Francis Daly > Date: 2/25/23 15:31 (GMT-05:00) > To: nginx@nginx.org > Subject: Re: Connecting a reverse proxy to an http proxy service > > On Sat, Feb 25, 2023 at 02:10:46PM -0500, Saint Michael wrote: > > Hi there, > > > that there exist private HTTP proxy

Connecting a reverse proxy to an http proxy service

2023-02-25 Thread Saint Michael
I have a problem reaching a news service that is protected by the evil CF. I found out that there exist private HTTP proxy services, like webshare.io the question is how I use them from nginx, and how do I add a pool of HTTP proxies to the configuration?

Re: nginx serving corrupt images

2023-02-23 Thread Saint Michael
Now my website downloads the text instead of delivering website/ https://1eye.us/ what did mess up? On Thu, Feb 23, 2023 at 11:26 PM Saint Michael wrote: > So what do you think causes my issue with the images? > I in fact removed any likes in location /{} and it seems stable. > w

Re: nginx serving corrupt images

2023-02-23 Thread Saint Michael
So what do you think causes my issue with the images? I in fact removed any likes in location /{} and it seems stable. which negs the question, if I have 10 HTML files, which on will be served by default? nginx version: openresty/1.21.4.1 built by gcc 11.3.0 (Ubuntu 11.3.0-1ubuntu1~22.04) built

Re: nginx serving corrupt images

2023-02-23 Thread Saint Michael
there is no error log, all I get is 023/02/23 23:33:56 [notice] 168280#0: start worker process 168400 but my settings are error_log /var/log/nginx/error.log info; On Thu, Feb 23, 2023 at 6:32 PM Saint Michael wrote: > if I do this, > root /static/duc/; > > location / {

Re: nginx serving corrupt images

2023-02-23 Thread Saint Michael
wrote: > I don't see the rest of your nginx.conf. Also, the link you posted is to > a logon page with no image URLs. > > On Wed, Feb 22, 2023 at 10:57 AM Saint Michael wrote: > >> I have a location >> >> root /static/duc/Digital_Universal_Curren

Re: nginx serving corrupt images

2023-02-23 Thread Saint Michael
Suppose that my default html file forn a location is xyz.html, but there are hundreds. What is the canonical way to specify that and only that file for a / {}. On Thu, Feb 23, 2023, 8:03 AM Maxim Dounin wrote: > Hello! > > On Thu, Feb 23, 2023 at 01:32:06PM +0200, Reinis Rozitis wrote: > > > >

Re: nginx serving corrupt images

2023-02-22 Thread Saint Michael
Question: if I don't have any like inside de location / {} how does nginx delivers an html file out of many possibly found in the root for the location? On Wed, Feb 22, 2023 at 9:48 PM Maxim Dounin wrote: > Hello! > > On Wed, Feb 22, 2023 at 09:31:43PM -0500, Saint Michael wrote:

Re: nginx serving corrupt images

2023-02-22 Thread Saint Michael
7:35:54PM -0500, Saint Michael wrote: > > > a) The error does not have a single line. > > b) restarting does not fix it > > c) my nginx is no acting as proxy > > So it's certainly unrelated to the article about proxying and > error propagation you've previously link

Re: nginx serving corrupt images

2023-02-22 Thread Saint Michael
ver_name x3x.us; ssl_certificate /etc/letsencrypt/live/x3x.us/fullchain.pem; ssl_certificate_key /etc/letsencrypt/live/x3x.us/privkey.pem; root /static/duc/; location / { try_files $uri $uri/ /index.html; } } #server } #http On Wed, Feb 22, 2023 at 7:17 PM Maxim Dounin wrote: > H

Re: nginx serving corrupt images

2023-02-22 Thread Saint Michael
1PM -0500, Saint Michael wrote: > > I wonder if Nginx will ever fix this issue. It's a clear bug in the > > product. I wasted two days of sleep on this issue. > > From your previous email you've reported you've found a solution, so > that seems like not a bug and probably a misconf

Re: nginx serving corrupt images

2023-02-22 Thread Saint Michael
I wonder if Nginx will ever fix this issue. It's a clear bug in the product. I wasted two days of sleep on this issue. On Wed, Feb 22, 2023 at 2:03 PM Saint Michael wrote: > I found the solution here > > https://laracasts.com/discuss/channels/general-discussion/homestead-nginx-serv

Re: nginx serving corrupt images

2023-02-22 Thread Saint Michael
I found the solution here https://laracasts.com/discuss/channels/general-discussion/homestead-nginx-serving-wrong-images-and-only-cut-in-the-middle On Wed, Feb 22, 2023 at 10:57 AM Saint Michael wrote: > I have a location > > root /static/duc/Digital_Universal_Currency; >

nginx serving corrupt images

2023-02-22 Thread Saint Michael
> > I have a location root /static/duc/Digital_Universal_Currency; # ... other directives ... location / { try_files /index.html =404; } you my see it directly https://securedigitalcheck.com The images don't work. No browser can see them. if I download them directly with wget, they

foreach does not work

2023-02-20 Thread Saint Michael
The question is, how do I use the foreach construct in the nginx configuration file? > I am using openresty > nginx -version > nginx version: openresty/1.21.4.1 > This fails: > > > >> foreach $domain in $server_name { >>> >> ssl_certificate /etc/letsencrypt/live/$domain/fullchain.pem;

foreach does not work

2023-02-20 Thread Saint Michael
I am using openresty nginx -version nginx version: openresty/1.21.4.1 > foreach $domain in $server_name { >> > ssl_certificate /etc/letsencrypt/live/$domain/fullchain.pem; > ssl_certificate_key /etc/letsencrypt/live/$domain/privkey.pem; > } >

Re: Private location does not work

2023-02-20 Thread Saint Michael
d authorization. > > Good luck > -Payam > > On Mon, Feb 20, 2023 at 4:35 AM Francis Daly wrote: > >> On Sun, Feb 19, 2023 at 09:33:46AM -0500, Saint Michael wrote: >> >> Hi there, >> >> > it does not work: >> > 404 Not Found >> >> I

Re: Private location does not work

2023-02-19 Thread Saint Michael
t some critical details as to what you are > tying to accomplish. > > Nginx is powerful, you can write rules to do almost anything, but first > you need to figure out what you want to do. > > > > On Sun, Feb 19, 2023 at 8:24 PM Saint Michael wrote: > >> It uses the origi

Re: Private location does not work

2023-02-19 Thread Saint Michael
to do. > > Run developer tools and see what your ip address is reported as. > > On Sun, Feb 19, 2023 at 7:54 PM Saint Michael wrote: > >> I also tried >> >> deny 192.168.1.1; >> allow 192.168.1.0/24; >> allow 10.1.1.0/16; >> allow 2001:0

Re: Private location does not work

2023-02-19 Thread Saint Michael
> external. > > Also, read > https://nginx.org/en/docs/http/ngx_http_access_module.html > > > > > On Sun, Feb 19, 2023 at 6:34 AM Saint Michael wrote: > >> Dear Francis >> it does not work: >> 404 Not Found >> >> this is my cod

Re: Private location does not work

2023-02-19 Thread Saint Michael
browser does not support iframes so how do I block the public from looking at my HTML and executing directly /asr? Is this a bug? many thanks for your help. Philip On Sun, Feb 19, 2023 at 8:20 AM Francis Daly wrote: > On Sun, Feb 19, 2023 at 01:52:12AM -0500, Saint Michael wrote: >

Private location does not work

2023-02-18 Thread Saint Michael
> > I have two locations /x /yy the public one is /y, nobody is supposed to access /x from the Internet. Inside /, I call /x, but if I do this: location /asr { default_type 'text/html; charset=UTF-8'; allow 127.0.0.1; deny all; it fails with forbidden. But I am

Re: Help beating cloudflare

2023-02-03 Thread Saint Michael
Cloudflare is reading this. Please contact me in private. On Fri, Feb 3, 2023, 4:00 PM Manuel wrote: > How cool is that. > > Now I am curious: what was the solution? :-) > > Am 03.02.2023 um 19:46 schrieb Saint Michael : > >  > Yes > 2 years ago nginx was very popul

Re: Help beating cloudflare

2023-02-03 Thread Saint Michael
, Feb 3, 2023 at 9:14 AM Saint Michael wrote: > >> I won already. >> Thanks to chatgpt. >> I asked the question and it gave the answer. >> >> On Fri, Feb 3, 2023, 11:22 AM Payam Chychi wrote: >> >>> Lol, that is the point…. Proxies do stuff to th

Re: Help beating cloudflare

2023-02-03 Thread Saint Michael
stands… you are not going to win this one. > > > On Fri, Feb 3, 2023 at 3:57 AM Saint Michael wrote: > >> I am sure that it can be done. I am just passing everything to them. >> >> On Fri, Feb 3, 2023, 4:39 AM Manuel wrote: >> >>> Hi, >>> >>>

Re: Help beating cloudflare

2023-02-03 Thread Saint Michael
ind regards, > Manuel > > > > > Am 03.02.2023 um 08:54 schrieb Lukas Tribus : > >  > > On Friday, 3 February 2023, Saint Michael wrote: > >> I have a reverse proxy but the newspaper that I am proxying is >> protected by cloudflare, and the block me imme

Help beating cloudflare

2023-02-02 Thread Saint Michael
I have a reverse proxy but the newspaper that I am proxying is protected by cloudflare, and the block me immediately, even if I use a different IP. So somehow they know how to identify my reverse-proxy. How is my request different than a regular browser? What is giving me up? can somebody give an

Re: Question about proxy

2023-01-30 Thread Saint Michael
y wrote: > > On Sun, Jan 29, 2023 at 03:17:15PM -0500, Saint Michael wrote: > > Hi there, > > > What causes each case, i.e., what do I need to do so always the > > https://domain.com is NOT the original domain being proxied, but my > > own domain (https://disney.ibm

Question about proxy

2023-01-29 Thread Saint Michael
In my website, I proxied https://perplexity.ai trough a domain of mine but when I get redirected, I see on top, on the domain line, not my own line. In other cases, I see my own domain line. What causes each case, i.e., what do I need to do so always the https://domain.com is NOT the original

Reverse proxy forcing language in cookies

2022-07-19 Thread Saint Michael
I was asked to proxy google.com through https://ГУГЛЭ.pl but I need to make Google believe that clients are behind a computer with the Russian language, not English. Now I have this: proxy_cookie_domain https://google.com https://xn--c1aay4a4c.pl; (xn--c1aay4a4c is latin representation of ГУГЛЭ)

Re: reverse proxy

2022-07-11 Thread Saint Michael
t every time someone connects via Bash. This is something your > backend application should really be handling. > > On 7/11/22 15:13, Saint Michael wrote: > > I have a reverse proxy and need to execute a bash script each time > > somebody connects to it. > > What is t

reverse proxy

2022-07-11 Thread Saint Michael
I have a reverse proxy and need to execute a bash script each time somebody connects to it. What is the right way to do it? I need to update a database. A parameter must be the public IP of the client. ___ nginx mailing list -- nginx@nginx.org To

Reverse proxy question

2022-06-22 Thread Saint Michael
I am proxying a website where there is a link like this: https://arvamus.postimees.ee/7550782/lauri-vahtre-tead-kull-kes-utles-n-tahega-sona-ja-siis-juhtus-ei-voi-oelda-mis#_ga=2.218428057.1478980589.1655961279-1635368780.1655961270 my new site is https://postimees.oneye.us I have these

Error downloading regex-tester

2022-06-22 Thread Saint Michael
git clone https://github.com/nginxinc/NGINX-Demos/tree/master/nginx-regex-tester Cloning into 'nginx-regex-tester'... fatal: repository 'https://github.com/nginxinc/NGINX-Demos/tree/master/nginx-regex-tester/' not found Any idea how can I install this software?

Proxy problem is killing me

2022-06-18 Thread Saint Michael
I am writing code to proxy a news website and it works but the top line shows the original site, not my own site. the code is attached: The idea is that the person who needs to go to https://novosti.dn.ua goes instead to https://novosti.oneye.us What am I doing wrong? many thanks Philip server {

Question

2018-09-14 Thread Saint Michael
> > I am a new developer and need to publish several database tables with > relationship one to many, etc,. What web framework is fastest to learn ? I > am looking at Mojolicios or Catalyst, but don´t know if they are necessary > or not. For a new project, what parts would you choose? I have read