Results 1 to 6 of 6

Thread: VirtualBox Apache Install Error

  1. #1
    Join Date
    Apr 2010
    Posts
    77

    VirtualBox Apache Install Error

    I use VirtualBox to run Fedora 7 with Apache web server on my post. My VirtualBox works correctly . The network is well defined. Since FireFox under Fedora7 , I go to the internet. My Apache server is started . I get to access my homepage when I use the browser in Fedora ( with eg http://192.168.1.70 ) When I 'm under WinXp , I ping / traceroute normally to my Fedora address ( 192.168.1.70 ) By my homepage is not accessible . Please help. Thanks in advance.

  2. #2
    Dr. V Guest

    Re: VirtualBox Apache Install Error

    My little experience will perhaps help you . Connection bridge the virtual machine will be built to the same network that your host machine ex : your IP 192.168.1.100 as a win , if you let in automatically , your server will have an ip like 192.168.1.1xx . You can ' ping 'your virtual machine from Windows and vice versa . So that your server is accessible from the outside it will ' forwarders ' via router / box on port 80 on the IP address of the virtual machine and typically c port 80. To access your server from your Windows : http://192.168.1.1xx:80 ds browser. The advantage is also easier to share between two machines.

  3. #3
    Join Date
    May 2008
    Posts
    2,680

    Re: VirtualBox Apache Install Error

    You can download Fedora from the Fedora Project Tracker . This tutorial uses Fedora 7 KDE Live CD (Fedora -7 - KDE - Live - i686.torrent ) like version. VirtualBox is a full virtualization of x86 hardware . It is currently the only virtualization solution quality professional is also available under Open Source license . Download VirtualBox here. Know that you can click on the images to see a higher resolution.

  4. #4
    Join Date
    Apr 2008
    Posts
    3,295

    Re: VirtualBox Apache Install Error

    Apache is a server software HTTP produced by the Apache Software Foundation. To install Frugalware, the following commands must be made by being root :
    Code:
        pacman -g2 -S apache
    Once this ordering , start the service " httpd ".
    Code:
      service httpd start
    If the service is running, you should receive something like this:
    Starting Apache web server ( no SSL)
    For this service to be launched in all starts , you simply enter the following command:
    Code:
    service httpd add

  5. #5
    Join Date
    Apr 2008
    Posts
    3,522

    Re: VirtualBox Apache Install Error

    Apache will be started automatically at every start your computer. Now still as root, you will be editing a file. Personally I use Gedit, I find it more convenient to have a graphical interface for making changes to the file : p

    Code:
        gedit / etc / httpd / conf / httpd.conf
    At line 323 , add " ServerName 127.0.0.1 " as we are local. If all went well , go to your browser and enter the following address :
    Optional : http://127.0.0.1 or http://localhost

  6. #6
    Join Date
    Apr 2008
    Posts
    3,267

    Re: VirtualBox Apache Install Error

    Go into your htdocs directory ( probably something like \ xampp \ htdocs )
    Create a file . htaccess and add the following:
    Redirect / http://outer/
    To create a file. htaccess in Windows , save the file name with quotation marks (". htaccess ") . Otherwise they could have . txt extension and hide windows automatically and you believe that this is a. htaccess .

Similar Threads

  1. Replies: 4
    Last Post: 05-05-2012, 05:59 PM
  2. How to install Apache, PHP and MySQL on Debian
    By blueprats in forum Guides & Tutorials
    Replies: 4
    Last Post: 15-06-2010, 04:21 PM
  3. Install PHP 5 to work with Apache 2.2 on Windows
    By Rudra.J in forum Guides & Tutorials
    Replies: 1
    Last Post: 06-02-2010, 03:33 PM
  4. Cannot install apache
    By Clemens in forum Operating Systems
    Replies: 3
    Last Post: 13-02-2009, 09:46 AM
  5. How to install Apache server
    By Dodge in forum Windows Software
    Replies: 5
    Last Post: 14-10-2008, 02:46 PM

Tags for this Thread

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
Page generated in 1,713,281,905.28562 seconds with 17 queries