Moodle install Fedora 14 [HELP]

Discussion in 'Server Operation' started by custodesonit, Mar 2, 2011.

  1. custodesonit

    custodesonit New Member

    Hi, I'm kinda new to this forum, fist time I post here!

    Well I'm needing help to install moodle in fedora 14, I've try $ yum install moodle

    and it did the install and it has complete with no errors, but when I try to access by typing localhost/moodle or /localhost/moodle/admin it cannot access. Plz help me out !!!
     
  2. falko

    falko Super Moderator Howtoforge Staff

    Please make sure that Apache is started.

    What's the output of
    Code:
    netstat -tap
    ?
     
  3. custodesonit

    custodesonit New Member

    Posting my [netstat -tap]

    Hi sorry to take so much time to awnser, here is my netstat -tap

    HTML:
    # netstat -tap
    Active Internet connections (servers and established)
    Proto Recv-Q Send-Q Local Address               Foreign Address             State       PID/Program name   
    tcp        0      0 *:mysql                     *:*                         LISTEN      1371/mysqld         
    tcp        0      0 primax:ipp                  *:*                         LISTEN      1147/cupsd          
    tcp        0      0 primax:smtp                 *:*                         LISTEN      1703/sendmail: acce 
    tcp        0      0 192.168.0.179:52302         gx-in-f191.1e100.net:http   ESTABLISHED 2272/firefox        
    tcp        0      0 192.168.0.179:38178         74.125.229.118:https        ESTABLISHED 2272/firefox        
    tcp        0      0 192.168.0.179:52306         gx-in-f191.1e100.net:http   ESTABLISHED 2272/firefox        
    tcp        0      0 192.168.0.179:46769         199.59.148.83:http          ESTABLISHED 2272/firefox        
    tcp        0      0 192.168.0.179:52301         gx-in-f191.1e100.net:http   ESTABLISHED 2272/firefox        
    tcp        0      0 192.168.0.179:35061         199.59.148.30:http          ESTABLISHED 2272/firefox        
    tcp        0      1 192.168.0.179:52512         h-app01-01.hamachi.cc:12975 SYN_SENT    2519/hamachi        
    tcp        0      0 192.168.0.179:59155         74.125.229.113:https        TIME_WAIT   -                   
    tcp        0      0 192.168.0.179:52304         gx-in-f191.1e100.net:http   ESTABLISHED 2272/firefox        
    tcp        0      0 192.168.0.179:53445         74.125.229.120:https        ESTABLISHED 2272/firefox        
    tcp        0      0 *:http                      *:*                         LISTEN      1438/httpd          
    tcp        0      0 ::1:ipp                     *:*                         LISTEN      1147/cupsd      
    to install I just became a root, and then gave the command # yum install moodle

    Hey one more thing I eas to say, I'm from Brazil, and I'm getting really helpfull things on you website, and I took the permission by myself to translate your How to | Perfect Fedora 14 desktop okay, I will post on my blog for the people who doesn't know english, I leave clearly that I was just the traslator and linked to you page okay I can send you a copy of the PDF or you just Download from my Blog Thanks in Advence :)
     
    Last edited: Mar 4, 2011
  4. falko

    falko Super Moderator Howtoforge Staff

    Apache is running. Is there a directory called moodle in /var/www/html? Or is there a moodle configuration file in /etc/httpd or its subdirectories?

    In the past we have had bad experiences with people copying our content because it makes it hard to maintain a tutorial (updates, etc.) if there exist various copies of it. Some people will read the outdated version and contact us regarding issues that they have found that have already been fixed in the original tutorial.

    Therefore we can't give you the permission to copy and translate our tutorials. I hope you can understand that.
     

Share This Page