LinuxQuestions.org
Review your favorite Linux distribution.
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Software
User Name
Password
Linux - Software This forum is for Software issues.
Having a problem installing a new program? Want to know which application is best for the job? Post your question in this forum.

Notices


Reply
  Search this Thread
Old 06-08-2009, 04:11 PM   #31
billymayday
LQ Guru
 
Registered: Mar 2006
Location: Sydney, Australia
Distribution: Fedora, CentOS, OpenSuse, Slack, Gentoo, Debian, Arch, PCBSD
Posts: 6,678

Rep: Reputation: 122Reputation: 122

Yes he did - see post 14.

I don't think he's tried cleaning or reading the man page for yum though.
 
Old 06-08-2009, 04:17 PM   #32
athomas
Member
 
Registered: May 2009
Location: Eastern Shore, MD, USA
Distribution: CentOS 5.5
Posts: 184

Original Poster
Rep: Reputation: 15
Quote:
Originally Posted by billymayday View Post
Yes he did - see post 14.

I don't think he's tried cleaning or reading the man page for yum though.
Doesn't the clean all yum command remove all the packages that Yum has installed? Not really trying to remove the httpd installation...
 
Old 06-08-2009, 04:50 PM   #33
billymayday
LQ Guru
 
Registered: Mar 2006
Location: Sydney, Australia
Distribution: Fedora, CentOS, OpenSuse, Slack, Gentoo, Debian, Arch, PCBSD
Posts: 6,678

Rep: Reputation: 122Reputation: 122
Code:
CLEAN OPTIONS
       The following are the ways which you can invoke yum in clean mode. Note that "all files" in the  commands  below  means
       "all  files  in currently enabled repositories".  If you want to also clean any (temporarily) disabled repositories you
       need to use --enablerepo='*' option.

       yum clean packages
              Eliminate any cached packages from the system.  Note that packages are not automatically deleted after they  are
              downloaded.

       yum clean headers
              Eliminate all of the header files which yum uses for dependency resolution.

       yum clean metadata
              Eliminate  all  of  the files which yum uses to determine the remote availability of packages. Using this option
              will force yum to download all the metadata the next time it is run.

       yum clean dbcache
              Eliminate the sqlite cache used for faster access to metadata.  Using this option will force yum to recreate the
              cache the next time it is run.

       yum clean all
              Runs yum clean packages and yum clean headers, yum clean metadata and yum clean dbcache as above.
From man yum

Try reading it.
 
Old 06-08-2009, 06:35 PM   #34
athomas
Member
 
Registered: May 2009
Location: Eastern Shore, MD, USA
Distribution: CentOS 5.5
Posts: 184

Original Poster
Rep: Reputation: 15
Updating the RPM list and etc fixed it.

Where is the webroot for the Apache installation that comes with the Web Server group install? I searched for "poweredby.png" which is an image that loads on the Fedora Apache default page, but it didn't find it using 'find' or 'locate.' Ugh!
 
Old 06-09-2009, 01:46 AM   #35
John VV
LQ Muse
 
Registered: Aug 2005
Location: A2 area Mi.
Posts: 17,602

Rep: Reputation: 2648Reputation: 2648Reputation: 2648Reputation: 2648Reputation: 2648Reputation: 2648Reputation: 2648Reputation: 2648Reputation: 2648Reputation: 2648Reputation: 2648
web root for the default install ( rpm ) is /var/www

it is in the fedora documentation

I recommend to ALL who want to install the lamp ( Apache) stack is to build EVERYTHING from the source for the first 12 installs that way you will LEARN how to set it up , configure it( it can be VERY complicated to set up ) , hack it , and MOST importantly HOW TO LOCK IT DOWN
 
Old 06-09-2009, 10:13 AM   #36
athomas
Member
 
Registered: May 2009
Location: Eastern Shore, MD, USA
Distribution: CentOS 5.5
Posts: 184

Original Poster
Rep: Reputation: 15
var/www has a few folders, one being html. That's empty. Where is it getting the default index.* page from?
 
Old 06-09-2009, 04:21 PM   #37
billymayday
LQ Guru
 
Registered: Mar 2006
Location: Sydney, Australia
Distribution: Fedora, CentOS, OpenSuse, Slack, Gentoo, Debian, Arch, PCBSD
Posts: 6,678

Rep: Reputation: 122Reputation: 122
Try "locate index.ht"
 
Old 06-09-2009, 06:31 PM   #38
John VV
LQ Muse
 
Registered: Aug 2005
Location: A2 area Mi.
Posts: 17,602

Rep: Reputation: 2648Reputation: 2648Reputation: 2648Reputation: 2648Reputation: 2648Reputation: 2648Reputation: 2648Reputation: 2648Reputation: 2648Reputation: 2648Reputation: 2648
have you READ the httpd.conf (might be in /etc/httpd/conf) text file . That is the Apache CONFIG FILE .
http://httpd.apache.org/docs/2.2/configuring.html
http://httpd.apache.org/docs/2.2/mod...html#directory
http://httpd.apache.org/docs/2.2/sections.html


this is why I tell people to BUILD the FIRST 12 lamp stack - apache - installs from the source
 
Old 06-09-2009, 06:57 PM   #39
athomas
Member
 
Registered: May 2009
Location: Eastern Shore, MD, USA
Distribution: CentOS 5.5
Posts: 184

Original Poster
Rep: Reputation: 15
K, fixed that. Not sure where it was getting the placeholder page from, but making an index file in the var/www/html dir worked.

Is there any docs on the Web Server groupinstall that anyone knows of?
 
Old 06-09-2009, 11:04 PM   #40
John VV
LQ Muse
 
Registered: Aug 2005
Location: A2 area Mi.
Posts: 17,602

Rep: Reputation: 2648Reputation: 2648Reputation: 2648Reputation: 2648Reputation: 2648Reputation: 2648Reputation: 2648Reputation: 2648Reputation: 2648Reputation: 2648Reputation: 2648
there are about 1,000,000,000,000 on google
but this is for fedora 9 -- will work for fedora 10
http://www.howtoforge.com/perfect-server-fedora9

and of course
apache docs
http://httpd.apache.org/docs/2.2/
mysql docs
http://dev.mysql.com/doc/
the PhpMyAdmin docs
http://www.phpmyadmin.net/home_page/docs.php
the php docs
http://www.php.net/docs.php
use google for
Ruby,perl,awstats, and other things
 
Old 06-11-2009, 05:07 PM   #41
athomas
Member
 
Registered: May 2009
Location: Eastern Shore, MD, USA
Distribution: CentOS 5.5
Posts: 184

Original Poster
Rep: Reputation: 15
There's no mysqld in /etc/init.d. How do I start the service?

Where's phpmyadmin accessable from?
 
Old 06-11-2009, 05:17 PM   #42
billymayday
LQ Guru
 
Registered: Mar 2006
Location: Sydney, Australia
Distribution: Fedora, CentOS, OpenSuse, Slack, Gentoo, Debian, Arch, PCBSD
Posts: 6,678

Rep: Reputation: 122Reputation: 122
Is it installed?

yum list mysql-server
 
Old 06-11-2009, 07:24 PM   #43
John VV
LQ Muse
 
Registered: Aug 2005
Location: A2 area Mi.
Posts: 17,602

Rep: Reputation: 2648Reputation: 2648Reputation: 2648Reputation: 2648Reputation: 2648Reputation: 2648Reputation: 2648Reputation: 2648Reputation: 2648Reputation: 2648Reputation: 2648
Did you install PhpMyAdmin??
did you install MySQL ?
 
Old 06-11-2009, 11:29 PM   #44
athomas
Member
 
Registered: May 2009
Location: Eastern Shore, MD, USA
Distribution: CentOS 5.5
Posts: 184

Original Poster
Rep: Reputation: 15
Quote:
Originally Posted by John VV View Post
Did you install PhpMyAdmin??
did you install MySQL ?
Yep it was in the groupinstall.
 
Old 06-12-2009, 07:26 PM   #45
athomas
Member
 
Registered: May 2009
Location: Eastern Shore, MD, USA
Distribution: CentOS 5.5
Posts: 184

Original Poster
Rep: Reputation: 15
Sorry to bump again...
 
  


Reply


Thread Tools Search this Thread
Search this Thread:

Advanced Search

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
yum install PHP: yum tries to install duplicate httpd beebopbogo Linux - Software 1 05-26-2009 02:08 AM
PHP-OCI and YUM cristinaaragon Fedora 3 10-30-2007 09:32 AM
Yum php-mysql 3.22 vs 4.1 Crump Fedora 1 04-21-2007 06:49 AM
Can YUM Reinstall PHP? stefaandk Fedora 3 06-27-2005 07:23 PM
Need yum repos with php 4.3.11 ericcarlson Fedora 1 05-30-2005 08:48 AM

LinuxQuestions.org > Forums > Linux Forums > Linux - Software

All times are GMT -5. The time now is 11:28 AM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration