> Am 04.03.2022 um 04:37 schrieb blason <nginx-fo...@forum.nginx.org>:
> 
> Here is Apache config
> 
> <VirtualHost fs.example.com:80>
>    ServerAdmin webmas...@example.com
>    DocumentRoot /var/www/fs/
>        ServerName fs.example.com
>        ServerAlias     fs.example.com
>        ErrorLog /var/log/apache2/fs/error.log
>        CustomLog /var/log/apache2/fs/access.log combined
> LogFormat "%{X-Forwarded-For}i %l %u %t \"%r\" %>s %b \"%{Referer}i\"
> \"%{User-Agent}i\"" proxy
> #SetEnvIf X-Forwarded-For "^.*\..*\..*\..*" forwarded
> #CustomLog "logs/access_log" combined env=!forwarded
> #CustomLog "logs/access_log" proxy env=forwarded
> 
>    <Directory "/var/www/fs/">
>        Options Indexes FollowSymLinks Includes ExecCGI
>    </Directory>
> </VirtualHost>
> 
> Posted at Nginx Forum: 
> https://forum.nginx.org/read.php?2,293780,293788#msg-293788
> 
> _______________________________________________
> nginx mailing list -- nginx@nginx.org
> To unsubscribe send an email to nginx-le...@nginx.org



Have you done a tcpdump on port 80 to see what is actually coming through?

I assume curl on port 80 works?

The error messages comes from apache or NGINX?



_______________________________________________
nginx mailing list -- nginx@nginx.org
To unsubscribe send an email to nginx-le...@nginx.org

Reply via email to