Re: [users@httpd] proxying SSL -> SSL

2023-10-04 Thread lejeczek
On 04/10/2023 10:40, lejeczek wrote: Hi guys. I've sroogled & have found people suggesting working examples, I thought I had some notes but now I'm thinking I read that it should not work.. so I'm not sure what to think of this seemingly setup:   ServerAdmin web...@lemko.xyz   Server

[users@httpd] what do to with non-existent domains - ?

2022-05-16 Thread lejeczek
Hi guys. I've engine-searched this and turns out be an old "issue" but I failed to find a solution which works. When your apache gets a request (DNS says it should) for a domain which your Apache is not configured to server then first alphabetically domain/vhost/vname will respond - which

[users@httpd] Reverse proxy to local container suddenly & randomly 503

2021-05-23 Thread lejeczek
Hi guys. I have a regular & pretty vanilla reverse proxy to a Linux container (also Apache) which is on the same host. Sometimes and randomly - if there is only pattern if behavior then I'd say proxy does 503 299 after "some" period of inactivity - would not proxy. Suffices I do, I'm on

[users@httpd] mod_authnz_pam

2019-01-06 Thread lejeczek
hi everyone I'd like to ask about mod_authnz_pam. I've trying to test a very simple config (I'm on Centos 7.6), like here:     AuthType Basic     AuthName "pam"     AuthBasicProvider PAM     AuthPAMService dovecot         #  Require method GET POST OPTIONS   Require valid-user    

Re: [users@httpd] unable to resolve local(virtual) domain

2018-12-16 Thread lejeczek
On 15/12/2018 18:58, Eric Covener wrote: It works if I put ignored domain - domain.local - in /etc/hosts but I do not want to do that, I want Apache to rely on DNS. Bit of a puzzle to me this is. Care to share your thoughts? I think part of your OS is outsmarting you and refusing to send

[users@httpd] unable to resolve local(virtual) domain

2018-12-15 Thread lejeczek
hi guys my apache is, for a reason I cannot explain, unable to resolve domain(virtual host) which is served by local(on the same box) DNS server. [core:error] [pid 7251:tid 140307250551040] (EAI 2)Name or service not known: AH00547: Could not resolve host name domain.local -- ignoring!

[users@httpd] rewrite rules - MS Edge VS Firefox

2018-11-27 Thread lejeczek
hi guys I have a few rewrite rules:   ProxyPass /SASStudio http://10.5.20.101/SASStudio   ProxyPassReverse  /SASStudio http://10.5.20.101/SASStudio   RedirectMatch permanent ^/SASStudio$ /SASStudio   ProxyPass /SASInformationCenter http://10.5.20.101/SASInformationCenter  

[users@httpd] nss and Certificate not found

2018-01-04 Thread lejeczek
hi everyone I'm experiencing a weird thing. What I'm trying to do I believe must be so common that many of you have done it and thus could advice. I converted my let's encrypt cert into a new cert8.db(but also tried cert9.db), and I have in config:   DocumentRoot /usr/share/wordpress.none  

[users@httpd] Re: [Bulk] Re: [users@httpd] rewrite simple php under a sub url

2016-03-09 Thread lejeczek
s all good and is under / Am 10.03.2016 um 00:17 schrieb lejeczek: On 09/03/16 22:12, Sven Seeberg wrote: Hi there, you can either just move the DocumentRoot to a directory which contains the folder phpapp with all the PHP files in it. Or create an .htaccess file / edit your VirtualHo

Re: [users@httpd] rewrite simple php under a sub url

2016-03-09 Thread lejeczek
://lmgtfy.com/?q=mod_rewrite+subdirectory+to+root) Cheers Am 09.03.2016 um 23:05 schrieb lejeczek: hi everybody ough... this might sound silly what I'm hoping to achieve, well.. I have a php app that I don't know the code of but the app seems to only work under top url, eg: www.theapp.net but it has

[users@httpd] rewrite simple php under a sub url

2016-03-09 Thread lejeczek
hi everybody ough... this might sound silly what I'm hoping to achieve, well.. I have a php app that I don't know the code of but the app seems to only work under top url, eg: www.theapp.net but it has to be served from www.theapp.net/phpapp I fiddling with rewrites but not being an expert I

Re: [users@httpd] svn export - how come it bypasses authentication??

2015-08-26 Thread lejeczek
yes, thank you. On 22/08/15 19:22, David Newman wrote: This is probably a question for the subversion list, but I would bet your credentials have been cached in ~/.subversion/auth -Dave On Fri, Aug 21, 2015 at 12:38 PM, lejeczek pelj...@yahoo.co.uk mailto:pelj...@yahoo.co.uk wrote

[users@httpd] mod_dav + mod_authnz_pam = pretty slow - can it not be?

2015-08-21 Thread lejeczek
dear all I wonder, when you use mod_dav + mod_authnz_pam (maybe always not only with pam module because that's the nature of webdav) you see each file operation request renders authentication request which together I understand cause it all to be very slow, particularly when you operate on

[users@httpd] svn export - how come it bypasses authentication??

2015-08-21 Thread lejeczek
hi everybody a usual config: ... Options Indexes MultiViews FollowSymLinks AllowOverride None AuthType Basic AuthName psyomics-webdav AuthBasicProvider PAM AuthPAMService psyomics-webdav Require valid-user ... yet svn export on that location gets there without being