General :: Unable To Configure HTTP With NIS ?
Feb 10, 2010
I was using LDAP authentication for my http shares access. But I screwed but the LDAP server and now I wanted to configure my http shares against NIS authentication.
I followed the procedure to setup NIS client, added:
Though I am able to ssh to my machine using NIS user, the http is still not authenticating the users
It fails with the following message in /var/log/secure
httpd: pam_unix(httpd:auth): authentication failure; logname= uid=48 euid=48 tty= ruser= rhost= user=nisuser
48 is the default apache user in my /etc/passwd
I don't have any pam_ldap.so in my httpd pam file since I had to remove LDAP configurations and I can't switch back to LDAP.
View 2 Replies
ADVERTISEMENT
Mar 7, 2011
For some of the files that I share using Apache, I want to make sure that they are served ONLY via https.
How can I configure this for Apache?
View 1 Replies
View Related
Aug 11, 2011
I am trying to configure iptables for only HTTP and HTTPS traffic. I start by blocking all traffic, which works, via:
Code:
iptables -F
iptables -P INPUT DROP
iptables -P FORWARD DROP
iptables -P OUTPUT DROP
I then try to allow HTTP and HTTPS on eth0 with these commands, which does not work:
Code:
iptables -A INPUT -i eth0 -p tcp --dport 80 -m state --state NEW,ESTABLISHED -j ACCEPT
iptables -A OUTPUT -o eth0 -p tcp --sport 80 -m state --state ESTABLISHED -j ACCEPT
Code:
iptables -A INPUT -i eth0 -p tcp --dport 443 -m state --state NEW,ESTABLISHED -j ACCEPT
iptables -A OUTPUT -o eth0 -p tcp --sport 443 -m state --state ESTABLISHED -j ACCEPT After these commands I should be able to access the internet. Does anyone know why this is not working?
View 4 Replies
View Related
Jan 12, 2010
I try to install my Fedora 12 machine from my http server.but i fail to install it on the client side machine give me a error like
unable to retrieve.Here is the step what i did.
1)I copy the entire my rpm of F12 DVD to the /var/www/html/rpm
2) and start the http server (my http server is start without any problem).
3)on the client side machine i booted from f12 dvd after askmethod i select url.
4)and enter the ip address of 192.168.10.2(for client ip address),192.168.10.1(gateway),and 192.168.10.1(nameserver)
5)after that i enter the [URL] this is my http.conf file
<VirtualHost 192.168.10.1>
ServerAdmin root@server.homepc.com
DocumentRoot /var/www/html/
DirectoryIndex index.html
ServerName server.homepc.com
</VirtualHost>
Note => i configure the dns server on 192.168.10.1 machine , and this machine is also a my http server.
192.168.10.1 has a domain name of server.homepc.com
192.168.10.2 has a domain name of client.homepc.com
View 1 Replies
View Related
Feb 10, 2010
I've installed glib-2.2.1 on ubuntu 8.04 with the typical ./configure --prefix=/usr/; make ; make install process ,everything appeared to go fine. When running the configure script in the pygobject-2.21.0 , it stops on an error looking for glib.
checking for GLIB - version >= 2.22.4... no
-Could not run GLIB test program, checking why...
-The test program failed to compile or link. See the file config.log for the
-exact error that occured. This usually means GLIB is incorrectly installed.
configure: error: maybe you want the pygobject-2-4 branch?
How should glib be installed. I have already installed older version of glib. Will it be overwrited with new version ?
View 3 Replies
View Related
Mar 6, 2010
I have installed debian in my machine. I have a bsnl broadband connection. But I am unable to configure the broadband connection in my system.
View 1 Replies
View Related
Oct 8, 2010
I HAVE DUAL BOOTING SYSTEMVISTA + RED HAT 5.0ON VISTA I CAN RUN WI FIBUT ON RED HAT IT CANT WORK AND SAYS CANNOT ACTIVATE NETWORK DEVICE eth13c501 device eth1 does not seem to be present delaying initialisation.
View 1 Replies
View Related
Jan 8, 2011
I am new Linux, but have already installed a new HDD in my PC and successfully installed Fedora 14. Unfortunately, I am unable to configure my system for dual boot and my PC always boots right up into Windows Vista which is the original OS on my original HDD. I have searched the web, but only find examples of splitting partitions and dual booting into different versions of Windows. I apologize for the simple question, but I am certain that someone in here can point me in the right direction. My intention is to migrate to Linux entirely, but want to learn Linux before completing a full migration.
View 4 Replies
View Related
Jul 8, 2011
I have configured my PC to run a linux 2.6 kernel in VMware and have no problem loading the image and using the wired network adaptor and the basic functions. I am having trouble finding the wireless network however. My Box has an " Intel(R) Centrino(R) Advanced-N 6250 AGN " wireless network adaptor. From what I can tell, this is supported by this version of linux. I have the adaptor enabled, my image settings as bridged, and the wimax enabled in the removable devices (connected). When I run WiCD manager I get the error message " Could not connect to wicd's D-Bus interface "
View 1 Replies
View Related
Sep 8, 2010
Laptop : Dell XPS m1330 OS : RHEL5 I am not able to configure wireless internet connections.
View 2 Replies
View Related
Mar 23, 2011
I have an Ubuntu 10.10 machine hosting a virtual Windows machine on virtualbox. I have 3 servers I connect to using SSH with password authentication, on standard port (22)For some unknown reason, I have one server that I cannot connect to Via SSH using putty/terminal or HTTP via Browser from my Host nix box, but my Virtual machine CAN connect via both. Same machine, same network, one virtual with a bridged adapter, one physical network card connected to my network.
View 4 Replies
View Related
May 7, 2010
I tried making some changes to /boot/grub/menu.lst file by logging in thru su but it throws following error:
[root@localhost avi]# /boot/grub/menu/lst | gedit
(gedit:4874): GnomeUI-WARNING **:
While connecting to session manager:
Authentication Rejected, reason : None of the
authentication protocols specified are supported and host-based authentication failed.
bash: /boot/grub/menu/lst: No such file or directory
View 14 Replies
View Related
Aug 2, 2011
In ubuntu 10.04 LTS I am currently unable to access the location http://192.168.1.1 I have accessed it earlier. This is necessary for modem configuration. I am at a loss why this is inaccessible at present. Can anybody please advise what to do? I am configuring firewall but I doubt if that has anything to do with my problem. Or in case this may be due to faulty firewall configuration, please indicate denial of possible service/program which may cause this. Also ping 192.168.1.1 reports 100% packet loss.
View 8 Replies
View Related
Jun 24, 2011
i am using fc9 server i installed Apache web-server i kept some datafile in my html folder when tried to download remotely through web i can download the file tried to get the file in remotely through wget command i am unable to get the fileor is failed: Connection timed out Retrying below the steps i tried it
my target file is http://X.X.X.X/test.zip
wget -T 0 http://X.X.X.X/test.zip
wget http://X.X.X.X/test.zip
[code]...
View 1 Replies
View Related
Apr 20, 2009
I need to install a program by using the address http://255.255.255.255. However, when I type this address in my browser, I get the following error: "Failed to connect. Firefox can't establish a connection to the server at 255.255.255.255. Though the site seems valid, the browser was unable to establish a connection." Is there an easy way to put this site into the air?
View 3 Replies
View Related
Nov 23, 2010
I have a really weird (but consistent) problem with my Kubuntu 10.10 install: I cannot post some HTTP forms.
First off, this is a client PC problem. My squirrelmail on the server works fine. I just use squirrelmail 1.4.17 to troubleshoot the ubuntu desktop problem
I used an old (07.04) Ubuntu install which worked fine. Then I wiped the disk and installed Kubuntu 10.10 on the same hardware. Everything works but **some** HTTP post does not work (I can log in but not send mail or save draft). I noticed I cannot log in to Yahoo, for example.
My webhosting account can display the apache access_log. When I hit the <Send> button the POST request never arrives to the web server.
I use a router (Dlink DL-604) behind a DSL modem and ooma box. There is a Windows 7 PC and a Kubuntu PC connected to the router. I can use squirrelmail just fine from the Windows PC.
I tried several steps:
- reinstalled Kubuntu
- installed Firefox and Chromium (on top of reconq)
- ran from a CD on my other (Windows 7) PC
- installed Wireshark and compared the traffic (but was unable to pinpoint a problem)
The result was the same: the <Send> button just keeps waiting; the POST request never makes it to the web server.
This sounds (and is) scary and suspect. The fact that the "demo" Kubuntu install (from the CD on my other Windows PC) using the reconq exhibits the same problem on a totally different hardware leads me to believe this may be related to Kubuntu. For example, I had to type this very message on the Windows PC as I could not post it on the forum from my Kubuntu box.
View 2 Replies
View Related
Sep 27, 2010
Using netcat, nc(1), craft a valid http/1.1 request for getting http headers (not the html file itself!) for the main index page of www dot aalto dot fi. What request method did you use? Which headers did you need to send to the server? What was the status code for the request? Which headers did the server return? Explain the purpose of each header.
nc -v www dot aalto dot fi 8080
HEAD / HTML/1.1
host: www dot aalto dot fi
And it returns:
200 OK
Content-Length: 858
Content-Type: text/html
Last-Modified: Thu, 02 Sep 2010 12:46:01 GMT
[Code]....
I really don't know what does it mean. Question 2: Using netcat, nc(1), start a bogus web server listening on the loopback interface port 8080. Verify with netstat(, that the server really is listening where it should be. Direct your browser to the bogus server and capture the User-Agent: header "Direct your browser to the bogus server and capture the User-Agent: header" I don't understand this question.
View 2 Replies
View Related
Aug 4, 2010
I installed Nagios on my Ubuntu 10.04 server using apt-get and when I accessed the web console, everything was OK. I made some changes to apache (creating some new virtual sites) and since then Nagios gives me a warning message for HTTP with the message, HTTP WARNING: HTTP/1.1 404 Not Found. The sites that I created are working perfectly. I noticed that the attemps are 4/4. Does this need to be reset or does Nagios automatically reset that once it detects the issue is resolved?
View 1 Replies
View Related
Jul 27, 2010
I just switched from Ubuntu to Fedora 13 because I was unable to get Ubuntu to connect to wireless networks. I tried everything suggested in help and forums, and kept getting "Bad Password" with WICD and Network Manager. Now, with Fedora...I still can't connect.
Problem #1: The guide says to "...make sure that the relevant wireless interface (usually eth0 or eth1) is controlled by NetworkManager," and that I do this via: System>Administration>Network
However, there is no Network option under System>Administration.
Problem #2: I open Network Manager, which displays a list of networks. I click on mine, configure it with WPA and the right password, and it fails to connect: "The network connection has been disconnected."
View 12 Replies
View Related
Jul 27, 2009
I am trying to use a git repo over http on my Debian 5.0 machine.
The git repository is located in /var/www/ on the Debian machine.
I can push/pull the repo using git protocol:
Code:
git clone git://192.168.0.1/project.git
but when I try to do the same over HTTP it give me following error message:
Code:
git cloneurl
warning: remote HEAD refers to nonexistent ref, unable to checkout.
View 1 Replies
View Related
Sep 10, 2010
I am configuring my Apache Server to enable checking CA Revocation List, and my Configuration lists as following :
Code:
SSLCARevocationFile /etc/httpd/confi.d/ssl.crt/CRL1.crl
But the server can not start, and the log says:
Code:
Unable to configure X.509 Storage for certificate
If I try this command to view content of my CRL file :
Code:
openssl crl -text -in CRL1.crl -noout
the console shows :
Code:
error:0906D06C:PEM routines:PEM_read_bio:no start line:pem_lib:647:Expecting: X509 CRL
I think there is something wrong with my CRL file, such as the file format.Is there any requirement to the CRL file? What can I do to enable this CRL file checking?
View 2 Replies
View Related
Apr 1, 2010
I keep Resuming Compositing enabled in Desktop System settings , next time when i see the settings it says "Compositing is disabled"
What's the reason for this?
How does one enable All effects in Desktop system settings -> Desktop Effects?
Observation: Selecting any of the options and apply(save) will say
Following effects could not be affected.....
View 4 Replies
View Related
Jan 7, 2010
Installed SUN JDK usnig the following command on Ubuntu[ 9.10 Karmic Koala]. It seems already there is a default version(open jdk) but i want to use SUN JDK for Android development.
when i run a simple program i get the following error
# javac HelloWorld.java
The program 'javac' can be found in the following packages:
* openjdk-6-jdk
* ecj
* gcj-4.4-jdk
[Code].....
View 2 Replies
View Related
May 27, 2010
I am using ubuntu 8.10 ....
i am unable to configure my internet on it ..i have tried a lot of things, which i have are as follows...
1. i used these commands but unfortunately no result... sudo ifconfig eth0 192.168.1.21 $ sudo route add default gw 192.168.1.1$ sudo vi /etc/resolv.conf this file is edited to enter ipadd etc....
2.Setting the ipaddress in system>admininstrator>network config
there i edited the properties of "Auto eth0" for my ip address, mask, and default gateway....
P.S: My internet connection is perfectly working fine in windows xp. Details shown in windows are :
ip address : 192.168.1.21
mask :255.255.255.0
gateway :192.168.1.1
dns :59.179.243.70
View 7 Replies
View Related
Jun 15, 2010
I am unable to configure evolution,i am using ubuntu 10.04.
View 3 Replies
View Related
Mar 3, 2010
I am using RHEL 5.3 , i want to configure my comapny email account in thunderbird 3.0.3 . i am unable to connect my server. my server is pop.bizmail.yahoo.com. what should i do , shall i need to do any more settings apart from thundermail...
View 4 Replies
View Related
May 9, 2011
I had setup an SSL secure server awhile back, such that: [url] works but [url]does not (note the different: in the first, I use HTTPS, whereas the second I use HTTP) How can I get both to co-exist?
View 7 Replies
View Related
Oct 19, 2010
Is there a tool or way to find out how much http or ftp data is going through network?
View 4 Replies
View Related
Feb 17, 2011
how can i disable http when they browsing the URL instead of http should be https
i have apache server installed in centos
View 1 Replies
View Related
Mar 1, 2011
Usually we require vnc to take remote sessions. There was one another i think it was called xdrp or xrdp. I am asking this out of curiosity, is there any way to take remote sessions using http. Like in web conferencing, we invite users to join the conference and then we are able to share desktop. Is there any way to do this on one-to-one basis ? is such a technology exists for linux (for any disto) ?
View 1 Replies
View Related