Fedora Installation :: Local Site Not Work
Jul 15, 2010
I installed a web server in fedora 13 and configured everything the way I wanted but when I go to localhost the screen is white and has files on the site, this also happens with phpMyAdmin.
View 2 Replies
ADVERTISEMENT
Aug 10, 2009
I've loaded Fedora and must say what a nice OS! But I'm having some issues getting the video working correctly so let me jump right into the issue. The video is very garbled and hard to read. can't seem to find a way to correct what would appear to be a driver issue. Here are a list of things tried:
- display works fine with Ubuntu
- display is clear but is chopped off when using an external monitor from onboard vga slot
The video card is an ATI radeon and the linux drivers from the ATI site don't work with the new images that are out yet.
View 3 Replies
View Related
Feb 18, 2010
In the office there is a local network with samba+openldap PDC. The local domain name is company.net. The company desided to create a corporate Website on a remote hosting and desided that the site's domain should be company.net which is same as local network's domain name. So now it is not possible to reach that corporate website from within the company's local network because, as I guess, bind9 which is installed on above menioned PDC looks for company.net on a local webserver. Is there a possibility to let people from this local network browse the remote site?
View 1 Replies
View Related
Feb 4, 2011
Does anyone know of an application for making copies of web sites that can be read offline? I've tried using wget, but with very mixed results. Something a bit more reliable would be useful
View 9 Replies
View Related
Nov 12, 2010
I am starting to develop websites in Ubuntu. I have set up apache server, php, mysql, and phpmyadmin. I have also set up a local domain for the site. Everything works great with html files, but how do I get Firefox to open .php files instead of trying to save them.
View 2 Replies
View Related
Feb 10, 2011
I am running ubuntu 10.04, and I have one website up and running 1 website.from my local server, from my local computer on the same network I can type in the ip address of my server and I do get the default webserver is running page, however when I try to connect to my domain, it cannot find it. I have run a ping, and it reached it just fine.
View 7 Replies
View Related
Dec 20, 2010
I have the problem with Ubuntu to access the local site within my company network. This network has access to Internet, but the company's site does not have a public address. It is like "http:e-learning.local". I can access this site from any windows machine, but I can't access it from ubuntu. Only if I use IP address, I can access it. However, I have normal access to other sites on the Internet.
Do you have any suggestion how to solve this problem?
View 9 Replies
View Related
Nov 11, 2009
I would like to replace my aging Freenas box with a CentOS based NAS. I would like it to have the following features:
- SAMBA with Web admin
- BIND with Web admin
- Nice to have would be native AFP support for my MAC
Question 1: Is SWAT still the current Web-based config tool for SAMBA or is there something newer?
Question 2: Is there a decent, reliable, web front end for BIND?
Question 3: Is there a current AFP guide for CentOS, everything I am finding via Google is years old.
I would also like to build a second server that I would host off-site to sync my data to.
- I was thinking OpenVPN for the link between the servers. The "remote" NAS will have to be the one initiating the connection.
Question 4: Is OpenVPN the way to go or is there something better? (I need bidirectional communications)
Question 5: Is rsync still the way to go for the data sync or is there something newer which would be lighter and/or faster?
Just need some "current" advice overall - I think the last SAMBA box I built was 4-5 years ago so what I learned then may not be applicable today.
View 10 Replies
View Related
Feb 6, 2011
I'm not to sure this is the place I should post this, but couldn't find any place for it to fit. So here is the deal..I am running 10.10 with the standard LAMP setup. I am running a drupal 7 site no problems. What I need to do is run a multi site sub directory. (domain.com/newsite). So far the best I can do is get a directory index of the second site (domain.com/newsite), but cant run the installer. (I did the symbolic link to the doc root of the drupal install.)If I type in the url domain.com/newsite/install.php I get not found. I placed an index.html test page and it renders fine. I think I'm close but just not there yet.
Any ideas from anyone? I can get Sobdomains to work fine on a test mache, but sadly I need the domain/site to work due to lack of DNS support at the moment. I tried to get some info from the drupal forum, but everything always points to subdomin setups. I also posted over there, but it seems like the forums have very little support and are a bit on the slow side.
[Code]...
View 9 Replies
View Related
May 23, 2010
The situation is this, I have one of those router cable/wifi. So I have the main pc plugged to the router, the router give local ip for all my network (the others computers connects via wi-fi). Main pc starts up apache under Fedora 12, http://localhost.. works, http://127.0.0.1.. works, http://192.168.0.13 (my local ip) works. But when I try to connect to http://192.168.0.13 from another pc of my local network, it doesn't work. The others pcs are running windows vista.
I go another computers ping 192.168.0.13, responds!
From the main computer ping 192.168.0.14, responds!
So, there is communication between the machines, but I cant get to work under apache. I tried opening port 80 with iptables, i tried changing apache's port to another.
View 10 Replies
View Related
Sep 25, 2009
where is a good site to download fedora 10 start up disk so that i only run fedora by itself.
View 3 Replies
View Related
Apr 13, 2011
I was interested in ubuntu, but was unable to enter the site from work, provider said that from his side everything is OK, problems should not be, may be banned my ip address I'm first time here it's not my fault if it is,
View 9 Replies
View Related
Mar 24, 2010
I installed apache on my local machine to test websites. I have one problem: I created a new site configuration in /etc/apache2/sites-available and enabled it. The problem is that cgi is not working, it just prints the content of the files. (The default location for cgi, /usr/lib/cgi-bin works without problem.) Here is the content of the site configuration file:
Code:
<VirtualHost *site1:80>
ServerAdmin webmaster@localhost
DocumentRoot /var/www/site1/public_html
<Directory />
Options FollowSymLinks
AllowOverride None
</Directory>
[Code]...
View 1 Replies
View Related
Mar 24, 2010
I installed apache on my local machine to test my sites. I have one problem:I created a new site configuration in /etc/apache2/sites-available and enabled it. The problem is that cgi is not working, it just prints the content of the files. (The default location for cgi, /usr/lib/cgi-bin works without problem.)Here is the content of the site configuration file:
Code:
<VirtualHost *site1:80>
ServerAdmin webmaster@localhost
[code]....
View 4 Replies
View Related
Feb 26, 2011
I am preparing an installation for a network with small subnetworks across the country.As such, I am setting up a central repository, but would like the installation of some machines to turn themselves into mirrors at installation time (at least for their own rpms) to save bandwidth for the rest of the machines in their own sub network.Is it somehow possible to set up a local mirror at installation time?I was watching how anaconda is installing from a repository and saw that it erases each downloaded rpm as soon as it is installed, but thought maybe someone here would have an idea.
View 1 Replies
View Related
Jun 25, 2010
I have to ubuntu machine (9.10 and 10.4) with a openvpn tunnel between them.This is the situation:
Code:
NetworkA 192.168.0.0/24
|
UbuntuA br0:192.168.0.3 (openvpn bridge between eth0 and tap0)[code].....
UbuntuA has one only interface etho and there are two openvpn instance: one bridge istance with br0 and another instance with tun0.
UbuntuA is not the gateway for networkA. UbuntuB is the gateway for NetworkB.I need to comunicate between pc on networkB e those on networkA.This is the "ping situation" (no pc tested has an active firewall):
ubuntuA vs ubuntuB: OK
ubuntuB vs ubuntuA: OK
pc on NetworkA vs ubuntuA and ubuntuB: OK[code].....
View 6 Replies
View Related
Jul 27, 2010
I've been on a quest to enable full routing through my openvpn tunnel between my office and the colo. Masquerading will work, however it will throw off anything key based and makes a lot of things just more difficult and vague in general. Is there an easy way to do this via iptables? I tried using quagga hoping it would magically solve my problems, however it does not seem to do my routing for me . I just did a basic static route within zebra...
View 3 Replies
View Related
Mar 25, 2010
I have three locations with a central office connected to two remote locations. At the central office I run on a cisco asa 5505 two site to site vpns. The remote end of the first site is a checkpoint firewall , and the remote end of the second site is racoon on debian. Both sites are up and working. However, where at the first site traffic goes both ways, at the second site it only works from the central office to the remote office.
For example, I can ssh from a host in the central office to a host in the first remote site (through checkpoint firewall,) then ssh back from that host at the remote office to any host in the central office. In contrast, after I ssh from a host in the central office to a host in the second remote office (through racoon), I cannot see the central office hosts (ping the ip address of a central office host, ssh, etc. all fail.) The vpn settings at the central office (the cisco asa 5505) are identical. So it seems to me that some routing magic is missing on the host running racoon at the second remote office. Where would such setting reside? racoon config files? iptables?
View 1 Replies
View Related
Oct 3, 2010
Maybe a site-to-site Ouija board connection.
View 5 Replies
View Related
Oct 3, 2009
I'm a new Fedora 11 user and have an ATT U-verse setup. Where can I find help on how to get the box on my wireless network?
View 5 Replies
View Related
Feb 16, 2010
I am organizing for the 14th march a Linux installation fest, and I would like to have a local server with all packets that I will need to complete the installation.BUT I would like to have these packets in a way that is usuable by yum, so like having a local repository server.You will agree with me that I cannot mirror the entire repository server (for disk space) but some packets yes, but I don't know how.
View 4 Replies
View Related
Nov 23, 2010
I've been always used to install fedora on my server this way : i put the fedora boot images on a pxe server, i copy the fedora install dvd to a ftp server, then i set the path of the dvd copy in the netinstall process.
But since a couple of release it doesn't work anymore, it keeps asking me for files in /repodata which doesn't exist on the dvd.
Is there any simple way to do this ? I tried cobbler using the dvd source, it create the repo fine with the proper files but it's too complicated, i just want the damn files.
View 4 Replies
View Related
May 24, 2011
Today I download a fedora beta iso file, then I try to install it following the steps I installed fedora 14. However, the install guide ask me to connect to network, if not , I had to exit installation. I just want to install fedora 15 from my local iso file. What's wrong?
View 3 Replies
View Related
Jul 15, 2009
I'm having trouble installing Fedora 11 using the URL method. When I put in a F11 netinstall CD, or even Disc 1, I press tab on the first option and add "askmethod" to the end of the text. Each time I point the installer to my local FTP and press enter after typing in the FTP url, the installer just hangs there. I've even tried deleting ALL the files from the F11 folder on my FTP server and downloaded ALL the files at:
ftp://ftp.linux.ncsu.edu/pub/fedora/...edora/i386/os/
Still...the same thing.
When I pointed the installer to:
ftp://ftp.linux.ncsu.edu/pub/fedora/...edora/i386/os/
Everything worked fine, albeit slow as it was DL from the NCSU FTP server.
Am I doing something wrong with my FTP server? It is anon, so there is no authentication issues.
View 5 Replies
View Related
Sep 27, 2010
Is there any way to keep a local install of Fedora current will all the latest releases? example If I'm running F13, is there a failsafe method to have F13 become F14 with out all the drama of reformatting and installing off the dvd? In the past all my attempts have failed, possibily due to having multiple repos is use and kernel patches applied (nvidia central).
View 8 Replies
View Related
Mar 14, 2009
I have successfully installed fedora 10 and have rpmfusion in my /home/ directory. i don't know how to edit yum.conf to make yum install from this local repo. i tried once. But when i tried to install vlc i got an error saying some lib****** files are missing and missing dependencies.
View 2 Replies
View Related
May 29, 2011
What used to work flawlessly in F14 now does not work in F15. I have done a fresh installation of F15 and all seemed to go well other than a few minor tweaks. In F14 I had an /etc/fstab file that worked well but in F15 does not work. I have 3 external USB drives, mybook, black & StoreIt. With F14 my fstab worked very well and booted regardless of weather or not any particular drive was connected at any given time. Typically I have the mybook and black connected at home and the StoreIt connected at work, but regardless it would boot and work without any problems.
[Code]...
View 1 Replies
View Related
Oct 28, 2010
On the server have removed all system libraries. (rm-rf usr/local/*) Appendices don't work. Prompt as to operate in this situation? Whether libraries will be restored if I start updating from a disk to the new version?
View 2 Replies
View Related
Aug 17, 2010
8.04 on a Lippert PC104, no xwindows. This is a little computer intended to just run one program headless in an instrument i am developing. I would like to run this one program from boot.The obvious answer is to add the program to rc.local followed by an &. This doesn't work.I have tried adding all sorts of things to rc.local including mkdir, touch, echo etc etc. the only utility that works is 'touch' which tells me that rc.local is getting executed.I tried creating a new service called local and putting that in rc2.d as priority 80 using rc-update.d. again, only touch worked. so i tried adding sleep 10 and running the utilities as daemons and still they won't run (except touch /var/lock/local).
View 5 Replies
View Related
Dec 17, 2010
I have a server that has snmp installed(Version is net-snmp-5.3.2.2-9.el5_5.1). This server has 5 n/w interfaces with diferent ip's. My problem is when i try snmpwalk on to the main interface, in my case "bond0" with the assigned ip address there is no response.
eg: snmpwalk v2c -c nature 172.17.241.190
No Response from 172.17.241.190
But when i run the same query with "localhost" snmpd responds.
eg: snmpwalk v2c -c nature localhost
[Code].....
I want to snmpwalk in to the "172.17.241.190".
View 2 Replies
View Related