Setting MAMP to use port 80 gives the “The requested URL / was not found on this server.” message but it...
Why is my new battery behaving weirdly?
Writing differences on a blackboard
How to count occurrences of text in a file?
Rotate a column
Why the difference in type-inference over the as-pattern in two similar function definitions?
Why do airplanes bank sharply to the right after air-to-air refueling?
Bartok - Syncopation (1): Meaning of notes in between Grand Staff
Can I use the load factor to estimate the lift?
I want to delete every two lines after 3rd lines in file contain very large number of lines :
If Nick Fury and Coulson already knew about aliens (Kree and Skrull) why did they wait until Thor's appearance to start making weapons?
Help understanding this unsettling image of Titan, Epimetheus, and Saturn's rings?
Is a distribution that is normal, but highly skewed considered Gaussian?
Why does standard notation not preserve intervals (visually)
I believe this to be a fraud - hired, then asked to cash check and send cash as Bitcoin
Can MTA send mail via a relay without being told so?
What does "Its cash flow is deeply negative" mean?
How to check if all elements of 1 list are in the *same quantity* and in any order, in the list2?
Running a General Election and the European Elections together
Is it possible to use a NPN BJT as switch, from single power source?
Method for adding error messages to a dictionary given a key
The past simple of "gaslight" – "gaslighted" or "gaslit"?
Newlines in BSD sed vs gsed
Flying from Cape Town to England and return to another province
Solving system of ODEs with extra parameter
Setting MAMP to use port 80 gives the “The requested URL / was not found on this server.” message but it works on port 8888
The Next CEO of Stack Overflowlocalhost problem on my mamp serverApache on MAMP periodically stops workingSeeing MAMP site over LANCan't get MAMP Pro 2.0.5 to workCannot find 127.0.0.1 or vhost with localhost apache in macAllowing any MAC admin user to run MySQL server on startupApache couldn't be started because port 8888 is in use by some other softwareDVWA unable to connect to database using MAMPHost Multiple Domains “Virtual Host” in a single Apache Server - MAMPCannot contact DB using MAMP
I'm having this issue with MAMP on OS X Mojave. When I change the ports to be default (localhost:8888
) the WordPress (wp-config) screen.
This is what I'm expecting to load since I haven't set up my installation of WordPress yet, however when I change my port to 80 I get the following error message:
Not Found The requested URL / was not found on this server.
Why does it work on the default port, but not on port 80? Is there a way to make port 80 work?
macos apache-http-server port mamp
New contributor
add a comment |
I'm having this issue with MAMP on OS X Mojave. When I change the ports to be default (localhost:8888
) the WordPress (wp-config) screen.
This is what I'm expecting to load since I haven't set up my installation of WordPress yet, however when I change my port to 80 I get the following error message:
Not Found The requested URL / was not found on this server.
Why does it work on the default port, but not on port 80? Is there a way to make port 80 work?
macos apache-http-server port mamp
New contributor
If you open up the terminal, what is the output ofcurl -I http://localhost:80
?
– JakeGould
1 hour ago
@JakeGould The output that I get is: HTTP/1.1 404 Not Found Date: Sun, 31 Mar 2019 02:06:39 GMT Server: Apache/2.2.34 (Unix) mod_wsgi/3.5 Python/2.7.13 PHP/7.3.1 mod_ssl/2.2.34 OpenSSL/1.0.2o DAV/2 mod_fastcgi/mod_fastcgi-SNAP-0910052141 mod_perl/2.0.9 Perl/v5.24.0 Content-Type: text/html; charset=iso-8859-1
– Rob
1 hour ago
Did you ever play around with the location of your root document folder? I would recommend going to “Preferences” then choose the “Web Server” tab and confirm it’s where you expect it to be.
– JakeGould
1 hour ago
add a comment |
I'm having this issue with MAMP on OS X Mojave. When I change the ports to be default (localhost:8888
) the WordPress (wp-config) screen.
This is what I'm expecting to load since I haven't set up my installation of WordPress yet, however when I change my port to 80 I get the following error message:
Not Found The requested URL / was not found on this server.
Why does it work on the default port, but not on port 80? Is there a way to make port 80 work?
macos apache-http-server port mamp
New contributor
I'm having this issue with MAMP on OS X Mojave. When I change the ports to be default (localhost:8888
) the WordPress (wp-config) screen.
This is what I'm expecting to load since I haven't set up my installation of WordPress yet, however when I change my port to 80 I get the following error message:
Not Found The requested URL / was not found on this server.
Why does it work on the default port, but not on port 80? Is there a way to make port 80 work?
macos apache-http-server port mamp
macos apache-http-server port mamp
New contributor
New contributor
edited 4 mins ago
karel
9,34493239
9,34493239
New contributor
asked 1 hour ago
RobRob
1
1
New contributor
New contributor
If you open up the terminal, what is the output ofcurl -I http://localhost:80
?
– JakeGould
1 hour ago
@JakeGould The output that I get is: HTTP/1.1 404 Not Found Date: Sun, 31 Mar 2019 02:06:39 GMT Server: Apache/2.2.34 (Unix) mod_wsgi/3.5 Python/2.7.13 PHP/7.3.1 mod_ssl/2.2.34 OpenSSL/1.0.2o DAV/2 mod_fastcgi/mod_fastcgi-SNAP-0910052141 mod_perl/2.0.9 Perl/v5.24.0 Content-Type: text/html; charset=iso-8859-1
– Rob
1 hour ago
Did you ever play around with the location of your root document folder? I would recommend going to “Preferences” then choose the “Web Server” tab and confirm it’s where you expect it to be.
– JakeGould
1 hour ago
add a comment |
If you open up the terminal, what is the output ofcurl -I http://localhost:80
?
– JakeGould
1 hour ago
@JakeGould The output that I get is: HTTP/1.1 404 Not Found Date: Sun, 31 Mar 2019 02:06:39 GMT Server: Apache/2.2.34 (Unix) mod_wsgi/3.5 Python/2.7.13 PHP/7.3.1 mod_ssl/2.2.34 OpenSSL/1.0.2o DAV/2 mod_fastcgi/mod_fastcgi-SNAP-0910052141 mod_perl/2.0.9 Perl/v5.24.0 Content-Type: text/html; charset=iso-8859-1
– Rob
1 hour ago
Did you ever play around with the location of your root document folder? I would recommend going to “Preferences” then choose the “Web Server” tab and confirm it’s where you expect it to be.
– JakeGould
1 hour ago
If you open up the terminal, what is the output of
curl -I http://localhost:80
?– JakeGould
1 hour ago
If you open up the terminal, what is the output of
curl -I http://localhost:80
?– JakeGould
1 hour ago
@JakeGould The output that I get is: HTTP/1.1 404 Not Found Date: Sun, 31 Mar 2019 02:06:39 GMT Server: Apache/2.2.34 (Unix) mod_wsgi/3.5 Python/2.7.13 PHP/7.3.1 mod_ssl/2.2.34 OpenSSL/1.0.2o DAV/2 mod_fastcgi/mod_fastcgi-SNAP-0910052141 mod_perl/2.0.9 Perl/v5.24.0 Content-Type: text/html; charset=iso-8859-1
– Rob
1 hour ago
@JakeGould The output that I get is: HTTP/1.1 404 Not Found Date: Sun, 31 Mar 2019 02:06:39 GMT Server: Apache/2.2.34 (Unix) mod_wsgi/3.5 Python/2.7.13 PHP/7.3.1 mod_ssl/2.2.34 OpenSSL/1.0.2o DAV/2 mod_fastcgi/mod_fastcgi-SNAP-0910052141 mod_perl/2.0.9 Perl/v5.24.0 Content-Type: text/html; charset=iso-8859-1
– Rob
1 hour ago
Did you ever play around with the location of your root document folder? I would recommend going to “Preferences” then choose the “Web Server” tab and confirm it’s where you expect it to be.
– JakeGould
1 hour ago
Did you ever play around with the location of your root document folder? I would recommend going to “Preferences” then choose the “Web Server” tab and confirm it’s where you expect it to be.
– JakeGould
1 hour ago
add a comment |
0
active
oldest
votes
Your Answer
StackExchange.ready(function() {
var channelOptions = {
tags: "".split(" "),
id: "3"
};
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/3.0/"u003ecc by-sa 3.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
});
}
});
Rob is a new contributor. Be nice, and check out our Code of Conduct.
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%2fsuperuser.com%2fquestions%2f1419525%2fsetting-mamp-to-use-port-80-gives-the-the-requested-url-was-not-found-on-this%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
0
active
oldest
votes
0
active
oldest
votes
active
oldest
votes
active
oldest
votes
Rob is a new contributor. Be nice, and check out our Code of Conduct.
Rob is a new contributor. Be nice, and check out our Code of Conduct.
Rob is a new contributor. Be nice, and check out our Code of Conduct.
Rob is a new contributor. Be nice, and check out our Code of Conduct.
Thanks for contributing an answer to Super User!
- 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%2fsuperuser.com%2fquestions%2f1419525%2fsetting-mamp-to-use-port-80-gives-the-the-requested-url-was-not-found-on-this%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
If you open up the terminal, what is the output of
curl -I http://localhost:80
?– JakeGould
1 hour ago
@JakeGould The output that I get is: HTTP/1.1 404 Not Found Date: Sun, 31 Mar 2019 02:06:39 GMT Server: Apache/2.2.34 (Unix) mod_wsgi/3.5 Python/2.7.13 PHP/7.3.1 mod_ssl/2.2.34 OpenSSL/1.0.2o DAV/2 mod_fastcgi/mod_fastcgi-SNAP-0910052141 mod_perl/2.0.9 Perl/v5.24.0 Content-Type: text/html; charset=iso-8859-1
– Rob
1 hour ago
Did you ever play around with the location of your root document folder? I would recommend going to “Preferences” then choose the “Web Server” tab and confirm it’s where you expect it to be.
– JakeGould
1 hour ago