On Jan 21, 2008 11:16 AM, <[EMAIL PROTECTED]> wrote: > I'm having a little trouble getting www-apps/online-bookmarks set up.
<snip> > When I fill in my server I see a listing like one might see in a file > browser. > > The online site claims it will be linked to an install process but > that is true here. > > Its a file listing of a bunch of php files but opening the install.php > does not lead to anything usefull... Instead you see a php text file > that doesn't really work as described. Haven't used online-bookmarks before myself, but it soulds like Apache isn't configured properly for PHP scripts - try *adding* the following to your /etc/conf.d/apache2 file in the APACHE2_OPTS line (inside the double-quotes): -D PHP -D PHP5 and then do: /etc/init.d/apache2 stop && /etc/init.d/apache2 start (I've found that sometimes a "/etc/init.d/apache2 restart" tries to start the apache2 processes again before the old processes have fully closed out, so will sometimes error out...) HTH- James -- [email protected] mailing list

