Find the answer to your Linux question:
Results 1 to 2 of 2
So I was taking a look at an app called Airs to start up a repository. Long story short I unzipped the file and ran it in browser. Ever since ...
  1. #1
    Just Joined!
    Join Date
    Jun 2011
    Posts
    1

    Unhappy Apache serving issues

    So I was taking a look at an app called Airs to start up a repository. Long story short I unzipped the file and ran it in browser. Ever since then apache has been serving jibberish whenever I put just the domain in. In this case minederp.com. I have restarted the apache service and I have reinstalled php. Originally I thought itw as a problem with php but I am able to bring up my site by putting in minederp.com/index.php

    I'm drawing blanks as the gibberish obviously references air.php -- but i've removed that script. I did not make any changes the only thing I did was confirm that fopen was enabled in my php.ini. Pulling my hair out on this one if anyone has any suggestions.

    Distributor ID: Debian
    Description: Debian GNU/Linux 6.0.1 (squeeze)
    Release: 6.0.1
    Codename: squeeze
    ------------------------

    PHP 5.3.3-7+squeeze1 with Suhosin-Patch (cli) (built: Mar 18 2011 20:10:12)
    Copyright (c) 1997-2009 The PHP Group
    Zend Engine v2.3.0, Copyright (c) 1998-2010 Zend Technologies
    with Suhosin v0.9.32.1, Copyright (c) 2007-2010, by SektionEins GmbH

    ------------------------

    Server: Apache/2.2.16 (Debian)


    I can't imagine this being anything horribly complicated as no changes were made. Thanks for any ideas y'all have.

  2. #2
    Just Joined!
    Join Date
    Jun 2011
    Posts
    2
    Disclaimer: I'm not exactly a guru yet nor do I posit such.

    From what I gather of your situation there may be a solution which may appears to me easy.
    You need to edit a config file to allow yourself access to virtual domains. I'm thinking it may be the hosts file or apache2.conf, both residing in /etc. Of course, I do not guarantee this to be the solution but you may want to explore it as a possibility by reading further docs on the configs.

Posting Permissions

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