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
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:...
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?
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 ...
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 ...
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.
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.
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
...
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 ...
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)
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.
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...
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.
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
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
You'll need to tell postfix which networks to relay for: Code: postconf -e "mynetworks = 192.168.1.0/24" /etc/rc.d/init.d/postfix restart ..where 192.168.1.0/24 is your lan cheers
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":
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