The tag has no wiki summary.

learn more… | top users | synonyms

0
votes
1answer
188 views

Create a Raspberry pi Webserver with a domain name

Hey I just set up my apache web-server using this tutorial http://www.jeremymorgan.com/tutorials/raspberry-pi/how-to-raspberry-pi-web-server/ and since I have a registered domain name (pillower.com) ...
1
vote
1answer
53 views

access to webpage from other computer giving error

I installed apache2 following some tutorial, but I got stuck and am not sure if the server has been installed correctly. I want to access my shell outside the network. I think I port forwarded and ...
0
votes
0answers
55 views

apache “wait” 30 seconds to send reply

I use my pi for hosting some webservice (like owncloud or gitlist). Recently I added tiny tiny rss, everythings is working fine except that apache wait 30 seconds to send the reply of php pages , I ...
0
votes
1answer
358 views

Citadel server along Apache server behind a router

I have an Apache server running on my Raspberry Pi. The Pi is behind a router, having local IP address 192.192.192.192. I use the Virtual Server feature of the router to allow traffic through ports ...
4
votes
1answer
1k views

Apache2 subtext can't acces 000-default

I have been using Apache2 and webmin with my Raspberry Pi. After a restart and reinstallations Apache won't start. > sudo /etc/init.d/apache2 restart apache2: Syntax error on line 268 of ...
3
votes
0answers
260 views

Why is there no 'www-data' group by default? [closed]

I just tried to install (and then start) Apache2 HTTPD, but was greeted with the error: apache2: bad group name 'www-data' I quickly checked my /etc/group, and there is no www-data group. I always ...