[users@httpd] Apache 2.4.25 AIX rpms

2017-08-01 Thread Deepak Kumar
Hi, I am installing Apache 2.4.25 on Aix 6.1. Can i ignore devel packages for higher environments? There are a bunch of devel rpms recommended in Bullfreeware. -- -- Thanks & Regards, Kumar

Re: [users@httpd] Apache 2.4 on AIX 6.1

2017-08-01 Thread Deepak Kumar
Hi Eric, How about www.bullfreeware.com. Is it a reliable source to get the RPMs from for AIX. ? Thanks, Kumar. On Tue, Aug 1, 2017 at 10:44 AM, Eric Covener wrote: > On Tue, Aug 1, 2017 at 11:30 AM, Deepak Kumar wrote: > > Hi, > > I am trying to install Apache 2.4.25 with openssl on AIX 6.1 >

Re: [users@httpd] Apache 2.4 on AIX 6.1

2017-08-01 Thread Eric Covener
On Tue, Aug 1, 2017 at 11:30 AM, Deepak Kumar wrote: > Hi, > I am trying to install Apache 2.4.25 with openssl on AIX 6.1 > Can you please let me know where can I find the official IBM RPM packages > for > 1. Apache httpd 2.4.25 > 2. latest openssl > 3. latest openssldevel Official IBM packages f

[users@httpd] Apache 2.4 on AIX 6.1

2017-08-01 Thread Deepak Kumar
Hi, I am trying to install Apache 2.4.25 with openssl on AIX 6.1 Can you please let me know where can I find the official IBM RPM packages for 1. Apache httpd 2.4.25 2. latest openssl 3. latest openssldevel I tried AIX toolbox for Linux application IBM link but not able to find openssl packages th

[users@httpd] Fwd: Need help on CORS ( Cross Origin Resource Sharing ) Issue

2017-08-01 Thread Sailaja Gadireddy
Hello Team, I need help on the CORS issue and what needs to be configured for the below error. User receive CORS error when calling IGC with AJAX Javascript call from the browser. "Cross-Origin Request Blocked: The Same Origin Policy disallows reading the remote resource at https:/ibm/iis/igc-re

re: [users@httpd] Hide URL link of target [wd-vc]

2017-08-01 Thread Bremser, Kurt (Allianz Technology GmbH)
You can get some hints here: https://stackoverflow.com/questions/3108425/dont-want-to-show-address-in-the-status-bar-while-hovering-a-link one of them being the use of javascript like this: http://conglomo.co.nz/'">Conglomo But a look at the source code on the browser (you cannot block that from t

Re: [users@httpd] Hide URL link of target

2017-08-01 Thread Gillis J. de Nijs
Hi Chris, Displaying the URL when hovering over the link or loading the site is something your browser does, and not something Apache httpd has any control over. Cheers, Gillis On Tue, Aug 1, 2017 at 11:28 AM, Chris Chia wrote: > Hi > > > > Very newbie question. > > > > Is there a way to hide

[users@httpd] WebDAV not working with Microsoft Windows

2017-08-01 Thread Christian Gruber
Hi, I have configured WebDAV with Apache2 on a Ubuntu machine using the mods dav, dav_fs and dav_lock. Connecting to WebDAV folders works fine, from both Windows and Linux clients. Even writing, modifying and deleting documents is possible. Then only problem is when I try to save documents fro

[users@httpd] Need help on CORS ( Cross Origin Resource Sharing ) Issue

2017-08-01 Thread Sailaja Gadireddy
Hello Team, I need help on the CORS issue and what needs to be configured for the below error. User receive CORS error when calling IGC with AJAX Javascript call from the browser. "Cross-Origin Request Blocked: The Same Origin Policy disallows reading the remote resource at https:/ibm/iis/igc-re

[users@httpd] Hide URL link of target

2017-08-01 Thread Chris Chia
Hi Very newbie question. Is there a way to hide the URL link when hover over the link and also when browser is in the process of connecting to target site. This is a legitimate reason to do so, though browsers may have disable such scenario. Running Ubuntu and apache. Thank