[KLUG Members] Can't connect to localhost

Jon Smitley members@kalamazoolinux.org
26 Apr 2003 09:49:25 +0000


Another step accomplished.  I now get a response that asks me if I want
to open the addressed ".php" file. If I open I get the file not found on
this server.  This happens with both the -

DaDaBIK - http://localhost/my_dadabik/install.php

and

phpMyAdmin - http://localhost/phpMyAdmin/index.php

I do not know what the "install" address will produce in DadaBIK, but
the phpMyAdmin documentation says that I should a welcome screen.  Could
this have something to do with PHP.  I installed the PHP that came with
my distro Suse8.1 Pro.  Again thanks Bob, I (or should I say we) have
made progress, I think.

On Sat, 2003-04-26 at 05:54, Robert G. Brown wrote:
> >Thanks for replying Bob,
> >
> >The 'dadabik' files are in  /my_dadabik  (root directory), phpmyadmin
> >went into the default directory of a Suse install, in other words - I
> >don't yet know. Damn.
> 
> Find the file httpd.conf On RH it is in /etc/httpd/conf. It may be in the same
> place on SuSE... a good way to find it:
> as root...
> find / -name httpd\,conf -print
> 
> Now, look in that file for a line that starts with DocumentRoot, like:
> 
> DocumentRoot "/var/www/html"
> 
> cd to that dirctoy, and install the files there, preferably in a subdirectory.
> 
> if you unpack the files into a subsirectoy, like /var/www/html/whatever ,
> you'll be able to run the install php script with
> 
> http://localhost/whatever/install.php
> 
> sometimes all of the files in a tar file end up in a subdirectory created
> when thetar is unpacked. You might end up with a directory inside the 
> "whatever" subdirectoy, but don't worry, all you have to do is add that to the 
> URL:
> 
> http://localhost/whatever/something-else/install.php
> 
> perhaps 
> mv /my_dadabi /var/www/html/my_dadabi
> will work swell, and then the url is....
> 
> http://localhost/my_dadabi/install.php
> 
> Good luck with this!
> 
> 							Regards,
> 							---> RGB <---
-- 
Jon Smitley <lunitix@earthlink.net>