Ask a Question related to Linux / Unix Administration, Design and Development.

  1. #1

    Default apache2

    Greetings

    I'm working on my first linux box and I can't seem to get apache2 to function properly. It seems to start up without a hitch, with no errors in the error_log. My file permissions are like they should be too, however, when I type my ip into a browser it gives me the "cannot find server" page. I have port forwarding and a dmz set up on the router (it can be ssh'd into from both outside and inside my home network). What can i do to fix this or what should I look at?
    Guest

  2. Similar Questions and Discussions

    1. apache2 + PHP + RH
      Sorry if this was discussed earlier. I couldn't find any relevant answers from the archive. I am currently testing RH Enterprise WS with the...
    2. #16909 [Com]: apache2
      ID: 16909 Comment by: admin at toxiq dot servehttp dot com Reported By: office at icsnetworks dot at Status: ...
    3. apache2 with php 432
      is it recommended to upgrade my production server from apache_1.3.28 to apache 2 I use with the first one php 432.. and it work like a charm!! ...
    4. [PHP-DEV] Apache2
      I know that Apache 2 discussions have come up before, so I will make my question very specific. Given that pre-fork is the default Apache mpm on...
    5. php 4.3.2 with apache2.0.46 on openunix
      Hi, I have this error when I start apache2 with php4 Syntax error on line 233 of /mypath/apache2/conf/httpd.conf: Cannot load...
  3. #2

    Default apache2

    I just installed apache2 on my linux box, and when
    i type in my ip in a browser on another computer i
    get the "cannot find server" error message. I
    have the file permissions set correctly for
    DocumentRoot and havent changed anything in
    apache2.conf except for the DocumentRoot.
    (i couldn't even get the default
    page to work directly after i installed it).

    Any help would be appreciated. thanks

    p.s. this is my first linux box.
    Guest

  4. #3

    Default Re: apache2

    [email]webmaster@sps.physics.gatech.edu[/email] wrote:
    > I'm working on my first linux box and I can't seem to get apache2
    > to function properly.
    And it looks like you can't trim your own lines ad around 70 chars either.
    > It seems to start up without a hitch, with no errors in the error_log.
    Ja, but is it working? netstat -an | grep 80 what does said about?
    ps -ef | grep httpd does show something? Do you have a firewall?
    > when I type my ip into a browser
    And a ping with the same IP does return?

    Davide

    --
    | Don't hit a man when he's down -- kick him; it's easier.
    |
    |
    |
    Davide Bianchi Guest

  5. #4

    Default Re: apache2


    "Davide Bianchi" <davideyeahsure@onlyforfun.net> wrote in message
    news:2ifpufFme96nU2@uni-berlin.de...
    > [email]webmaster@sps.physics.gatech.edu[/email] wrote:
    > > I'm working on my first linux box and I can't seem to get apache2
    > > to function properly.
    >
    > And it looks like you can't trim your own lines ad around 70 chars either.
    >
    > > It seems to start up without a hitch, with no errors in the error_log.
    >
    > Ja, but is it working? netstat -an | grep 80 what does said about?
    > ps -ef | grep httpd does show something? Do you have a firewall?
    >
    > > when I type my ip into a browser
    >
    > And a ping with the same IP does return?
    >
    > Davide
    >
    > --
    > | Don't hit a man when he's down -- kick him; it's easier.
    > |
    > |
    > |
    ps -ef|grep httpd

    pls confirm that the process of httpd is running.

    berdey


    berdey Guest

Posting Permissions

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

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139