Re: [us...@httpd] Mythweb Access Forbidden

2010-08-27 Thread Mark Adams
Okay, fixed it. Listen up: First, for some reason php5 wasn't being loaded. I added a line to httpd.conf: LoadModule php5_moduleextramodules/mod_php5.so Restart httpd and viola, php5 is loading. That was the first thing I fixed. I have no idea why it wasn't loading to begin with. B

Re: [us...@httpd] Mythweb Access Forbidden

2010-08-26 Thread Mark Adams
, 2010 at 4:50 PM, Justin Pasher wrote: > -Original Message- From: Mark Adams >> Sent: 25 August, 2010 17:10 >> To: users@httpd.apache.org >> Subject: Re: [us...@httpd] Mythweb Access Forbidden >> >> Okay, thanks Martin. I am beat. I'm going to turn in a

Re: [us...@httpd] Mythweb Access Forbidden

2010-08-25 Thread Mark Adams
"default" string, well, > you have several options. > > a) go trought code and find out what and why it is broken. > b) simply exchange .'tmpl'. with default so it will look: > > require 'modules/_shared/tmpl/default/header.php'; > > c) ask deve

Re: [us...@httpd] Mythweb Access Forbidden

2010-08-25 Thread Mark Adams
file present on > system and if yes, try to change function > > require(modules/_shared/tmpl/tmpl/header.php); > > to > > require(/var/www/html/mythweb/modules/_shared/tmpl/tmpl/header.php); > > mh > > > On Wed, Aug 25, 2010 at 6:38 PM, Mark Adams wrote: > >>

Re: [us...@httpd] Mythweb Access Forbidden

2010-08-25 Thread Mark Adams
On Wed, Aug 25, 2010 at 10:42 AM, Eric Covener wrote: > On Wed, Aug 25, 2010 at 12:38 PM, Mark Adams wrote: > > Warning at > > /var/www/html/mythweb/modules/_shared/tmpl/_errors/db_vars_error.php, > line > > 23: > > require(modules/_shared/tmpl/tmpl/header.php) [

Re: [us...@httpd] Mythweb Access Forbidden

2010-08-25 Thread Mark Adams
On Wed, Aug 25, 2010 at 10:26 AM, Steven Pierce wrote: > > I did not see anyone else ask, but where is your DNS coming from? > > > On 8/25/10 9:05 AM, Mark Adams wrote: > >> I really hate to bother the group with this issue because my ignorance >> about apache access

Re: [us...@httpd] Mythweb Access Forbidden

2010-08-25 Thread Mark Adams
t; > DirectoryIndex mythweb.php index.html index.php > > mh > > > On Wed, Aug 25, 2010 at 6:21 PM, Mark Adams wrote: > >> I'm sorry Martin, that makes little sense to me. This thing is setup by >> defaults to point to /var/www/html/mythweb and execute mythweb

Re: [us...@httpd] Mythweb Access Forbidden

2010-08-25 Thread Mark Adams
not present in directory. Logical result of it is 403. > > I hope it will help you. > > mh > > > On Wed, Aug 25, 2010 at 6:10 PM, Mark Adams wrote: > >> >> >> On Wed, Aug 25, 2010 at 10:06 AM, Frank Gingras < >> francois.ging...@gmail.com> wrote

Re: [us...@httpd] Mythweb Access Forbidden

2010-08-25 Thread Mark Adams
ease send us error.log where is the 403 error. > > mh > > > On Wed, Aug 25, 2010 at 6:05 PM, Mark Adams wrote: > >> I really hate to bother the group with this issue because my ignorance >> about apache access is so profound. But here goes. >> >> I was att

Re: [us...@httpd] Mythweb Access Forbidden

2010-08-25 Thread Mark Adams
On Wed, Aug 25, 2010 at 10:06 AM, Frank Gingras wrote: > On 25/08/2010 12:05 PM, Mark Adams wrote: > >> I really hate to bother the group with this issue because my ignorance >> about >> apache access is so profound. But here goes. >> >> I was attemptin

[us...@httpd] Mythweb Access Forbidden

2010-08-25 Thread Mark Adams
files, at pastbin if it would help. Can anybody tell me anything? -- Mark Adams