Results 1 to 4 of 4
Greetings to all!
I have a problem with Apache web server.
I created a folder mrtg in /var/www/html with necessary files.
When i try to connect via web browser i ...
Enjoy an ad free experience by logging in. Not a member yet? Register.
- 07-13-2009 #1Just Joined!
- Join Date
- Feb 2009
- Posts
- 10
Apache problem
Greetings to all!
I have a problem with Apache web server.
I created a folder mrtg in /var/www/html with necessary files.
When i try to connect via web browser i get error message 403 forbidden you don't have permissions to access mrtg on this server.
I don't use apache often, so i don't know how to solve this problem, i searched with google but no luck.
Thanks in advance!
Dejan
- 07-13-2009 #2Linux Newbie
- Join Date
- Apr 2008
- Location
- India
- Posts
- 170
hi,
Check your .htaccess if there is some code move the .htaccess
how mrtg is installed is it running as demon ?
or compiled from source ?Regards
David.s
davidanands.co.cc
-->Success is the list of failures ...!!!
- 07-17-2009 #3Just Joined!
- Join Date
- Jul 2009
- Posts
- 58
Make sure that "Other" had both read and execute access on the directory. The Apache user needs to be able to read the files to display them.
# chmod o+rx <dir>
- 07-18-2009 #4Just Joined!
- Join Date
- Feb 2009
- Posts
- 10
Greetings to all!
I solved this problem....
The problem was in /etc/httpd/conf.d/mrtg.conf
I didn't set this file right
Now everything is ok!
Thanks!


Reply With Quote
