Results 1 to 6 of 6

Thread: Apache2 showing default page instead of forum

  1. #1
    Join Date
    Jun 2019
    Beans
    2

    Apache2 showing default page instead of forum

    I am new to this stuff and tried to open a website, and when I clicked the link it directed me to 'Apache 2 Ubuntu Default Page' instead of the myBB forum that I set up.

  2. #2
    Join Date
    Jun 2014
    Beans
    7,375

    Re: Apache2 showing default page instead of forum

    You need to post a lot more detail to get any help. Is this server set up on a localhost machine? Is it online? How did you do this? Do you try to access by domain name or by IP address? How did you create the link? Is the link pointing to a specific file in the appropriate location?

  3. #3
    Join Date
    Jun 2019
    Beans
    2

    Re: Apache2 showing default page instead of forum

    Yes, the site is on a localhost machine, but the Ubuntu default page isn't. I have to access my forum by IP address.

  4. #4
    Join Date
    Jun 2014
    Beans
    7,375

    Re: Apache2 showing default page instead of forum

    Yes, the site is on a localhost machine, but the Ubuntu default page isn't. I have to access my forum by IP address.
    A standard install of Apache on Ubuntu will put the 'default page' (index.html) in the /var/www/html directory. Is the file you are trying to access when you click your link in that directory or a sub-directory and do you have the full path to it set up with your link. Not sure where your default page is and why it isn't on the localhost. Did you delete it?

    What link are you referring to in your initial post? You still are posting a very minimal amount of information and I don't know that anyone will be able to help without more details.
    Last edited by deadflowr; June 13th, 2019 at 06:52 PM. Reason: fixed misaligned quote bracket

  5. #5
    Join Date
    Mar 2010
    Location
    Squidbilly-Land
    Beans
    Hidden!
    Distro
    Ubuntu

    Re: Apache2 showing default page instead of forum

    Running a public forum is one of the hardest tasks to accomplish in the computer world. I've been a Unix/Linux admin since 1994-ish with hundreds of different servers. Forum servers scare me.

    Securing a forum is extremely difficult. Keeping it free of spam posts is next to impossible. There are 20+ forum admins here keeping these forums clean, but it is a never-ending task for those volunteers.

    I've considered running forums, but decided against it. Heck, just running my blog the last 20 yrs has shown me more spam posts than you could imagine. Almost all are automated and designed to get passed the filters we all use.

    Of course, if this is a private forum, not on the internet, or only accessible through a VPN, it should be fine. Go crazy.

    I have zero expertise that would likely help. We don't use apache and avoid php-based webapps. Sorry.
    Last edited by TheFu; June 13th, 2019 at 07:07 PM.

  6. #6
    Join Date
    Nov 2008
    Location
    Boston MetroWest
    Beans
    16,326

    Re: Apache2 showing default page instead of forum

    If the myBB directory resides in /var/www/html/myBB/, then it should be visible as http://localhost/myBB/. If it resides anywhere else on the machine, it won't be visible without more configuration.

    You need to be the root user, via sudo, to do anything in /var/www/html.

    Have you read this yet? https://help.ubuntu.com/lts/serverguide/httpd.html
    If you ask for help, do not abandon your request. Please have the courtesy to check for responses and thank the people who helped you.

    Blog · Linode System Administration Guides · Android Apps for Ubuntu Users

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •