Posts Topics Forums Images
Search videos from message boards Videos Search messages from microblogs Microblogs Search messages from imdb.com Imdb Search messages from yuku.com Yuku Search messages from lefora.com (free forums) Lefora
My account: Login | Sign Up
Loading... 

Thread: apache: basic auth over ssl (redirected)

Started 1 month ago by mattydee
If I have a redirect rule for a certain directory (either through httpd.conf or an .htaccess file) that redirects all http requests to https, then the basic authorization dialogue for apache should be over an ssl connection. It seems like this should be the case in theory. Does anyone know if this is not what actually happens? Thanks
Site: LinuxQuestions.org - where Linux users come for help  LinuxQuestions.org - where Linux users come for help - site profile
Forum: Linux - Server  Linux - Server - forum profile
Total authors: 635 authors
Total thread posts: 5 posts
Thread activity: 387 new posts during last week
Domain info for: linuxquestions.org

Other posts in this thread:

avalonit replied 3 months, 2 weeks ago
Quote: Originally Posted by nambiarenator Hi, Thanks a lot for the response. I would appreciate if you could give me details of how to configure tiny proxy for this particular setup. I haven't configured a web proxy before. Thanks in anticipation! 1. install it 2. edit the configuration file:...

LinuxLover replied 3 months, 2 weeks ago
I installed the 3 Centos 5.3 servers and and update one server via yum -y update This took ~1 hr. Now I want to update remaining two machines as well but don't want to waste time and bandwidth to update them. How can I point my two servers to get updates i already downloaded and installed on 1st server? Also at what location it saves these rpms?

colucix replied 3 months, 2 weeks ago
Quote: Originally Posted by robertjinx but I believe you'll find all the rpm's in /var/cache/yum/updates/packages, but I'm not 100% sure. I can confirm that. However I doubt that yum has kept the downloaded files, since the default behaviour is to delete them after the installation. To keep downloaded packages ...

rasa replied 3 months, 2 weeks ago
Hi, I have a Linux server with RHEL 5 installed in it. My java application is sending messages to windows machine and it is working properly. It is using TCP/IP Connection. Whenever my application sends messages from linux to windows is it possible to trace those information in a log file. I am doing it from my application log. But is it possible through some server configuration. I have ...

saifkhan123 replied 3 months, 2 weeks ago
use webmin or phpadmin hey why dont you use webmin or phpadmin for playing with Mysql...its a good handy stuff

mazharcdn replied 3 months, 2 weeks ago
I have an IBM Server(X3606) with Red Hat Linux OS with hard disk of almost 540GB of which 312GB is utilized. I want to copy all this hard disk data to another USB external Hard disk. I am using putty to login to liux.Can you expalin after login what command is used to copy the data from Server Hard disk to external hard disk without affecting any original data on IBM Server.

countryuser replied 3 months, 2 weeks ago
I was logged in as root ([root@www /]) and run those commands, I even logged in a the actual server as root and the same was returned. As for the telnet command I used my mail server name and that is what was returned. The question marks ? are my ip number. How is slackware run as a server, never looked at it. I'm thinking Debian (Lenny) to upgrade to when time permits.

hiarunn replied 3 months, 2 weeks ago
Here is the scnerio. I have hosted some cgi-scripts on my web server and I want my web server to serve the script when I access just the URL http://myhost.example.com/ I configured the virtual host directive as below. <VirtualHost *:80> ServerName myhost.example.com ServerAlias myhost DocumentRoot /home/arun/www/html ScriptAlias / /home/arun/www/cgi-bin ...

Princy Rohit replied 3 months, 2 weeks ago
hello friends, I am trying to perform a client-server program, it works within my system but however when i try this code between two systems,an error appears on the client side which says:no such host. (#define EHOSTUNREACH 113 /* No route to host */) what could be the reason for this. because when i ping,it shows packets being transmitted and received. Any help on this will ...

bathrinath replied 3 months, 2 weeks ago
hi. I want to forward telnet port from 1 server to other linux server?

 

Top contributing authors

Name
Posts
bathory
90
user's latest post:
Choosing which IP address...
Published (2009-12-11 18:10:00)
Doh, I guess you restart postfix after changing main.cf. inet_interfaces specifies the interface that will listen for incoming mail. For outgoing there is smtp_bind_address, that in your case is the same as inet_interfaces. You can try to use Code: inet_interfaces = $myhostname (assuming that hostname corresponds to the desired ip address)
chrism01
58
user's latest post:
What should I install on my server?
Published (2009-12-14 00:06:00)
Try the RHEL Admin/Deployment manual here. http://www.linuxtopia.org/online_boo...ion/index.html See how many services etc you can get working correctly.
rweaver
45
user's latest post:
Central repository w/approved...
Published (2009-12-11 17:15:00)
Have you looked into landscape or spacewalk(nee satellite). (Well more so landscape in your case) They're nice for managing largeer networks of workstations and servers. You could also simply point all the servers to a local repo that you manually update after testing the packages and have the systems update off that repo on a regular basis and mail you a report about installed packages that you could parse and examine to ensure things...
acid_kewpie
45
user's latest post:
SSO using Fedora Directory...
Published (2009-12-13 17:20:00)
you would just configure pam / authconfig-tui to use ldap for authentication as well as user information. Note that this is NOT SSO though, that would be through using a Kerberos server infrastructure, not ldap, for auth.
centosboy
44
user's latest post:
Linux server slow
Published (2009-12-14 10:10:00)
Quote: Originally Posted by ilikejam I think you've run out of RAM. You're showing 189 MB free, but you've eaten over a GB of swap. Run 'vmstat 2 20' and check the 'si' and 'so' values. If these are showing a lot of actvity, you're swapping. Dave nah he hasnt... Code: Swap: 12291 1123 11168 11168 is free
vishesh
37
user's latest post:
Bacula on RHEL
Published (2009-12-07 22:59:00)
I have paid subscription of RHEL 5.2 in my organization, but i didn't updated it yet. Thanks
EricTRA
31
user's latest post:
Apache2 error message won't...
Published (2009-12-13 13:01:00)
Hi, The netstat is a good starting point to find out if something is using port 80. But judging from the icon below the OP's username he's using a Debian based distro (Ubuntu). Hence the configuration files are different: Global configuration = /etc/apache2/apache2.conf Listen directives = /etc/apache2/ports.conf (if I'm not mistaking). Restarting should be on Debian based: Code: /etc/init.d/apache2 restart Kind regards, Eric
kbp
24
user's latest post:
connecting evolution to local...
Published (2009-12-08 01:46:00)
You'll need to tell postfix which networks to relay for: Code: postconf -e &quot;mynetworks = 192.168.1.0/24&quot; /etc/rc.d/init.d/postfix restart ..where 192.168.1.0/24 is your lan cheers
catkin
24
user's latest post:
Review My Script Please
Published (2009-12-13 14:14:00)
Quote: Originally Posted by WhisperiN You are always amazing.. :-) I amaze myself sometimes!
linuxlover.chaitanya
24
user's latest post:
linux as backup machine...
Published (2009-12-14 00:23:00)
There are a lot of enterprise grade free and open source backup solutions for Linux. Which distribution to use is a sole personal choice but using Fedora or Ubuntu is not recommended as this will be used as your server which you would not prefer to install or upgrade every 6 months. For this purpose, CentOS5 or debian, or slackware should be better choices. As for the backup solutions, there are Amanda, Bacula, Netvault. You can find list of...

Related threads on "LinuxQuestions.org - where Linux users come for help":

Related threads on other sites:

Thread profile page for "apache: basic auth over ssl (redirected)" on http://www.linuxquestions.org. This report page is a snippet summary view from a single thread "apache: basic auth over ssl (redirected)", located on the Message Board at http://www.linuxquestions.org. This thread profile page shows the thread statistics for: Total Authors, Total Thread Posts, and Thread Activity