Page 1 of 1

Apche dont start

PostPosted: 06. September 2016 15:24
by Hitwalker
Hi
The new xampp-linux-x64-7.0.9-0-installer.run
Apche don't work on that one
I run Linux mint 18
Any clue why it don't start?

Re: Apche dont start

PostPosted: 07. September 2016 06:29
by Hitwalker
Now i have done some othere test

I install xampp-linux-x64-5.6.24-0-installer.run and same as xampp-linux-x64-7.0.9-0-installer.run apache don't start
Now i did reinstall the old xampp-linux-x64-7.0.8-0-installer.run works perfect so something with the new apache must it be

Re: Apche dont start

PostPosted: 07. September 2016 08:52
by Hitwalker
Must say it......... This must be the best support site ever :roll:

I did solve my problem solution is

Open terminal and put in this
Code: Select all
sudo geany /opt/lampp/etc/httpd.conf


And find
Code: Select all
LoadModule ssl_module modules/mod_ssl.so


and commit out like this
Code: Select all
#LoadModule ssl_module modules/mod_ssl.so


Restart Apache

Now port 80 works dont know how to solve it with ssl :!:

Re: Apche dont start

PostPosted: 07. September 2016 09:04
by leo_maramis
Missing modules/mod_ssl.so during build process, please rebuild and upload. Thanks.

Re: Apche dont start

PostPosted: 07. September 2016 21:56
by Altrea
Hitwalker wrote:Must say it......... This must be the best support site ever :roll:

Did you pay for the software?
Did you pay for the support?
Do we have any SLAs here?
Do we need to provide support here?

The answer for all of these questions is no.
This is a volunteer support board. We are normal users like you. We are spending a part of our free time here trying to solve problems of others for free.
All of our helpers do have own jobs, families, friends, hobbies and they spend a part of their free time to help users solving their issues.

Re: Apche dont start

PostPosted: 07. September 2016 23:01
by Nobbie
Hitwalker wrote:Must say it......... This must be the best support site ever :roll:


As always: you get what you paid for. How much was it? Probably more than ever :roll:

And even more, i already answered the same question a couple of days before, it is your personal problem when you are to lazy to search properly.

See
viewtopic.php?f=17&t=74573

But your socalled description is a poor pain compared to the thread above.

Re: Apache dont start [Half Solved]

PostPosted: 08. September 2016 06:12
by Hitwalker
Wonder why call this site Apache Friends Support Forum :roll:
And were can i pay for support and were do i pay for software.... :?:
Just think before you awnser questions :evil:

Just ask a lot of dumb questions Did you pay ..instead to help users
And if Altrea had done the job as mod so had it been easier to find the solution
and naild every important info
Maybe a announcement in top :wink:
And
Nobbie

I did search before i did ask and did not find the awnser.... if i had find your awnser so do think i had wonder why Apache dont start after a new install?

Re: Apche dont start

PostPosted: 08. September 2016 09:16
by tasso85
Hitwalker wrote:Now i have done some othere test

I install xampp-linux-x64-5.6.24-0-installer.run and same as xampp-linux-x64-7.0.9-0-installer.run apache don't start
Now i did reinstall the old xampp-linux-x64-7.0.8-0-installer.run works perfect so something with the new apache must it be


Yeah, whoever makes the packages must have made some dumb mistake, and somehow forgot to include the ssl module for apache, which is enabled by default in the config file.

If you use 5.6.23 or 7.0.8 instead, it'll work out of the box, or you can just comment the module activation in the config file as you did.