|
| ||||||||||
| Tags: apache, apache error, apache install, virtualbox, virtualbox apache |
![]() |
| | Thread Tools | Search this Thread |
|
#1
| |||
| |||
| VirtualBox Apache Install Error
|
|
#2
| |||
| |||
| 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
| ||||
| ||||
| 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
| ||||
| ||||
| 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 Code: service httpd start 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
| ||||
| ||||
| 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 Optional : http://127.0.0.1 or http://localhost |
|
#6
| ||||
| ||||
| 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 . |
![]() |
|
| Thread Tools | Search this Thread |
| |
Similar Threads for: "VirtualBox Apache Install Error" | ||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Installing php-apache on Iomega StorCenter ix2-200 NAS gives error: apache.postinst returned 1 | Shoya | Networking & Security | 4 | 05-05-2012 05:59 PM |
| How to install Apache, PHP and MySQL on Debian | blueprats | Guides & Tutorials | 4 | 15-06-2010 04:21 PM |
| Install PHP 5 to work with Apache 2.2 on Windows | Rudra.J | Guides & Tutorials | 1 | 06-02-2010 02:33 PM |
| Cannot install apache | Clemens | Operating Systems | 3 | 13-02-2009 08:46 AM |
| How to install Apache server | Dodge | Windows Software | 5 | 14-10-2008 02:46 PM |