General :: Unable To Install Fedora 12 Via Http Server

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


ADVERTISEMENT

Fedora :: Install Fedora Via Http Server

Jan 13, 2010

i want to install my f12 machine via http server, plz guide me how can i set my http server for that .

View 1 Replies View Related

Software :: Unable To Get The File In Http Server Through Wget Command?

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

Ubuntu Servers :: Nagios On 10.04 Server Using Apt-get - HTTP WARNING: HTTP/1.1 404 Not Found

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

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 View Related

Fedora Servers :: HTTP Access - Browser Unable To Establish Connection

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

Server :: HTTP Network Install - CentOS 5.4

Jul 9, 2010

I've been attempting to setup PXE/HTTP network installs so we can better handle deployments for new systems. I have a test CentOS 5.4 VM running, and another test VM that I want to deploy 5.4 to. TFTP, DHCP are all working correctly. Apache 2.2.3 config "seems" OK. When I kick off the VM which I will install to, DHCP discovery and IP allocation works, the TFTP server is found, I am presented with a menu option of OS selection.

I choose #1, for my 5.4 but then it immediately tells me:
"Invalid or corrupt kernel image"

/var/log/messages doesnt show anything other than the DHCP OFFER/ACK process and that TFTP client doesn't accept options
/var/log/httpd/error_log doesnt show anything either
Not sure where else to look for diagnosis.
My Apache config directory: /var/www/html/CentOS

Content listing:
[root@CentOS-test CentOS]# ls -la
total 4515700
drwxr-xr-x 4 root root 4096 Jul 9 10:38 .
drwxr-xr-x 3 root root 4096 Jul 8 16:46 ..
-rwxrwxrwx 1 root root 4619468800 Jul 6 15:54 CentOS5.4.iso
-rwxrwxrwx 1 root root 932 Jul 6 17:37 initrd.img
-rwxrwxrwx 1 root root 70 Jul 6 17:37 ks.cfg
drwxr-xr-x 2 root root 4096 Jul 9 10:38 msgs
-rw-r--r-- 1 root root 13100 Jul 9 10:37 pxelinux.0
drwxr-xr-x 2 root root 4096 Jul 9 10:38 pxelinux.cfg
-rw-r--r-- 1 root root 932 Jul 9 10:33 vmlinuz

pxelinux.cfg contains:
0A000000
default
pxeos.xml

My Apache DocumentRoot: /var/www/html/CentOS
Directives:
<Directory "/var/www/html/CentOS">
AllowOverride None
Options None
Order allow,deny
Allow from all
</Directory>

Forgot to add this line from my pxelinux.cfg/default file:
label 1
kernel 5.4/vmlinuz
append initrd=5.4/initrd.img ramdisk_size=16000 method=http:/10.37.129.3/CentOS ip=dhcp

(I think I have found my problem.. 5.4 was in the TFTPBOOT directory, but now that I'm using HTTP, I changed this to be:
kernel CentOS/vmlinuz and append initrd=CentOS/initrd.img) -- question is, will just changing this work?

View 7 Replies View Related

Fedora Servers :: Can't Edit HTTP Server Configuration In Fedora 13

Aug 12, 2010

I am trying to edit my http configuration (menu System -> Administration -> Server Settings -> HTTP) and it seems to be impossible. My Server Name comes up empty and I want to change the default Webmaster email address root@localhost to something else, but I can't change anything. I enter mu new server name and e-mail address, but when I click on the OK button I get a popup box which asks me if I want to save and exit. I click on the Yes button, and the box disappears. HTTP Server configuration does not exit and my changes are not saved.

View 3 Replies View Related

Fedora :: XBMC Is Missing The HTTP Server Option In 12?

Oct 8, 2010

I have just installed XBMC (yum install xbmc) and noticed that the option where you can control it via the HTTP protocol is gone. Just as a curiosity I have installed it on my windows machine and the http server option is there. Does anyone knows what you have to do to fix this?

View 1 Replies View Related

Server :: Fedora - How To Start Asterisk Mini Http

Jun 6, 2010

I have fedora 13, and installed asterisk.. Before I had centos and have my asterisk running to test and learn.. but in fedora I see there is a http miniserver for admin asterisk..

I edited enable, port and ip in the file http.con but when I try [url] I got 404 page no found Asterisk server...

View 2 Replies View Related

Fedora :: Unable To Install F10 Via NFS Server?

Aug 31, 2009

I m facing a very strange problem while installing F10 from my NFS server , on the other hand i can sucessfully mount the directory from nfs server to client , but fail to install F10 from the same server,i created the F10 ISO image in the /mnt directory and share it via nfs server.

here this is my Exports Directory

/mnt/ 192.168.10.0/24(rw,sync,no_wdelay)

View 1 Replies View Related

Red Hat / Fedora :: Good Free/open Source HTTP Server Which Can Be Setup On 9?

May 11, 2010

A good free/open source HTTP Server which can be setup on Linux Fedora 9? If there is a good instruction manual for the installation.

View 4 Replies View Related

General :: Unable To Install Name Server RPM's

Mar 21, 2010

I am trying to configuring name server on Centos 5(the latest version) but when I am going to install the named server rpm package it shows the dependices failed of lib and bind packages..however I installed these both packages so it shows again the dependices failed of these packages. My yum is working fine because I have tried some other rpm like dilaog, samba and many more.

View 11 Replies View Related

General :: Unable To Install RHEl5 Through Httpd Server?

Dec 1, 2010

I am not able to install RHEL5 through httpd(apache) server , i checked on the host system , apache server is working fine and i am also able to navigate to my installation dir through browser.

problem:
I want to install RHEl5 from guest OS in Vmware:
1.I inserted cd-rom and change bios setting to cd rom
2."linux askmethod" , then select http protocol.

3. but system never retrive files from installtion dir instead retrive from cd rom used for only booting purpose.

View 1 Replies View Related

General :: Unable To Install Anything In Fedora 13?

Sep 1, 2010

i m new to fedora.i installed fedora 13.when i tried to intall broadcom-wl .the message shown is indicated below. install ma wireless internet

-another application is currently holding the yum lock;wait for it to exit the othe application is : packagekit

View 3 Replies View Related

General :: Unable To Install Rpm In Fedora 11?

Nov 18, 2009

when ever i try to install rpm files in fedora 11 graphically i get this error,i get this same error for every rpm file i try to install. its driving me mad, iam unable to install rpm, please guide me how install rpm files in fedra 11 , iam new to linux OS. i installed fedora 11 from i368 dvdok this is the error, i got this error by clicking on more details.

raceback (most recent call last):
File "/usr/share/PackageKit/helpers/yum/yumBackend.py", line 1649, in install_files
txmbr = self.yumbase.installLocal(inst_file)

[code]...

View 4 Replies View Related

Ubuntu Networking :: SSH & HTTP Unable To Connect?

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

Server :: Http Server In Red Hat 6 - Extend Web Server Through Virtual Hosting?

Aug 17, 2011

how do i able to allow some users that are able to create content in directory of http server. For example: i have configured a web server which have default document root /var/www/html, now i want to extend my web server through virtual hosting , i have enable virtual hosting, but i want that user sumit is able to create content in /var/www/html/secret. which is the document root for my virtual site?

View 5 Replies View Related

Ubuntu Networking :: Unable To Access Http://192.168.1.1 In Firefox 3.6.18?

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

CentOS 5 Server :: Gateway Server To Redirect Traffic For Http/smpt/pop3

Apr 6, 2010

I have been beating my head for the last few weeks on this problem, (although I have been taking the wrong approach, it seems).

I need a gateway to direct web traffic to three separate servers/domains. I have been trying to do this with both a dns server and , (seperatly), apache server to forward requests. The dns server was a no go, and <i can only get apache to redirect http and ftp.

After Googling this ALOT, I believe that what I need is a gateway server to redirect my traffic to the 3 different servers. I have been reading about using using nat and iptables for this and was wondering if anyone had any advice/suggestions on this. The other thought I had was to use something like pfSense to create the gateway, but I am still reading the documentation, and I am unsure if this approach will work.

View 1 Replies View Related

Server :: Server Offers PHP File For Download On HTTP But Is Fine On HTTPS

Mar 8, 2011

I have a debian box running Apache2 and PHP5.2.6 lenny.

When a request is made via https, php displays the content fine. If the request is made over HTTP the file is offered for download, rather than displaying it.

I know its probably something trivial but I've never seen this issue.

The plot thickens, I can display PHP over HTTP in some directories but not others (which offer the file for download)?

View 9 Replies View Related

Server :: Squid Accepts Only HTTP Requests But Speaks FTP On The Server Side?

Apr 26, 2011

Here is my query:

Squid document says that Squid accepts only HTTP requests but speaks FTP on the server side when FTP object are requested.

We call Squid HTTP and FTP caching proxy server. Does it also caches FTP contents? Is it possible to configure FTP clients to use Squid cache? When we make an FTP request to an FTP site via Squid will it be bypassed?

View 5 Replies View Related

Fedora :: Install Wine But Get This Error: [Errno 14] HTTP Error 400?

Apr 9, 2010

I've tried to install Wine but I get this error: [Errno 14] HTTP Error 400 :http://linuxdownload.adobe.com/linux...ata/repomd.xml Trying other mirror.Error: Cannot retrieve repository metadata (repomd.xml) for repository: adobe-linux-i386. Please verify its path and try again Not sure what is happening here. Can anyone give me some idea and maybe a way to overcome it?

View 4 Replies View Related

Ubuntu Networking :: Cannot POST Http - Unable To Send Mail Via Squirrelmail

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

Networking :: Craft A Valid Http/1.1 Request For Getting Http Headers (not The Html File Itself)

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

General :: Fedora 13 Installation / Unable To Install Multiple Distributions / Partition?

Dec 19, 2010

I am trying to install 2 or 3 versions of linux on my hardisk of 500GB capacity.The configuration of my machine is Intel Dual Core, 4 GB Ram, 3.0 Processor Windows XP is not installed on this.I tried to use a tool called GParted but was unable to use as it was not able to bring up the XServer So I booted the machine with fedora14 installation CD and chose "Custom Layout" After reading about the partitions needed by Fedora I created 3 partitions in /dev/sda

/dev/sda1 the boot of 500MB formated as ext4
/dev/sda2 the swap of 6096MB formatted as swap
/dev/sda3 / size 150GB formatted as ext4

The installation went well and fc14 runs well on this.

However when I went to install the other linux version ....the installer was not able to recognize the unallocated space of nearly 350 GB on the hard disk.....So I am not able to create new partitions and then install the new linux on the newer partition.As a result I am unable to make use of the remaining space on the HDisk.I think I should have created /dev/sda4 /dev/sda5 etc when I installed fc14 itself....

Would appreciate some tips on how to install the other versions of Linux on this HDisk....

View 6 Replies View Related

Server :: Make Auto Replace Http Url In A Web Server?

Jul 2, 2010

I setting up a web server on my Linux (Centos) using "Apache" web server. And its working well, it will show my websites. But when i try to put my url in a internet browser (ie. only type "myweb.com" ) is only be [URL]. Usually as i know like the other websites (ie. google.com) it will go to auto replace the name be [URL]. But my url here it's not be replacing like that. How to do this configuration. I don't know where the services that i need to look. (ie; named (bind) or in Apache web server it self)?

View 2 Replies View Related

Software :: Git Over Http / Warning: Remote HEAD Refers To Nonexistent Ref, Unable To Checkout Error?

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

Server :: Text Based Server Install - Unable To Get Past Boot Screen

Dec 29, 2010

I am trying to install either Ubuntu or CentOS server in text mode only. The problem I am having is that the hardware that I am trying to install it on has no vga output, I can only connect to it via console cable. I am able to boot from USB CDROm or flash drive but unfortunately since the hardware does not have a gpu (atleast none that I'm aware of) I am unable to get past the boot screen. If someone can point me in the right direction or know where I would be able to download the text install of either OS, that would be awesome.

View 11 Replies View Related

General :: Install Vmware Player 3.0 - Unable To Locate Kernel File Location In Fedora 14

Feb 1, 2011

I was trying to install vmware player 3.0 and it prompt that it require the kernel kernel-2.6.35.6-45.fc14.i686 to be compile before it start.

Quote:

Kernel headers for version 2.6.35.6-45.fc14.i686 were not found. If you

I try following but unable to find.

Code:

Nothing to do

Code:

Code:

Then I try to map to the file, but not working.

View 3 Replies View Related







Copyrights 2005-15 www.BigResource.com, All rights reserved