Re: [users@httpd] https requests working, but http mostly not

2019-11-24 Thread Paul Gardiner
On 24/11/2019 15:59, Eric Covener wrote: I just wondered if anyone could suggest a possible cause, or a way to discover more information on the problem. Any help would be much appreciated. Any different results with EnableSendfile OFF and/or EnableMMAP off? Very interesting: although

Re: [users@httpd] https requests working, but http mostly not

2019-11-24 Thread Eric Covener
> I just wondered if anyone could suggest a possible cause, or a way to > discover more information on the problem. Any help would be much > appreciated. Any different results with EnableSendfile OFF and/or EnableMMAP off? - To

[users@httpd] https requests working, but http mostly not

2019-11-24 Thread Paul Gardiner
I'm using Apache 2.4.33 on opensuse Leap 15.1. I'm a long time user of apache, but I cannot claim to be particularly knowledgeable. I mostly use the opensuse defaults with my configuration changes kept in a git repo. Something like a year ago, I set up mod_rewrite to automatically redirect

Re: [users@httpd] HTTPS and .htaccess

2018-09-08 Thread Frank Gingras
You don't need to use .htaccess files, nor mod_rewrite. Run apachectl -S and edit the appropriate vhost. Set the DocumentRoot and DirectoryIndex properly, and also look into FallbackResource. On Wed, Sep 5, 2018 at 2:09 AM Mahmood Naderan wrote: > Hi > > > I have configured a Centos server with

[users@httpd] HTTPS and .htaccess

2018-09-05 Thread Mahmood Naderan
Hi I have configured a Centos server with httpd for ssl support. Prior to that when I entered http://w.x.y.z I was able to see in the install page. After configuring ssl, I removed all files from /var/www/html and was able to see the test page when entering https://somewhere.com Now

Re: RE: [users@httpd] https not working

2018-06-24 Thread Richard
> Date: Sunday, June 24, 2018 14:22:10 + > From: Richard > >> Date: Saturday, June 23, 2018 17:09:41 + >> From: Mahmood Naderan >> >>> Try "openssl s_client -debug -connect host:port" to see if your >>> machine can contact the server at all. >> Should I run that on my laptop (the

Re: RE: [users@httpd] https not working

2018-06-24 Thread Richard
> Date: Saturday, June 23, 2018 17:09:41 + > From: Mahmood Naderan > >> Try "openssl s_client -debug -connect host:port" to see if your >> machine can contact the server at all. > Should I run that on my laptop (the remote machine) or the server? > > >> You should try to telnet to port

Re: RE: [users@httpd] https not working

2018-06-23 Thread Mahmood Naderan
>Try "openssl s_client -debug -connect host:port" to see if your machine can >contact the server at all. Should I run that on my laptop (the remote machine) or the server? >You should try to telnet to port 443 from a) the localhost The output seems to be fine mahmood@ce:~$ telnet localhost 443

RE: [users@httpd] https not working

2018-06-22 Thread Richard
Date: Friday, June 22, 2018 19:45:26 +0430 > From: Mahmood Naderan > > No Idea? > I have stuck at that…. > > > Regards, > Mahmood > > > From: Mahmood Naderan > Sent: Thursday, June 21, 2018 12:59 PM > To: Alex K; users@httpd.apache.org > Subject: RE

RE: [users@httpd] https not working

2018-06-22 Thread Mahmood Naderan
No Idea? I have stuck at that…. Regards, Mahmood From: Mahmood Naderan Sent: Thursday, June 21, 2018 12:59 PM To: Alex K; users@httpd.apache.org Subject: RE: [users@httpd] https not working Have you enabled ssl and rewrite modules? I would verify also that there is no firewall blocking 443

Re: [users@httpd] https not working

2018-06-21 Thread Stefan Eissing
LISTEN > 5563/apache2 > root@ce:~# > > > Unfortunately, the log files show nothing since the request never reaches the > server. > Any idea? > > Regards, > Mahmood > > > From: Alex K > Sent: Thursday, June 21, 2018 9:44 AM > To

RE: [users@httpd] https not working

2018-06-21 Thread Mahmood Naderan
; Mahmood Naderan Subject: Re: [users@httpd] https not working Hi, Have you enabled ssl and rewrite modules? I would verify also that there is no firewall blocking 443. Alex On Wed, Jun 20, 2018, 18:24 Mahmood Naderan wrote: Hi, My web site works on http without any problem. The location

Re: [users@httpd] https not working

2018-06-20 Thread Alex K
Hi, Have you enabled ssl and rewrite modules? I would verify also that there is no firewall blocking 443. Alex On Wed, Jun 20, 2018, 18:24 Mahmood Naderan wrote: > Hi, > My web site works on http without any problem. The location is > /var/www/html/shob/ and I want to define an HTTPS

[users@httpd] https not working

2018-06-20 Thread Mahmood Naderan
Hi,My web site works on http without any problem. The location is /var/www/html/shob/ and I want to define an HTTPS virtualhost. So, I COPIED the content relative to my website from /etc/apach2/sites-available/000-default.conf  to /etc/apache2/sites-available/default-ssl.conf and the content

Re: [users@httpd] HTTPS implementation to apache2 server, localhost

2017-05-05 Thread Daniel
There is no relevant error there, only a warning because you are using a self-signed server certificate. Can you describe *fully* which error you are having that is causing you problems? If you refer to an error of your browser complaining about your certificate, then this is normal when using

RE: [users@httpd] HTTPS implementation to apache2 server, localhost

2017-05-04 Thread saikiran....@wipro.com
Sent: Thursday, May 4, 2017 6:10 PM To: users@httpd.apache.org Subject: Re: [users@httpd] HTTPS implementation to apache2 server, localhost ** This mail has been sent from an external source ** below is the details of error log file [Thu May 04 07:35:01.892795 2017] [ssl:warn] [pid 15336

Re: [users@httpd] HTTPS implementation to apache2 server, localhost

2017-05-04 Thread Keerthi Narayan
below is the details of error log file [Thu May 04 07:35:01.892795 2017] [ssl:warn] [pid 15336:tid 140037655033728] AH01906: 172.19.18.238:443:0 server certificate is a CA certificate (BasicConstraints: CA == TRUE !?) [Thu May 04 07:35:01.892876 2017] [mpm_event:notice] [pid 15336:tid

Re: [users@httpd] HTTPS implementation to apache2 server, localhost

2017-05-04 Thread Daniel
At first sight there is no syntax error. Can you try to describe what error you get and paste related error.log entries? 2017-05-04 9:30 GMT+02:00 Keerthi Narayan : > Hi All, > > I am trying to implement HTTPS to my local server(apache2) and below is > configuration file.

[users@httpd] HTTPS implementation to apache2 server, localhost

2017-05-04 Thread Keerthi Narayan
Hi All, I am trying to implement HTTPS to my local server(apache2) and below is configuration file. -UBUNTU SERVER ServerAdmin user@localhost ServerName x.x.x.x ServerAlias www.x.x.x.x DocumentRoot /var/www/html

Re: [users@httpd] https://www.berkshirefurniture.com Issue on .htaccess rule.

2017-01-31 Thread Rajib Karmakar
Good morning Team, Is it possible using htaccess rewriting match the specific slug and forced not to redirect it's default rules i.e it matched the full slug and redirect to specific rule only. Sincerely - Rajib Karmakar Creative Web Logo

Re: [users@httpd] https://www.berkshirefurniture.com Issue on .htaccess rule.

2017-01-23 Thread Yann Ylavic
Hi, On Mon, Jan 23, 2017 at 11:20 AM, Rajib Karmakar wrote: > > Yes i active access logs, now which date i see the log. > > Problem Statement : Few Products redirects to Cart page. > > Cart Page URL : https://www.berkshirefurniture.com/cart/ > Cart Page htaccess

Re: [users@httpd] https://www.berkshirefurniture.com Issue on .htaccess rule.

2017-01-23 Thread Rajib Karmakar
Hi Katz, Yes i active access logs, now which date i see the log. Problem Statement : Few Products redirects to Cart page. Cart Page URL : https://www.berkshirefurniture.com/cart/ Cart Page htaccess redirects rule : RewriteRule ^cart(.*)$ cart.php Products: 1. Click on :

Re: [users@httpd] https://www.berkshirefurniture.com Issue on .htaccess rule.

2017-01-21 Thread Yehuda Katz
It looks more likely to be a problem with your PHP script. When I searched your website for the product in your URL, I found a different URL: https://www.berkshirefurniture.com/carter-upholstered-bed/p/U0h8Y2FydGVyIHVwaG9sc3RlcmVkIGJlZA== Check your access logs and/or turn on rewrite logging to

[users@httpd] https://www.berkshirefurniture.com Issue on .htaccess rule.

2017-01-21 Thread Rajib Karmakar
Good morning Team, Below 2 rule i used for 2 different pages but 2nd URL when i click then it nothing display any products, it show cart page. I need help regard this issue. RewriteRule ^cart(.*)$ cart.php https://www.berkshirefurniture.com/cart/

Re: [users@httpd] HTTPS forward proxy caching not working

2016-08-28 Thread rwebb
As far as I know, unless you are acting as a man-in-the middle type caching where you are decrypting and re-encrypting the https on the proxy, you cannot cache httsp. The https is an encrypted stream so there is no way to cache the object as apache cannot see them. Robert On Sun, 28 Aug 2016

[users@httpd] HTTPS forward proxy caching not working

2016-08-28 Thread aRaviNd
I am trying to configure forward proxy with caching but caching is only working for http not for https. Below is the configuration ProxyRequests On ProxyVia On ProxyPreserveHost On CacheEnable disk http:// CacheEnable disk https:// CacheDefaultExpire 3600 CacheRoot

Re: [users@httpd] HTTPS Redirect Not Working

2015-10-13 Thread Rubén Toribio Aldeguer
Are some JkMount whith *share* regular expersion? may be it take acction before Proxy. 2015-10-09 16:16 GMT+02:00 Chris Arnold : > Apache 2.4.x on SLES12. We have a web app in tomcat that is directly > accessible by port 8080 and 8443. We use a combination of

[users@httpd] HTTPS Redirect Not Working

2015-10-09 Thread Chris Arnold
Apache 2.4.x on SLES12. We have a web app in tomcat that is directly accessible by port 8080 and 8443. We use a combination of proxypass and mod_jk to connect to it from apache (never could get this to work without using both). We also use a https redirect to make it easier for the users. So if

Re: [users@httpd] HTTPS Proxy with Apache

2014-07-14 Thread fabio . schmidt
: Saturday, 12 July, 2014 6:27:11 PM Subject: Re: [users@httpd] HTTPS Proxy with Apache On Thu, Jul 10, 2014 at 6:35 PM, fabio.schm...@4linux.com.br wrote: Hi ! I'm trying to use Apache 2.2 to proxy connections to a server that only listens with HTTPS (Citrix Secure Gateway, to be more precise

Re: [users@httpd] HTTPS Proxy with Apache

2014-07-12 Thread Jeff Trawick
On Thu, Jul 10, 2014 at 6:35 PM, fabio.schm...@4linux.com.br wrote: Hi ! I'm trying to use Apache 2.2 to proxy connections to a server that only listens with HTTPS (Citrix Secure Gateway, to be more precise) and keep the connection encrypted. I've already enabled the proxy, proxy_http and

[users@httpd] HTTPS Proxy with Apache

2014-07-10 Thread fabio . schmidt
Hi ! I'm trying to use Apache 2.2 to proxy connections to a server that only listens with HTTPS (Citrix Secure Gateway, to be more precise) and keep the connection encrypted. I've already enabled the proxy, proxy_http and proxy_connect modules but when I access through my Apache server I got

[users@httpd] HTTPS configuration problem.

2014-04-17 Thread Mark London
Hi - I inherited a web server from another site. I requested a wildcard certificate for that server. What I failed to realize, was that a wildcard certificate only covers *.XXX.COM. It won't cover plain XXX.COM. And unfortunately, people mainly connect to the site, using XXX.COM Thus,

Re: [users@httpd] HTTPS configuration problem.

2014-04-17 Thread Yehuda Katz
On Thu, Apr 17, 2014 at 3:12 PM, Mark London m...@psfc.mit.edu wrote: So I've been trying to find a configuration that redirects HTTPS://XXX.COMto HTTPS://WWW.XXX.COM. Unfortunately, every configuration that I've tried, doesn't work. All of the rewrite and redirect rules, are applied after

Re: [users@httpd] HTTPS configuration problem.

2014-04-17 Thread Mark Brodis
Do the users actually connect to https://xxx.com; ? Or do they go just to xxx.com in their browser and then a load-balancer/SSL-accellerator somewhere along the way bumps them to https? If something was bumping them to https then it would be easiest to just change that 'bumping' to go from

Re: [users@httpd] HTTPS configuration problem.

2014-04-17 Thread Mark London
On 4/17/2014 3:46 PM, Yehuda Katz wrote: On Thu, Apr 17, 2014 at 3:12 PM, Mark London m...@psfc.mit.edu mailto:m...@psfc.mit.eduwrote: So I've been trying to find a configuration that redirects HTTPS://XXX.COMto HTTPS://WWW.XXX.COM. Unfortunately, every configuration that I've tried,

Re: [users@httpd] https

2014-04-05 Thread Andy Canfield
Thank you very much, Pete. Your answer was most helpful. I was dumb because the 'man req 1' page describes the '-subj' parameter in line 81 and in line 154 but the text you sent me is in lines 482++. Similarly the openssl.cnf file never mentions -subj at all. I will read that web page you listed

Re: [users@httpd] https

2014-04-04 Thread Andy Canfield
Well, a while turned out to be one day. Stuck again. I found a web page that had some info on it, It shows a command (openssl req) to create a privately signed SSL key. Unfortunately, it doesn't explain that command, but 'man req 1' has more information such as what '-x509' does for me (this has

Re: [users@httpd] https

2014-04-04 Thread Pete Houston
From the openssl documentation at http://www.openssl.org/docs/apps/req.html is this list of example field values: [ req_distinguished_name ] C = GB ST = Test State or Province L = Test Locality O =

[users@httpd] https

2014-04-03 Thread Andy Canfield
I have been using apache for maybe ten years now, and maintain two servers in addition to the apache on my notebook computer for testing. All using Ubuntu Linux *.04 LTS. It now appears that I ought to convert from http to https. But the documentation is insane. A piece here, a piece there, have

Re: [users@httpd] https

2014-04-03 Thread Oren
Hi Andy. Process basically include getting/creating a certificate, define it on your site and reload apache. here is a centos manual which is not exactly the same on ubuntu but pretty much explains the order of things http://wiki.centos.org/HowTos/Https on ubuntu you will have to open the 443

Re: [users@httpd] https

2014-04-03 Thread Andy Canfield
Files: -rw-r--r-- 1 root 859 Apr 3 11:45 /etc/apache2/ssl/crt/vhost1.crt -rw-r--r-- 1 root 916 Apr 3 11:45 /etc/apache2/ssl/key/vhost1.key So AFAIK I've got a certificate I've generated myself. Nobody vouches for me but it shoud enable encryption and make my TCP/IP packets hard to read.

Re: [users@httpd] https

2014-04-03 Thread Yehuda Katz
Debian/Ubuntu have a slightly different default layout and include some tools to help you work with it. The tools just create the symlinks for you, but the major benefit is that all of them support tab-completion, so you know what is available. a2enmod / a2dismod: enable or disable apache modules

Re: [users@httpd] https

2014-04-03 Thread Andy Canfield
There are several lines in places that read IfModule mod_ssl.c There is no file on my hard disk named mod_ssl.c. There is, however, a file named /usr/lib/apache2/modules/mod_ssl.so Is there some magic connection between mod_ssl.c and mod_ssl.so? Like was the ssl module written in C? On

Re: [users@httpd] https

2014-04-03 Thread Yehuda Katz
On Fri, Apr 4, 2014 at 12:55 AM, Andy Canfield andycanfi...@yandex.comwrote: There are several lines in places that read IfModule mod_ssl.c There is no file on my hard disk named mod_ssl.c. There is, however, a file named /usr/lib/apache2/modules/mod_ssl.so Is there some magic

[users@httpd] https before auth

2013-07-10 Thread Pol Hallen
Hi all :-) working on my last post I configured a https rewrite and auth basic: default [...] IfModule mod_rewrite.c IfModule mod_ssl.c Location /test RewriteEngine on RewriteCond %{HTTPS} !^on$ [NC] RewriteRule . https://example.org/test [L] /Location /IfModule /IfModule [...] default-ssl

Re: [users@httpd] https before auth

2013-07-10 Thread Pol Hallen
I'm not sure but add: SSLOptions +StrictRequire SSLRequireSSL seems resolve the problem Is it correct? thanks! Hi all :-) working on my last post I configured a https rewrite and auth basic: default [...] IfModule mod_rewrite.c IfModule mod_ssl.c Location /test RewriteEngine on

Re: [users@httpd] https port and virtualhost

2012-03-05 Thread Daniel Ruggeri
On 3/5/2012 1:03 AM, Alain Roger wrote: Hi, on my local windows 7 computer, i have installed and setup a web server for development purpose. everything works well under port 80 (listening, servername, etc..), i also setup virtualhost in extra conf file as following: VirtualHost *:80

[users@httpd] https port and virtualhost

2012-03-04 Thread Alain Roger
Hi, on my local windows 7 computer, i have installed and setup a web server for development purpose. everything works well under port 80 (listening, servername, etc..), i also setup virtualhost in extra conf file as following: VirtualHost *:80 DocumentRoot d:/webserver/www/joomla25 ServerName

[users@httpd] HTTPS local site - HTTP remote destination referer pass-through

2011-12-15 Thread Christoph Pilka
Howdy, according to RFC 2616 chapter 15.1.3 Clients SHOULD NOT include a Referer header field in a (non-secure) HTTP request if the referring page was transferred with a secure protocol which makes sense in certain circumstances because of sensitive data the HTTPS request would hand over. But

Re: [users@httpd] HTTPS local site - HTTP remote destination referer pass-through

2011-12-15 Thread Tom Evans
On Thu, Dec 15, 2011 at 10:59 AM, Christoph Pilka christoph.pi...@googlemail.com wrote: Howdy, according to RFC 2616 chapter 15.1.3 Clients SHOULD NOT include a Referer header field in a (non-secure) HTTP request if the referring page was transferred with a secure protocol which makes sense

Re: [users@httpd] HTTPS local site - HTTP remote destination referer pass-through

2011-12-15 Thread Christoph Pilka
Hi Tom et al. hm, OK. I've noticed that some sites do exactely what we need in our case: disobeying this SHOULD NOT in RFC 2616. E.g. I'm logged in at Facebook and click a link to one of the sites I have log access to. I'm using HTTPS at the Facebook site. The referer header appears within my

Re: [users@httpd] https redirection

2011-08-04 Thread Ashwin Kesavan
Jeroen Geilman wrote: On 2011-07-30 08:28, vishesh kumar wrote: Hi Members suppose i have a site https://abc.com and i want if anyone write https://abc.com/xyz.com , it should redirected to https://xyz.com which is one same server. Redirect Permanent /xyz.com/ https://xyz.com/ Server wide

Re: [users@httpd] https redirection

2011-08-04 Thread Jeroen Geilman
On 2011-08-04 11:35, Ashwin Kesavan wrote: Jeroen Geilman wrote: On 2011-07-30 08:28, vishesh kumar wrote: Hi Members suppose i have a site https://abc.com and i want if anyone write https://abc.com/xyz.com , it should redirected to https://xyz.com which is one same server. Redirect

[users@httpd] https redirection

2011-07-30 Thread vishesh kumar
Hi Members suppose i have a site https://abc.com and i want if anyone write https://abc.com/xyz.com , it should redirected to https://xyz.com which is one same server. Server wide certificate installed on server . Can anyone please help in redirection -- http://linuxmantra.com

Re: [users@httpd] https redirection

2011-07-30 Thread fedora
I usually do redirections this way: in the web http://abc.com I insert into the body tag body onload=redix() somewhere in the javascripts for this page I have function redix() { if (window.location.search != )) window.location.replace(http://+window.location.search) } // redix suomi

Re: [users@httpd] https redirection

2011-07-30 Thread Jeroen Geilman
On 2011-07-30 08:28, vishesh kumar wrote: Hi Members suppose i have a site https://abc.com and i want if anyone write https://abc.com/xyz.com , it should redirected to https://xyz.com which is one same server. Redirect Permanent /xyz.com/ https://xyz.com/ Server wide certificate installed

Re: [users@httpd] https redirection

2011-07-30 Thread Jeroen Geilman
On 2011-07-30 11:08, fedora wrote: I usually do redirections this way: in the web http://abc.com I insert into the body tag body onload=redix() somewhere in the javascripts for this page I have function redix() { if (window.location.search != ))

Re: [users@httpd] HTTPS Forms

2011-07-27 Thread Hugo Gomes
I've researched about this issue, but no success. I need to do this using https, because all my users are authenticated by digital certificates. And this happens when in https, in http there are no errors, so i suppose it's not related with the size of the file, is related with

Re: [users@httpd] HTTPS Forms

2011-07-27 Thread Hugo Gomes
OK sorry I've found the solution, there is a SSL buffer, that limits the amount of data you cand POST. SSLRenegBufferSize This directive can be change in runtime, so you can put this in .htaccess file changing the value of the buffer. You should be careful because this can be dangerous when you

[users@httpd] HTTPS Forms

2011-06-24 Thread Hugo Gomes
Hi all, I have a site that is used with https, and i have a form that uploads some information about the users, and sometimes the users need to upload some files, but i almost of the times gives me an error: The requested resource /path_to_script/index.php does not allow

Re: [users@httpd] HTTPS Forms

2011-06-24 Thread Igor Galić
- Original Message - Hi all, I have a site that is used with https, and i have a form that uploads some information about the users, and sometimes the users need to upload some files, but i almost of the times gives me an error: The requested resource

Re: [users@httpd] HTTPS Forms

2011-06-24 Thread Hugo Gomes
On Fri, 2011-06-24 at 14:32 +, Igor Galić wrote: - Original Message - Hi all, I have a site that is used with https, and i have a form that uploads some information about the users, and sometimes the users need to upload some files, but i almost of the times

Re: [users@httpd] HTTPS Forms

2011-06-24 Thread Torsten Förtsch
On Friday, June 24, 2011 15:54:31 Hugo Gomes wrote: I have a site that is used with https, and i have a form that uploads some information about the users, and sometimes the users need to upload some files, but i almost of the times gives me an error: The requested

[users@httpd] Https to Http

2011-02-17 Thread Tushar Chavan
Hi Experts, We have below configuration. ProxyPreserveHost On ProxyPass /irjhttp://portal_host:5/irj ProxyPassReverse /irj http://portal_host:5/irj Now when execute https://Apache_Host/irjit got blank page with

RE: [users@httpd] https

2005-07-12 Thread kalin mintchev
Do you have a firewall blocking SSL port? not yet... it's a box i'm setting up now... i tried again - same result... the only difference between the old 1.3.x apache build on the machine and the new 2.0.5x is these two lines below in the ssl conf section. when i start the new one i get a

[users@httpd] https

2005-07-11 Thread kalin mintchev
hello... just installed httpd-2.0.54 with mod_ssl... OpenSSL 0.9.7e tried the instructions for the certificate creation on the apache site and also on the url below but when i put the resulting key and crt in the ssl.conf and restart apache with -DSSL it starts up fine but if i go to https

RE: [users@httpd] https

2005-07-11 Thread Vance Karimi
Do you have a firewall blocking SSL port? -Original Message- From: kalin mintchev [mailto:[EMAIL PROTECTED] Sent: Monday, 11 July 2005 6:18 PM To: users@httpd.apache.org Subject: [EMAIL PROTECTED] https hello... just installed httpd-2.0.54 with mod_ssl... OpenSSL 0.9.7e

RE: [users@httpd] https

2005-07-11 Thread kalin mintchev
Do you have a firewall blocking SSL port? not yet... it's a box i'm setting up now... -Original Message- From: kalin mintchev [mailto:[EMAIL PROTECTED] Sent: Monday, 11 July 2005 6:18 PM To: users@httpd.apache.org Subject: [EMAIL PROTECTED] https hello... just installed

Re: [users@httpd] https redirect

2005-06-24 Thread Joost de Heer
We now see the need to move the non-secure site to it's own server. So I need apache to redirect all the non-secure traffic from the old server to the new server, and all the secure traffic from the new server to the old server. I have accomplished the non-secure traffic of the old server to

[users@httpd] https redirect

2005-06-23 Thread Shawn Marchewka
I have a site. We'll say it's http://www.domain.com . On the same server, I have https://www.domain.com . Each site has different content. The none secure site is more of a marketing side of the server, while the secure site, is a site for customer login, etc. We now see the need to move the

Re: [users@httpd] https redirect

2005-06-23 Thread Jignesh Badani
Shawn, this does not make sense. In the new server design you want: ServerOld (https) IP Address 1 https://www.domain.com ServerNew (http)IP Address 2 http://www.domain.com So inorder for this to work, you will need to implement

[users@httpd] https redirect between domains failing

2005-06-12 Thread Rich
Hello all, Firstly, I have to admit that I'm not sure where the fault lies here, but I'm pretty sure it's a server issue, so here goes. I have a shop running on Apache 2 / PHP (actually oscommerce). I am using an external payment gateway to handle credit card transactions. So the user is

Re: [users@httpd] https redirect between domains failing

2005-06-12 Thread Rich
Sorry - I should have said... This is running on OpenBSD and is Apache 2, version 2.0.54 PHP version is 4.3.10 - The official User-To-User support forum of the Apache HTTP Server Project. See