Page 1 of 1

Xampp Apache startet nicht

PostPosted: 07. March 2019 01:17
by philfr_artist
I have a similar problem.
I first tried the Config button on the Control Panel, then clicked Service and Ports Settings.
I entered the following (I admit I don't really know what I am doing here though)
Code: Select all
 Service Name   Main Port    SSL Port
    Apache2.4         81             442


I entered Local Host in my web browser and got the following
Your IP Address:
Code: Select all
124.170.164.247

    Your HTTP Request Header
    GET / HTTP/1.1
    Accept: text/html,application/xhtml+xml,application/xml;q=0.9,image/webp,image/apng,*/*;q=0.8
    Accept-Encoding: gzip, deflate
    Accept-Language: en-US,en;q=0.9
    Connection: keep-alive
    Dnt: 1
    Host: locallhost.com
    Purpose: prefetch
    Referer: https://www.google.com/
    Upgrade-Insecure-Requests: 1
    User-Agent: Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/72.0.3626.121 Safari/537.36

All of which means ABSOLUTELY nothing to me!

Any help would be gratefully appreciated.

Many thanks
Philfr

[EDIT by Altrea: splitted from original thread: wrong language forum & one thread per specific issue and user rule]

Re: Xampp Apache startet nicht

PostPosted: 07. March 2019 09:16
by gsmith
When you use non-standard ports (anything but 80 & 443) your need to specify the port in the url

maybe try
http://localhost:81
https://localhost:442

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

What you were seeing as it says is the request header the browser sends to the server.
Looks like your safari couldn't find localhost for the above reason and changed the url to http://localhost.com

Re: Xampp Apache startet nicht

PostPosted: 07. March 2019 10:21
by philfr_artist
thank you

Re: Xampp Apache startet nicht

PostPosted: 07. March 2019 10:34
by Nobbie
You also have a typo in your URL, you entered locallhost (with two l), this leads to locallhost.com which actually replies as seen above.