Re: [Phpgedview-talk] Configuring of phpgedview
Brought to you by:
canajun2eh,
yalnifj
|
From: <jmh...@op...> - 2007-05-11 04:07:11
|
Douglas
The index.php is in my DirectoryIndex as required but I think I may have spotted the problem but not sure how to fix it.
When making the entry below I did not change the paths and created the workspace/future folders as they did not exist. In reading the instruction related to this I noted that we needed to change the path. Here lies my question, what path am I meant to use?
Alias /pgv "C:/phpGedView/workspace/future/"
<Directory "C:/phpGedView/workspace/future/">
Options Indexes FollowSymLinks MultiViews ExecCGI
AllowOverride All
Order allow,deny
Allow from all
</Directory>
I have also made the index and media folders writeable as well. Still no go with being able to login to mysql.
Regards
John
> Douglas Hurst <ob...@ho...> wrote:
>
> Based on what I've read, it seems to me that you're simply missing the
> default file (probably index.php) in your DirectoryIndex. Since it can't
>
> find an index.html
> then it's defaulting the directory listing instead.
>
> Douglas
>
> jmh...@op... wrote:
> > Waldo
> >
> >
> > Once again thank you for your reply.
> >
> > Your comment re what I am seeing is correct.
> >
> > If I then click on Parnet Directory it then displays a page with It
> Work! and the address is http://localhost/.
> >
> > My OS is XP Home Edition. I know this is not the best but I am about
> to look to upgrade my laptop and moving to Vista Ultimate.
> >
> > Regards
> >
> > John
> >
> >
> >
> >> waldo kitty <wki...@al...> wrote:
> >>
> >>
> >> i'm answering and keeping this in the list as it may be helpful to
> >> others with
> >> similar problems... a problem that many lists have is too much gets
> >> taken
> >> offlist when it would be beneficial to others so i tend to keep all
> my
> >> responses
> >> on the lists... call it old habit ;)
> >>
> >> John Henriksen wrote:
> >>
> >>> Here are the details you are asking for
> >>>
> >>> 1. Version of Apache is 2.2
> >>>
> >> ok... i've not worked with apache v2 stuff as of yet... shouldn't
> matter
> >> though...
> >>
> >>
> >>> 2. Not sure how to tell if I am running php as cgi or from apache
> >>>
> >> module
> >>
> >> below you show that you are loading the module which indicates that
> you
> >> are
> >> running it as a module instead of kicking it off as an external app
> like
> >> from a
> >> .BAT file... module is good...
> >>
> >>
> >>> 3. I have got this working and showing all internal settings etc
> >>>
> >> including a
> >>
> >>> section on gd and mysql as required.
> >>>
> >> ok, good...
> >>
> >>
> >>> 4. (This is no is repeated) This is first 4. in your email
> >>>
> >> yeah, i went back and added another question and was renumbering and
> got
> >>
> >> distracted...
> >>
> >>
> >>> This is what I have in the httpd.conf file
> >>>
> >>> #BEGIN PHP INSTALLER EDITS - REMOVE ONLY ON UNINSTALL
> >>> LoadModule php5_module "C:/Program Files/PHP/php5apache2_2.dll"
> >>> AddType application/x-httpd-php .php
> >>> #END PHP INSTALLER EDITS - REMOVE ONLY ON UNINSTALL
> >>>
> >> ok, there's both, the module load and the addtype... they have some
> sort
> >> of
> >> installer, hunh? should be ok... i've had to put all mine in
> manually...
> >>
> >>
> >>> In the 2nd no 4 - The DirectoryIndex line is as supplied by you
> >>>
> >> ok...
> >>
> >>
> >>> 5. I added these from a reply I got via the help forum on
> phpGedView.
> >>>
> >> This
> >>
> >>> did not fix the problem.
> >>>
> >> one of them appears to have been entered by whatever installer
> adjusted
> >> apache
> >> for php to work...
> >>
> >>
> >>> I have attached both the php.ini file and httpd.conf files in case
> you
> >>>
> >> can
> >>
> >>> see something thing else.
> >>>
> >> no, i do not really see anything else...
> >>
> >> i want to verify, though, after rereading your original message...
> all
> >> you are
> >> seeing is a directory listing but no files? just parent directory??
> if
> >> this is
> >> more accurate of what you are seeing when you try to access the
> >> http://yourhost/PGV/ directory, then we may be on to something...
> >>
> >> also, what OS is this running on?
> >>
> >> --
> >> _\/
> >> (@@) Waldo Kitty, Waldo's Place USA
> >> __ooO_( )_Ooo_____________________ telnet://bbs.wpusa.dynip.com
> >> _|_____|_____|_____|_____|_____|_____ http://www.wpusa.dynip.com
> >> ____|_____|_____|_____|_____|_____|_____ ftp://ftp.wpusa.dynip.com
> >> _|_Eat_SPAM_to_email_me!_YUM!__|_____|_____ wkitty42 -at- alltel.net
> >>
> >>
> >> ---
> >> avast! Antivirus: Outbound message clean.
> >> Virus Database (VPS): 000739-1, 05/10/2007
> >> Tested on: 5/10/07 13:05:01
> >> avast! - copyright (c) 1988-2007 ALWIL Software.
> >> http://www.avast.com
> >>
> >>
> >>
> >>
> >>
> -------------------------------------------------------------------------
>
> >>
> >> This SF.net email is sponsored by DB2 Express
> >> Download DB2 Express C - the FREE version of DB2 express and take
> >> control of your XML. No limits. Just data. Click to get it now.
> >> http://sourceforge.net/powerbar/db2/
> >> _______________________________________________
> >> Phpgedview-talk mailing list
> >> Php...@li...
> >> https://lists.sourceforge.net/lists/listinfo/phpgedview-talk
> >>
> >
> >
> -------------------------------------------------------------------------
>
> > This SF.net email is sponsored by DB2 Express
> > Download DB2 Express C - the FREE version of DB2 express and take
> > control of your XML. No limits. Just data. Click to get it now.
> > http://sourceforge.net/powerbar/db2/
> > _______________________________________________
> > Phpgedview-talk mailing list
> > Php...@li...
> > https://lists.sourceforge.net/lists/listinfo/phpgedview-talk
> >
> >
> >
>
>
> -------------------------------------------------------------------------
>
> This SF.net email is sponsored by DB2 Express
> Download DB2 Express C - the FREE version of DB2 express and take
> control of your XML. No limits. Just data. Click to get it now.
> http://sourceforge.net/powerbar/db2/
> _______________________________________________
> Phpgedview-talk mailing list
> Php...@li...
> https://lists.sourceforge.net/lists/listinfo/phpgedview-talk
|