Forum
  • Search
  • Member List
  • Calendar
Hello There, Guest! Login Register — Login with Facebook

How to install apache on xbian?
Thank you for your donation

Post Reply 
 
Thread Rating:
  • 0 Votes - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Threaded Mode | Linear Mode
How to install apache on xbian?
20th Dec, 2013, 03:47 AM
Post: #1
lukeg01 Offline
Registered
Posts: 77
Joined: Dec 2013
Reputation: 1
How to install apache on xbian?
hello
after some installproblems (stucked at rezising fs) where fixed i'am wondering how to install apache on it .
i can find arround every where that they did it , but nowhere so please help

luke
Find all posts by this user
Quote this message in a reply
20th Dec, 2013, 05:17 AM
Post: #2
IriDium Offline
Inquisitor
******
Posts: 2,025
Joined: Jan 2013
Reputation: 170
RE: How to install apache on xbian?
Please read and follow the instructions as requested in Please read before you post - a link is in my signature.


The easiest way is to ssh into you RPi.
Run xbian-config => 4) Packages => 12) Web =? 2) Webserver.

This will install PHP and Apache.

Alternatively
Terminal
sudo apt-get install apache2

Please read before you post
How to post a log file

If you liked my help, click on "Thanks" to show your appreciation.
Find all posts by this user
Quote this message in a reply
20th Dec, 2013, 06:41 AM
Post: #3
lukeg01 Offline
Registered
Posts: 77
Joined: Dec 2013
Reputation: 1
RE: How to install apache on xbian?
Okay, thanks but how to configure it?
Find all posts by this user
Quote this message in a reply
24th Jan, 2014, 06:31 PM
Post: #4
josch Offline
Registered
Posts: 85
Joined: Jan 2014
Reputation: 17
RE: How to install apache on xbian?
I won't suggest apache on the RPi. It's a bit heavy for it. You should better try nginx.

My setup:
Software: XBian version: 1.0RC3 | XBMC version: 13.2 (Gotham) | Overclock settings: High
Hardware: RPi model: B | Power: DUB-H7 | SD: Tanscend Class 10 | Network: Wireless
Find all posts by this user
Quote this message in a reply
25th Jan, 2014, 01:34 AM
Post: #5
lukeg01 Offline
Registered
Posts: 77
Joined: Dec 2013
Reputation: 1
RE: How to install apache on xbian?
(24th Jan, 2014 06:31 PM)josch Wrote:  I won't suggest apache on the RPi. It's a bit heavy for it. You should better try nginx.


Are there any other differences ?( and does ik support php)
Find all posts by this user
Quote this message in a reply
25th Jan, 2014, 01:55 AM
Post: #6
josch Offline
Registered
Posts: 85
Joined: Jan 2014
Reputation: 17
RE: How to install apache on xbian?
Apache is very powerful if you want to have a large webserver. But I guess (without knowing yet) that nginx will fit all your needs
and it's running way faster on the RPi. So, what kind of stuff do you want to do with that webserver?

Sure it can handle PHP! It's a full-value webserver.

My setup:
Software: XBian version: 1.0RC3 | XBMC version: 13.2 (Gotham) | Overclock settings: High
Hardware: RPi model: B | Power: DUB-H7 | SD: Tanscend Class 10 | Network: Wireless
Find all posts by this user
Quote this message in a reply
25th Jan, 2014, 02:10 AM
Post: #7
IriDium Offline
Inquisitor
******
Posts: 2,025
Joined: Jan 2013
Reputation: 170
RE: How to install apache on xbian?
I haven't run it but as apache + PHP comes as an xbian package it should be kept up to date with future developments.

However, there are many options out there.

do sudo apt-cache search webserver and sudo apt-cache search web/proxy

As @josch mentions it all depends what you want to do with it. If it's just a small webserver for home use, then Apache might be a bit of a juggernaut if all you need is a van.

Please read before you post
How to post a log file

If you liked my help, click on "Thanks" to show your appreciation.
Find all posts by this user
Quote this message in a reply
25th Jan, 2014, 02:12 AM
Post: #8
lukeg01 Offline
Registered
Posts: 77
Joined: Dec 2013
Reputation: 1
RE: How to install apache on xbian?
(25th Jan, 2014 02:10 AM)IriDium Wrote:  I haven't run it but as apache + PHP comes as an xbian package it should be kept up to date with future developments.

However, there are many options out there.

do sudo apt-cache search webserver and sudo apt-cache search web/proxy

As @josch mentions it all depends what you want to do with it. If it's just a small webserver for home use, then Apache might be a bit of a juggernaut if all you need is a van.

Can I use PHP with ngix
Find all posts by this user
Quote this message in a reply
25th Jan, 2014, 02:32 AM
Post: #9
IriDium Offline
Inquisitor
******
Posts: 2,025
Joined: Jan 2013
Reputation: 170
RE: How to install apache on xbian?
(25th Jan, 2014 02:12 AM)lukeg01 Wrote:  
(25th Jan, 2014 02:10 AM)IriDium Wrote:  I haven't run it but as apache + PHP comes as an xbian package it should be kept up to date with future developments.

However, there are many options out there.

do sudo apt-cache search webserver and sudo apt-cache search web/proxy

As @josch mentions it all depends what you want to do with it. If it's just a small webserver for home use, then Apache might be a bit of a juggernaut if all you need is a van.

Can I use PHP with ngix

Read this PHP

Please read before you post
How to post a log file

If you liked my help, click on "Thanks" to show your appreciation.
Find all posts by this user
Quote this message in a reply
25th Jan, 2014, 02:47 AM
Post: #10
lukeg01 Offline
Registered
Posts: 77
Joined: Dec 2013
Reputation: 1
RE: How to install apache on xbian?
(25th Jan, 2014 02:32 AM)IriDium Wrote:  
(25th Jan, 2014 02:12 AM)lukeg01 Wrote:  
(25th Jan, 2014 02:10 AM)IriDium Wrote:  I haven't run it but as apache + PHP comes as an xbian package it should be kept up to date with future developments.

However, there are many options out there.

do sudo apt-cache search webserver and sudo apt-cache search web/proxy

As @josch mentions it all depends what you want to do with it. If it's just a small webserver for home use, then Apache might be a bit of a juggernaut if all you need is a van.

Can I use PHP with ngix

Read this PHP

The link redirects to here
Find all posts by this user
Quote this message in a reply
25th Jan, 2014, 02:56 AM
Post: #11
josch Offline
Registered
Posts: 85
Joined: Jan 2014
Reputation: 17
RE: How to install apache on xbian?
Dodgy

Sorry, but you should really begin to read the entire posts attentively.

Here are two links for you:
  • Differences of nginx and apache
  • Setting up nginx on Raspberry Pi

My setup:
Software: XBian version: 1.0RC3 | XBMC version: 13.2 (Gotham) | Overclock settings: High
Hardware: RPi model: B | Power: DUB-H7 | SD: Tanscend Class 10 | Network: Wireless
Find all posts by this user
Quote this message in a reply
25th Jan, 2014, 03:14 AM
Post: #12
IriDium Offline
Inquisitor
******
Posts: 2,025
Joined: Jan 2013
Reputation: 170
RE: How to install apache on xbian?
The link redirects to @josch where he stipulates about PHP - if you can't be bothered to read the posts, then why should we be bothered to help you?

Please read before you post
How to post a log file

If you liked my help, click on "Thanks" to show your appreciation.
Find all posts by this user
Quote this message in a reply
25th Jan, 2014, 03:21 AM
Post: #13
lukeg01 Offline
Registered
Posts: 77
Joined: Dec 2013
Reputation: 1
RE: How to install apache on xbian?
(25th Jan, 2014 03:14 AM)IriDium Wrote:  The link redirects to @josch where he stipulates about PHP - if you can't be bothered to read the posts, then why should we be bothered to help you?

I'm sorry I think I read it to fast,
My appologies
Find all posts by this user
Quote this message in a reply
25th Jan, 2014, 03:41 AM
Post: #14
josch Offline
Registered
Posts: 85
Joined: Jan 2014
Reputation: 17
RE: How to install apache on xbian?
Just check the second link from my post (#11). It will redirect you to google, but there are a lot of helpful sites
with step-by-step tutorials linked. If there are any more questions, just ask again. I setted up nginx too on my XBian.

My setup:
Software: XBian version: 1.0RC3 | XBMC version: 13.2 (Gotham) | Overclock settings: High
Hardware: RPi model: B | Power: DUB-H7 | SD: Tanscend Class 10 | Network: Wireless
Find all posts by this user
Quote this message in a reply
« Next Oldest | Next Newest »
Post Reply 


  • View a Printable Version
  • Send this Thread to a Friend
  • Subscribe to this thread
Forum Jump:

Current time: 20th May, 2025, 04:38 AM Powered By MyBB, © 2002-2025 MyBB Group.