These questions relate to using the Pi as a web server, including installation and configuration.
Questions tagged [web-server]
354 questions
23
votes
7 answers
Is there a lightweight webserver that will serve dynamic content?
I'm building an image with a Nagios server. One of the problems of the raspberry pi is that the memory is quite small on the raspberry pi. So I'll be using a light weight interface based on php-apc instead of the standard one.
I was wondering what…
Lucas Kauffman
- 875
- 2
- 7
- 15
15
votes
5 answers
How can I find my Pi's external (public) IP address?
I cannot seem to figure out what my external IP address is on my Pi. I believe I will need to know it in order for me to allow other people to send information to the web server I have that is running off of my Raspberry Pi. My Pi's web server is…
jim
- 151
- 1
- 1
- 3
7
votes
3 answers
What web servers can I install on the Raspberry Pi?
I'm considering using a bunch of Raspberry Pi's as low-cost distributed load balanced web servers. This is probably a terrible idea but I wanted to investigate it anyway.
Could I install IIS or something similar on a Raspberry Pi?
Sean Long
- 173
- 1
- 1
- 4
6
votes
5 answers
How do I make my Raspberry Pi web server public?
So I finally got a web server going, except it's only available to my local network, and I'd like to make it public. I have a D-Link DIR-615 as a router, my Pi's IP address is 192.168.0.14 and my public IP info looks like this:
IP Information:…
Jim Jones
- 187
- 1
- 2
- 4
5
votes
6 answers
Is it possible to host Discourse on a Raspberry PI
Any one tried to host discourse (http://www.discourse.org/) on a raspberry pi? Or is there any issue that cannot be solved on a pie?
p0wl
- 169
- 2
4
votes
1 answer
Running Jetty webserver
I just installed Jetty 6.1.18 on my raspberry pi via apt-get but I have trouble running it.
It works fine when using the start.jar directly (in /usr/share/jetty) with sudo java -jar start.jar, so I can see the "welcome to Jetty" html page when…
dm76
- 163
- 1
- 1
- 6
3
votes
1 answer
Using a Pi to run a graph database (Neo4j)
I am doing some research into using the Pi to host an iOS app. It seems like the Pi's performance as a normal web server is actually quite impressive (especially when compared to the control server used in the test).
Neo4j is an open source NoSQL…
Adam Carter
- 131
- 1
- 3
2
votes
1 answer
R Pi as web server for Code Igniter
Im trying to use R Pi 2 as web server for a simple system created using CodeIgniter. I was able to install LAMP, php7, mysql, phpmyadmin. Localhost shows the installation was successful. I tried to copy the CI app to /var/www/html through Filezilla…
gendave
- 39
- 3
2
votes
3 answers
I cannot connect to the internet via ethernet (Bell Canada Fibe Modem)
I am a totally new Raspberry Pi user. After connecting all the cables into their proper places, the Pi (model B) is on but I cannot connect to the internet.
My internet service provider is Bell Canada. It is "Fibe" (DSL?) and the router is a…
user8297
- 21
- 1
- 2
2
votes
1 answer
Can't access web server via hostname
I had setup my hostname to raspi a few days ago, and I could access my web server fine via raspi.local, but it's suddenly stopped working, and I get 'This page is not available'.
A few things to note:
I can access it via the IP address of the…
ᔕᖺᘎᕊ
- 213
- 2
- 4
- 11
2
votes
2 answers
Execute C program from web server
When clicking a button on my web server, I need a C script executed.
I'm using CGI but I'm getting:
[Tue Dec 10 11:17:57 2013] [error] [client 172.17.223.62] Premature
end of script headers: set01.cgi, referer:
The C program is this:
#include…
Aldridge1991
- 131
- 1
- 2
2
votes
0 answers
What is the real-world performance of a Raspberry Pi 3 webserver?
On https://cheapskatesguide.org/articles/raspberry-pi-webserver.html, it says, "I recently had the opportunity to observe the performance of a Lighttpd web server running on a Raspberry Pi 3 while connected to the Internet under "heavy" load. …
anaon
- 21
- 1
1
vote
1 answer
Raspberry Pi Wordpress install very slow
I had some problems getting this installed so I did it again on a clean wheezy latest distro. The server ran pretty fast locally with an old HTML website then when I got Wordpress installed it wouldn't work but no matter , I installed Wordpress in…
Jay
- 11
- 2
1
vote
2 answers
How to check whether a Webserver is Installed in Pi or not?
How to check which Webserver is Installed in Pi and How to access It From From My PC.. I Mean where will be The WWW Folder located in Pi. In windows Pc It will be There in WAMP/LAMP/XAMMP Folder
netstat -tlnp
(Not all processes could be…
user40138
- 363
- 2
- 5
- 10
1
vote
1 answer
Configuring a Google Apps domain + email with raspberry pi
Now that I have being playing with my raspberry pi for a week, I'm thinking about migrating my self hosted wordpress instance on Vlexofree.com to Ghost hosted on my pi.
I have two questions -
My primary email works off Google Apps. Is it possible…
nikhil
- 111
- 3