Allow Access to Apache 2 Server on local networkApache Alias Folder: 403 Access ForbiddenBrief detail on hosts file403 Error on Virtual Host on LAMP stackI can't get wordpress on working on a apache! Please help!Unable to access remotely (LAMP issue)WiFi Problem in Ubuntu 14.04Apache Web Server Configuration to install Owncloud 8.2.2 on Ubuntu 14.04Unable to ping hostname only IP address

Why aren't flights continued after losing a tire on rotation?

How to block a window with a plywood for big wall to project a movie?

Best fighting style for a pacifist

Adding "dot com" to the end of a sentence?

Does milk make cakes lighter or tougher?

Do solvers use GUB/SOS1 branching?

BGP and NAT Not working

Scientific Illustration: Non-photorealistic rendering of sparse wireframe with dashed/dotted lines for backfacing areas - Blender 2.80

Could a balloon or airplane launched rocket get humans into orbit?

Find maximum extent out of list of shapefiles (in projected coordinate system) in R

Was Locomotive BASIC significantly better than Sinclair BASIC?

MTG - Priority and timing between activated abilities and instants

My Programming Manager constantly asks for updates and is never satisfied with my performance. How do I approach this?

If I have an Earth-like world with Earth-like fauna, and I want brightly-colored mammals, what would be a realistic way of causing that to evolve?

How can 16th-level characters mitigate damage from a lethal (long) fall?

Why are there different explanations of microwave oven heating, eg dipole alignment vs absorption? Is it quantum vs non-quantum?

What is a recently obsolete computer storage device that would be significantly difficult to extract data from?

In the sentence "der hatte doch eine Brille", why do we use 'der' instead of 'er'?

How to grep words from a single string matching a pattern?

4 Attempts to Guess a Number Between 1-15

Brainfuck interpreter written in C

What does "teleport anywhere in the world" mean?

Has Darth Vader ever worn a different suit than his traditional black one?

How to differentiate landing on top of an object from falling down the side?



Allow Access to Apache 2 Server on local network


Apache Alias Folder: 403 Access ForbiddenBrief detail on hosts file403 Error on Virtual Host on LAMP stackI can't get wordpress on working on a apache! Please help!Unable to access remotely (LAMP issue)WiFi Problem in Ubuntu 14.04Apache Web Server Configuration to install Owncloud 8.2.2 on Ubuntu 14.04Unable to ping hostname only IP address






.everyoneloves__top-leaderboard:empty,.everyoneloves__mid-leaderboard:empty,.everyoneloves__bot-mid-leaderboard:empty
margin-bottom:0;









0


















04.3 LTS.



I want to allow access to other devices to my localhost.
My IP is 192.168.1.249 and the apache server is working for those addresses:



localhost/myapp
esolutions/myapp
192.168.1.249/myapp


Here is My default config:
/etc/apache2/sites-available/000-default.conf



<VirtualHost *:80>
ServerName esolutions

ServerAdmin iheb@localhost
DocumentRoot /var/www/html
<Directory /var/www/html>
Options FollowSymLinks
Order deny,allow
AllowOverride All
allow from all
Require all granted
</Directory>

<Directory />
Options FollowSymLinks
AllowOverride None
allow from all
Order deny,allow
Require all granted
</Directory>

ErrorLog $APACHE_LOG_DIR/error.log
CustomLog $APACHE_LOG_DIR/access.log combined




and my hosts file:



127.0.0.1 localhost
127.0.1.1 najda-PowerEdge-R430

# The following lines are desirable for IPv6 capable hosts
::1 ip6-localhost ip6-loopback
fe00::0 ip6-localnet
ff00::0 ip6-mcastprefix
ff02::1 ip6-allnodes
ff02::2 ip6-allrouters

192.168.1.249 esolutions


Please help.










share|improve this question































    0


















    04.3 LTS.



    I want to allow access to other devices to my localhost.
    My IP is 192.168.1.249 and the apache server is working for those addresses:



    localhost/myapp
    esolutions/myapp
    192.168.1.249/myapp


    Here is My default config:
    /etc/apache2/sites-available/000-default.conf



    <VirtualHost *:80>
    ServerName esolutions

    ServerAdmin iheb@localhost
    DocumentRoot /var/www/html
    <Directory /var/www/html>
    Options FollowSymLinks
    Order deny,allow
    AllowOverride All
    allow from all
    Require all granted
    </Directory>

    <Directory />
    Options FollowSymLinks
    AllowOverride None
    allow from all
    Order deny,allow
    Require all granted
    </Directory>

    ErrorLog $APACHE_LOG_DIR/error.log
    CustomLog $APACHE_LOG_DIR/access.log combined




    and my hosts file:



    127.0.0.1 localhost
    127.0.1.1 najda-PowerEdge-R430

    # The following lines are desirable for IPv6 capable hosts
    ::1 ip6-localhost ip6-loopback
    fe00::0 ip6-localnet
    ff00::0 ip6-mcastprefix
    ff02::1 ip6-allnodes
    ff02::2 ip6-allrouters

    192.168.1.249 esolutions


    Please help.










    share|improve this question



























      0













      0









      0








      04.3 LTS.



      I want to allow access to other devices to my localhost.
      My IP is 192.168.1.249 and the apache server is working for those addresses:



      localhost/myapp
      esolutions/myapp
      192.168.1.249/myapp


      Here is My default config:
      /etc/apache2/sites-available/000-default.conf



      <VirtualHost *:80>
      ServerName esolutions

      ServerAdmin iheb@localhost
      DocumentRoot /var/www/html
      <Directory /var/www/html>
      Options FollowSymLinks
      Order deny,allow
      AllowOverride All
      allow from all
      Require all granted
      </Directory>

      <Directory />
      Options FollowSymLinks
      AllowOverride None
      allow from all
      Order deny,allow
      Require all granted
      </Directory>

      ErrorLog $APACHE_LOG_DIR/error.log
      CustomLog $APACHE_LOG_DIR/access.log combined




      and my hosts file:



      127.0.0.1 localhost
      127.0.1.1 najda-PowerEdge-R430

      # The following lines are desirable for IPv6 capable hosts
      ::1 ip6-localhost ip6-loopback
      fe00::0 ip6-localnet
      ff00::0 ip6-mcastprefix
      ff02::1 ip6-allnodes
      ff02::2 ip6-allrouters

      192.168.1.249 esolutions


      Please help.










      share|improve this question














      04.3 LTS.



      I want to allow access to other devices to my localhost.
      My IP is 192.168.1.249 and the apache server is working for those addresses:



      localhost/myapp
      esolutions/myapp
      192.168.1.249/myapp


      Here is My default config:
      /etc/apache2/sites-available/000-default.conf



      <VirtualHost *:80>
      ServerName esolutions

      ServerAdmin iheb@localhost
      DocumentRoot /var/www/html
      <Directory /var/www/html>
      Options FollowSymLinks
      Order deny,allow
      AllowOverride All
      allow from all
      Require all granted
      </Directory>

      <Directory />
      Options FollowSymLinks
      AllowOverride None
      allow from all
      Order deny,allow
      Require all granted
      </Directory>

      ErrorLog $APACHE_LOG_DIR/error.log
      CustomLog $APACHE_LOG_DIR/access.log combined




      and my hosts file:



      127.0.0.1 localhost
      127.0.1.1 najda-PowerEdge-R430

      # The following lines are desirable for IPv6 capable hosts
      ::1 ip6-localhost ip6-loopback
      fe00::0 ip6-localnet
      ff00::0 ip6-mcastprefix
      ff02::1 ip6-allnodes
      ff02::2 ip6-allrouters

      192.168.1.249 esolutions


      Please help.







      networking server apache2 localhost






      share|improve this question













      share|improve this question











      share|improve this question




      share|improve this question










      asked Sep 19 at 16:15









      Iheb SaadIheb Saad

      11 bronze badge




      11 bronze badge























          1 Answer
          1






          active

          oldest

          votes


















          0



















          The Solution is to allow traffic on port 80:



          sudo ufw allow 'Apache'



          You can verify the change by typing:
          sudo ufw status






          share|improve this answer


























            Your Answer








            StackExchange.ready(function()
            var channelOptions =
            tags: "".split(" "),
            id: "89"
            ;
            initTagRenderer("".split(" "), "".split(" "), channelOptions);

            StackExchange.using("externalEditor", function()
            // Have to fire editor after snippets, if snippets enabled
            if (StackExchange.settings.snippets.snippetsEnabled)
            StackExchange.using("snippets", function()
            createEditor();
            );

            else
            createEditor();

            );

            function createEditor()
            StackExchange.prepareEditor(
            heartbeatType: 'answer',
            autoActivateHeartbeat: false,
            convertImagesToLinks: true,
            noModals: true,
            showLowRepImageUploadWarning: true,
            reputationToPostImages: 10,
            bindNavPrevention: true,
            postfix: "",
            imageUploader:
            brandingHtml: "Powered by u003ca class="icon-imgur-white" href="https://imgur.com/"u003eu003c/au003e",
            contentPolicyHtml: "User contributions licensed under u003ca href="https://creativecommons.org/licenses/by-sa/4.0/"u003ecc by-sa 4.0 with attribution requiredu003c/au003e u003ca href="https://stackoverflow.com/legal/content-policy"u003e(content policy)u003c/au003e",
            allowUrls: true
            ,
            onDemand: true,
            discardSelector: ".discard-answer"
            ,immediatelyShowMarkdownHelp:true
            );



            );














            draft saved

            draft discarded
















            StackExchange.ready(
            function ()
            StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2faskubuntu.com%2fquestions%2f1175297%2fallow-access-to-apache-2-server-on-local-network%23new-answer', 'question_page');

            );

            Post as a guest















            Required, but never shown


























            1 Answer
            1






            active

            oldest

            votes








            1 Answer
            1






            active

            oldest

            votes









            active

            oldest

            votes






            active

            oldest

            votes









            0



















            The Solution is to allow traffic on port 80:



            sudo ufw allow 'Apache'



            You can verify the change by typing:
            sudo ufw status






            share|improve this answer





























              0



















              The Solution is to allow traffic on port 80:



              sudo ufw allow 'Apache'



              You can verify the change by typing:
              sudo ufw status






              share|improve this answer



























                0















                0











                0









                The Solution is to allow traffic on port 80:



                sudo ufw allow 'Apache'



                You can verify the change by typing:
                sudo ufw status






                share|improve this answer














                The Solution is to allow traffic on port 80:



                sudo ufw allow 'Apache'



                You can verify the change by typing:
                sudo ufw status







                share|improve this answer













                share|improve this answer




                share|improve this answer










                answered Sep 24 at 12:30









                Iheb SaadIheb Saad

                11 bronze badge




                11 bronze badge































                    draft saved

                    draft discarded















































                    Thanks for contributing an answer to Ask Ubuntu!


                    • Please be sure to answer the question. Provide details and share your research!

                    But avoid


                    • Asking for help, clarification, or responding to other answers.

                    • Making statements based on opinion; back them up with references or personal experience.

                    To learn more, see our tips on writing great answers.




                    draft saved


                    draft discarded














                    StackExchange.ready(
                    function ()
                    StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2faskubuntu.com%2fquestions%2f1175297%2fallow-access-to-apache-2-server-on-local-network%23new-answer', 'question_page');

                    );

                    Post as a guest















                    Required, but never shown





















































                    Required, but never shown














                    Required, but never shown












                    Required, but never shown







                    Required, but never shown

































                    Required, but never shown














                    Required, but never shown












                    Required, but never shown







                    Required, but never shown









                    Popular posts from this blog

                    Tamil (spriik) Luke uk diar | Nawigatjuun

                    Align equal signs while including text over equalitiesAMS align: left aligned text/math plus multicolumn alignmentMultiple alignmentsAligning equations in multiple placesNumbering and aligning an equation with multiple columnsHow to align one equation with another multline equationUsing \ in environments inside the begintabularxNumber equations and preserving alignment of equal signsHow can I align equations to the left and to the right?Double equation alignment problem within align enviromentAligned within align: Why are they right-aligned?

                    Where does the image of a data connector as a sharp metal spike originate from?Where does the concept of infected people turning into zombies only after death originate from?Where does the motif of a reanimated human head originate?Where did the notion that Dragons could speak originate?Where does the archetypal image of the 'Grey' alien come from?Where did the suffix '-Man' originate?Where does the notion of being injured or killed by an illusion originate?Where did the term “sophont” originate?Where does the trope of magic spells being driven by advanced technology originate from?Where did the term “the living impaired” originate?