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;
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
add a comment
|
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
add a comment
|
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
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
networking server apache2 localhost
asked Sep 19 at 16:15
Iheb SaadIheb Saad
11 bronze badge
11 bronze badge
add a comment
|
add a comment
|
1 Answer
1
active
oldest
votes
The Solution is to allow traffic on port 80:
sudo ufw allow 'Apache'
You can verify the change by typing:
sudo ufw status
add a comment
|
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
);
);
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
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
The Solution is to allow traffic on port 80:
sudo ufw allow 'Apache'
You can verify the change by typing:
sudo ufw status
add a comment
|
The Solution is to allow traffic on port 80:
sudo ufw allow 'Apache'
You can verify the change by typing:
sudo ufw status
add a comment
|
The Solution is to allow traffic on port 80:
sudo ufw allow 'Apache'
You can verify the change by typing:
sudo ufw status
The Solution is to allow traffic on port 80:
sudo ufw allow 'Apache'
You can verify the change by typing:
sudo ufw status
answered Sep 24 at 12:30
Iheb SaadIheb Saad
11 bronze badge
11 bronze badge
add a comment
|
add a comment
|
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.
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
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
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
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