Re: [users@httpd] Two web-servers with different IP in LAN

2020-04-17 Thread Walter H.
On 17.04.2020 19:25, mail mail wrote: Hello. There are two web servers in LAN: 192.168.1.10 - site1.mydom.com - site2.mydom.com - site3.mydom.com 192.168.1.20 - portal.mydom.com in iptables, all requests for ports 80 and 443 are redirected to 192.168.1.10. The certificates received from letsencr

Re: [users@httpd] Expose my server to internet

2019-07-12 Thread Walter H.
On 12.07.2019 22:01, rexkogit...@gmx.at wrote: If so, there is no way to access your host from outside (from the Internet zone). There is also no way to access your host from within another host of your ISP's network, because the intrazone traffic is usally blocked. not at all; get an HE-IPv6-T

Re: [users@httpd] configuring mod_proxy_ftp for client ip logging

2018-07-25 Thread Walter H.
On 24.07.2018 19:28, Harbo, Peter wrote: The mod_proxy_ftp module is working fine for me using release 2.4.25 to send urls matching a pattern to a proftpd server running on the same system. I have noticed that the source IP address in the ftpd log is the same as the httpd running the mod_proxy

[users@httpd] Re: Warning from users@httpd.apache.org

2018-05-29 Thread Walter H.
On 29.05.2018 22:01, users-h...@httpd.apache.org wrote: Hi! This is the ezmlm program. I'm managing the users@httpd.apache.org mailing list. Messages to you from the users mailing list seem to have been bouncing. I've attached a copy of the first bounce message I received. If this message boun

Re: [users@httpd] .htaccess mobil client

2018-01-13 Thread Walter H.
On 12.01.2018 22:23, Gokan Atmaca wrote: Hello I am redirecting Apache mobile clients to the mobile site. But the files like cs,js,font,img are not working. Can you help with this ? config: RewriteCond %{HTTP_USER_AGENT} ^.*(android|iPhone).*$ [NC] RewriteRule ^ /msite/$1 [R=301,L] what is

[users@httpd] Strrange behavior of VirtualHosts in Apache (Apache 2.2.15 - CentOS6)

2017-11-13 Thread Walter H.
Hello, there is a short explanation about virtual hosts in Apache ... https://wiki.centos.org/TipsAndTricks/ApacheVhostDefault the `hostname` gives a different donmain name than what should be hosted ... e.g. `hostname` is host.example.org and the domain to be hosted is example.com, so I did th

Re: [users@httpd] RewriteEngine conditions?

2014-08-07 Thread Walter H.
On 07.08.2014 15:48, Igor Cicimov wrote: On 07/08/2014 2:47 PM, "Mark jensen" > wrote: > > I want to redirect all the inside network IPs to an error page except some IPs, A condition like this: > > if ( IP_from_Network = 192.168.1.0 and ((IP != 192.168.1.4) or (I

Re: [users] login form

2014-06-09 Thread Walter H.
On 09.06.2014 20:44, Tim Daley wrote: I am struggling with getting a login form working. I am attempting to do it pretty much all in html/httpd2.4. It looks like this method ought to work. service httpd24-httpd configtest shows no errors. Here are my login pages: ... smime.p7s Desc

Re: [users] Only allow access from specific domains?

2014-06-04 Thread Walter H.
On 04.06.2014 14:33, Brad Harris wrote: the match strings are wrong, should be!^http://$ Thanks Walter, I tried your suggestion but get the same result. I inherited this site from another company and I've already let my users know that it's an insecure way of doing it and demonstrated

Re: [users] Only allow access from specific domains?

2014-06-04 Thread Walter H.
On 03.06.2014 21:05, Brad Harris wrote: I've been trying to configure a website to send a 403 forbidden error unless the user comes from a specific website/domain, which is a logon page hosted on another server. Design error, because, the Referer is fakeable and makes the logon page not necces

Re: [users@httpd] SSI not using locale settings for dates

2014-05-04 Thread Walter H.
On 04.05.2014 12:29, Roel Wagenaar wrote: L.S. In spite of the fact that all my webservers are set to my locale, dates inserted via ssi are always in "C", as it appears, is this intentional or have I missed a config option? Apache2 2.22 on Debian 7 try to set the time format e.g. || if this

Re: [users@httpd] Why is debian-hosted 2.2.x giving 403 on CGI's?

2014-04-22 Thread Walter H.
On Tue, April 22, 2014 15:46, Jonathan Hayward wrote: > I have a fresh Debian installation (if that's not an oxymoron), with > Apache > 2.2.x which I am migrating to after using Ubuntu Saucy and Apache 2.4.x, > and I'm pulling my hair out about why > http://dev.JonathansCorner.com/index.cgi

Re: [users@httpd] dynamic virtual hosts

2014-03-12 Thread Walter H.
Hi, On 12.03.2014 16:15, Rose, John B wrote: We have been experimenting with "mod vhost alias" and "mod rewrite" methods of dynamic virtual hosting They both work fine for … abc.persons.domain.com xyz.persons.domain.com Etc. We would also like to be able to do dynamic virtual hosting for a

Re: [users@httpd] Multiple choices

2014-01-22 Thread Walter H.
Hello, not here, normal access to this PDF as expected ...; the only fact: I can't read it - of course its in an unknown language ... Walter On 22.01.2014 19:09, Marcos R. Cardoso wrote: My web server is having such a strange behavior (actually, I think it's the web server). I work at the

Re: [users@httpd] SSL certificate error

2014-01-14 Thread Walter H.
Hello, do you have another "SSL check" site, because this is somewhat buggy; two hosts resolve to the same IP Address, and with one it says, that port 443 is not open(!) On Wed, January 15, 2014 06:40, Yehuda Katz wrote: > If your site is publicly available, you can check that the server is > se

Re: [users@httpd] Configure 2 virtuals hosts: 1 for a specific subdomain and 1 for as a catch-all

2013-12-04 Thread Walter H.
Hi, these two files have names with numbers, give the catch all file a file name that is alphabetical the later one; then this works; Walter On Wed, December 4, 2013 09:07, Niels Rymenams wrote: > Hi, > > I'm sorry for the n00b question, but this is the first time that I need to > configure Apac

Re: [users@httpd] Is this an Apache config problem?

2013-05-25 Thread Walter H.
On 25.05.2013 02:48, John Iliffe wrote: Every day I get a number of lines like the following in the Apache access log. Note that the response code is 200, successful. The requested URL is NOT on my web site. can you image that you connect within your site to this host? Does this imply that I

Re: [users@httpd] rewritecond problem

2013-02-24 Thread Walter H.
Hello, consider, that / must be escaped ... Walter smime.p7s Description: S/MIME Cryptographic Signature

Re: [users@httpd] htaccess file and computer names

2013-02-19 Thread Walter H.
Hello, DNS names won't work here; because the connection is made by an IP host, for this a reverse DNS request would be neccessary; the apache log files also also don't contain DNS names, just IP addresses; I wouldn't do this, because this decreases performance; Walter On 19.02.2013 19:49, Ma

Re: [users@httpd] Graceful Restart fails because of SSL Keys with Passphrase?

2013-02-12 Thread Walter H.
Hello, you need either SSLPassPhraseDialog or remove the passphrase; On Tue, February 12, 2013 21:56, Shahriar Aghajani wrote: > Any ideas? Leads? > > I've seen people recommending removing the passphrase or using > SSLPassPhraseDialog. But I'd prefer to use pass-phrases and graceful > restart

Re: [users@httpd] Issue with redirection from HTTP to HTTPS

2013-02-06 Thread Walter H.
On Wed, February 6, 2013 07:14, Nikolas Kallis wrote: > I already thought of 'Redirect / https://nikolaskallis.com/' but don't > want to use it because if someone enters from > 'http://nikolaskallis.com', then they should be taken to its HTTPS > equivalent, which is 'https://nikolaskallis.com' - n

Re: [users@httpd] Issue with redirection from HTTP to HTTPS

2013-02-05 Thread Walter H.
On Wed, February 6, 2013 01:17, Nikolas Kallis wrote: > Hello, > > I have an issue with redirection from HTTP to HTTPS. > > The problem is that when someone visits a directory on my website in > HTTP, such as 'http://nikolaskallis.com/contact/', they are redirected > to 'https://nikolaskallis.comco