ubuntuforums-unanswered team mailing list archive
-
ubuntuforums-unanswered team
-
Mailing list archive
-
Message #06892
Re: [Question #77406]: Configuring apache2 server
Question #77406 on apache2 in ubuntu changed:
https://answers.launchpad.net/ubuntu/+source/apache2/+question/77406
Status: Open => Answered
Damiano Venturin proposed the following answer:
Hi Myroslav, I'm late, sorry. Heavy week
tip: when you need to attach a document, paste it on http://pastebin.org
* I can't see the access.log after a fresh boot
the most interesting row in your log file is: 'client denied by server
configuration: /usr/share/moodle/' but it doesn't help that much. Anyway
everything points to a misconfiguration in apache
* test A)
we create a simple php file a check it after a fresh reboot
sudo echo "<?php phpinfo(); ?>" > /var/www/phpinfo.php
fresh reboot and then from the browser http://localhost/phpinfo.php
if it doesn't work we have a firewall somewhere or some issue into the apache configuration
* test B)
just to understand why phpmyadmin doesn't work (this is really strange)
pls paste the output on pastebin
ls -lh /usr/share/phpmyadmin
cat /etc/apache2/conf.d/phpmyadmin.conf
* test C)
just to have a look to apache's conf files: (on pastebin)
sudo apt-get install tree
cd /etc/apache2/
tree -L 2
ciao!
--
You received this question notification because you are a member of UF
Unanswered Posts Team, which is an answer contact for Ubuntu.