Can not get install working

4 views
Skip to first unread message

Troy

unread,
Dec 14, 2009, 11:24:32 AM12/14/09
to fredistrano-discuss
I'm trying to get fredistrano running on our development server Apache
install and need some help. When I go to http://wtpwindev:81/fredistrano/
or http://wtpwindev:81/fredistrano/index.php the page stays loading...
and never returns. There is nothing in in the error.log. I've also
enabled the debug parameter. I have tried version 0.3.2 and the new
RC3 with the same results.

I believe it is a URL rewriting problem. I'm a novice when it comes
to URL rewriting. I enable RewriteLog, here is the ouput:


192.168.0.116 - - [14/Dec/2009:10:53:52 --0500] [wtpwindev/sid#26c218]
[rid#110c580/initial] (2) init rewrite engine with requested uri /
fredistrano/index.php
192.168.0.116 - - [14/Dec/2009:10:53:52 --0500] [wtpwindev/sid#26c218]
[rid#110c580/initial] (1) pass through /fredistrano/index.php
192.168.0.116 - - [14/Dec/2009:10:53:52 --0500] [wtpwindev/sid#26c218]
[rid#110c580/initial] (3) [per-dir C:/Program Files/Apache Group/
Apache2/htdocs/fredistrano/] strip per-dir prefix: C:/Program Files/
Apache Group/Apache2/htdocs/fredistrano/index.php -> index.php
192.168.0.116 - - [14/Dec/2009:10:53:52 --0500] [wtpwindev/sid#26c218]
[rid#110c580/initial] (3) [per-dir C:/Program Files/Apache Group/
Apache2/htdocs/fredistrano/] applying pattern '^$' to uri 'index.php'
192.168.0.116 - - [14/Dec/2009:10:53:52 --0500] [wtpwindev/sid#26c218]
[rid#110c580/initial] (3) [per-dir C:/Program Files/Apache Group/
Apache2/htdocs/fredistrano/] strip per-dir prefix: C:/Program Files/
Apache Group/Apache2/htdocs/fredistrano/index.php -> index.php
192.168.0.116 - - [14/Dec/2009:10:53:52 --0500] [wtpwindev/sid#26c218]
[rid#110c580/initial] (3) [per-dir C:/Program Files/Apache Group/
Apache2/htdocs/fredistrano/] applying pattern '(.*)' to uri
'index.php'
192.168.0.116 - - [14/Dec/2009:10:53:52 --0500] [wtpwindev/sid#26c218]
[rid#110c580/initial] (4) RewriteCond: input='/fredistrano/index.php'
pattern='!/files/logs/.*\.xml$' => matched
192.168.0.116 - - [14/Dec/2009:10:53:52 --0500] [wtpwindev/sid#26c218]
[rid#110c580/initial] (2) [per-dir C:/Program Files/Apache Group/
Apache2/htdocs/fredistrano/] rewrite index.php -> app/webroot/
index.php
192.168.0.116 - - [14/Dec/2009:10:53:52 --0500] [wtpwindev/sid#26c218]
[rid#110c580/initial] (3) [per-dir C:/Program Files/Apache Group/
Apache2/htdocs/fredistrano/] add per-dir prefix: app/webroot/index.php
-> C:/Program Files/Apache Group/Apache2/htdocs/fredistrano/app/
webroot/index.php
192.168.0.116 - - [14/Dec/2009:10:53:52 --0500] [wtpwindev/sid#26c218]
[rid#110c580/initial] (2) [per-dir C:/Program Files/Apache Group/
Apache2/htdocs/fredistrano/] strip document_root prefix: C:/Program
Files/Apache Group/Apache2/htdocs/fredistrano/app/webroot/index.php -
> /fredistrano/app/webroot/index.php
192.168.0.116 - - [14/Dec/2009:10:53:52 --0500] [wtpwindev/sid#26c218]
[rid#110c580/initial] (1) [per-dir C:/Program Files/Apache Group/
Apache2/htdocs/fredistrano/] internal redirect with /fredistrano/app/
webroot/index.php [INTERNAL REDIRECT]
192.168.0.116 - - [14/Dec/2009:10:53:52 --0500] [wtpwindev/sid#26c218]
[rid#11163c8/initial/redir#1] (2) init rewrite engine with requested
uri /fredistrano/app/webroot/index.php
192.168.0.116 - - [14/Dec/2009:10:53:52 --0500] [wtpwindev/sid#26c218]
[rid#11163c8/initial/redir#1] (1) pass through /fredistrano/app/
webroot/index.php
192.168.0.116 - - [14/Dec/2009:10:53:52 --0500] [wtpwindev/sid#26c218]
[rid#11163c8/initial/redir#1] (3) [per-dir C:/Program Files/Apache
Group/Apache2/htdocs/fredistrano/app/webroot/] strip per-dir prefix:
C:/Program Files/Apache Group/Apache2/htdocs/fredistrano/app/webroot/
index.php -> index.php
192.168.0.116 - - [14/Dec/2009:10:53:52 --0500] [wtpwindev/sid#26c218]
[rid#11163c8/initial/redir#1] (3) [per-dir C:/Program Files/Apache
Group/Apache2/htdocs/fredistrano/app/webroot/] applying pattern '^(.*)
$' to uri 'index.php'
192.168.0.116 - - [14/Dec/2009:10:53:52 --0500] [wtpwindev/sid#26c218]
[rid#11163c8/initial/redir#1] (4) RewriteCond: input='C:/Program Files/
Apache Group/Apache2/htdocs/fredistrano/app/webroot/index.php'
pattern='!-d' => matched
192.168.0.116 - - [14/Dec/2009:10:53:52 --0500] [wtpwindev/sid#26c218]
[rid#11163c8/initial/redir#1] (4) RewriteCond: input='C:/Program Files/
Apache Group/Apache2/htdocs/fredistrano/app/webroot/index.php'
pattern='!-f' => not-matched
192.168.0.116 - - [14/Dec/2009:10:53:52 --0500] [wtpwindev/sid#26c218]
[rid#11163c8/initial/redir#1] (1) [per-dir C:/Program Files/Apache
Group/Apache2/htdocs/fredistrano/app/webroot/] pass through C:/Program
Files/Apache Group/Apache2/htdocs/fredistrano/app/webroot/index.php

fred

unread,
Dec 15, 2009, 2:34:26 AM12/15/09
to fredistrano-discuss
hi troy,

do you have other cakephp apps installed on this server ?
did you check in your phpinfo in the loaded modules that mod_rewrite
is present ?

see in the cakephp documentation if necessary =>
http://book.cakephp.org/view/37/Apache-and-mod_rewrite-and-htaccess

regards

fred

On Dec 14, 5:24 pm, Troy <troyandbi...@gmail.com> wrote:
> I'm trying to get fredistrano running on our development server Apache
> install and need some help.  When I go tohttp://wtpwindev:81/fredistrano/
> orhttp://wtpwindev:81/fredistrano/index.phpthe page stays loading...

Troy

unread,
Dec 15, 2009, 3:42:02 PM12/15/09
to fredistrano-discuss
Thanks Fred! That did it. I had to set AllowOverride from None to
All from the root directory:

<Directory />
Options FollowSymLinks
AllowOverride All
</Directory>

On Dec 15, 2:34 am, fred <fbol...@gmail.com> wrote:
> hi troy,
>
> do you have other cakephp apps installed on this server ?
> did you check in your phpinfo in the loaded modules that mod_rewrite
> is present ?
>
> see in the cakephp documentation if necessary =>http://book.cakephp.org/view/37/Apache-and-mod_rewrite-and-htaccess
>
> regards
>
> fred
>
> On Dec 14, 5:24 pm, Troy <troyandbi...@gmail.com> wrote:
>
> > I'm trying to get fredistrano running on our development server Apache
> > install and need some help.  When I go tohttp://wtpwindev:81/fredistrano/
> > orhttp://wtpwindev:81/fredistrano/index.phpthepage stays loading...
Reply all
Reply to author
Forward
0 new messages