logo
Apache Lounge
Webmasters

 

About Forum Index Downloads Search Register Log in RSS X


Keep Server Online

If you find the Apache Lounge, the downloads and overall help useful, please express your satisfaction with a donation.

or

Bitcoin

A donation makes a contribution towards the costs, the time and effort that's going in this site and building.

Thank You! Steffen

Your donations will help to keep this site alive and well, and continuing building binaries. Apache Lounge is not sponsored.
Post new topic   Forum Index -> Apache View previous topic :: View next topic
Reply to topic   Topic: Apache and Linux (With error log)
Author
Fidbeck



Joined: 06 Nov 2012
Posts: 1
Location: Portugal

PostPosted: Tue 06 Nov '12 22:47    Post subject: Apache and Linux (With error log) Reply with quote

Hello there

I've installed apache through command line
sudo apt-get install apache2

and it installed and worked fine until I had to log off.

a few time later when I logged in it didn't work. says I have no permission.

Does anyone know how to fix this?
Thanks

Here is the apache error log file
http://paste2.org/p/2438320
Back to top
cbj4074



Joined: 02 Nov 2012
Posts: 24
Location: United States

PostPosted: Wed 07 Nov '12 17:03    Post subject: Reply with quote

It seems unusual for the default permissions on Apache's document root to be set incorrectly.

Well, what are the current permissions on Apache's document root? If you are on Debian or Ubuntu, Apache's document root is probably /var/www.

What is the output of the following command on your system?

Code:

ls -lah /var/www
Back to top


Reply to topic   Topic: Apache and Linux (With error log) View previous topic :: View next topic
Post new topic   Forum Index -> Apache