logo
Apache Lounge
Webmasters

 

About Forum Index Downloads Search Register Log in RSS X


Keep Server Online

If you find the Apache Lounge, the downloads and overall help useful, please express your satisfaction with a donation.

or

Bitcoin

A donation makes a contribution towards the costs, the time and effort that's going in this site and building.

Thank You! Steffen

Your donations will help to keep this site alive and well, and continuing building binaries. Apache Lounge is not sponsored.
Post new topic   Forum Index -> Apache View previous topic :: View next topic
Reply to topic   Topic: XAMPP 7.0.30 Apache Server does nor start
Author
ChemaHanSolo



Joined: 23 Apr 2019
Posts: 2
Location: Spain, Madrid

PostPosted: Tue 23 Apr '19 20:11    Post subject: XAMPP 7.0.30 Apache Server does nor start Reply with quote

Good Evening Everyone.

I have a late 2009 Imac with Mac OS 10.13.6 High Sierra, installed XAMPP 7.0.30 and trying to run openEMR 5.0.1 open source just for learning and trying, I am a really beginner on Server world and PHP too.

At the begining Apache server works well, but after installing open EMR and following the recomendations to run the server properly, the server doesn't work and stops immediately.

The message in the log of XAMPP is below.

**********
Starting Apache Web Server...
Exit code: 8
Stdout:
apache config test fails, aborting
Stderr:

httpd: Syntax error on line 523 of /Applications/XAMPP/xamppfiles/etc/httpd.conf: Syntax error on line 10 of /Applications/XAMPP/xamppfiles/apache2/conf/httpd.conf: /Applications/XAMPP/xamppfiles/apache2/conf/httpd.conf:10: <Directory> was not closed.

************

These are the lines in boths httpd.conf

Line 523 Include "/Applications/XAMPP/xamppfiles/apache2/conf/httpd.conf"
Line 10 <Directory "/Applications/XAMPP/xamppfiles/htdocs/openemr">

http.conf below

*******
Alias /bitnami/ "/Applications/XAMPP/xamppfiles/apache2/htdocs/"
Alias /bitnami "/Applications/XAMPP/xamppfiles/apache2/htdocs"

<Directory "/Applications/XAMPP/xamppfiles/apache2/htdocs">
Options Indexes FollowSymLinks
AllowOverride All
Order allow,deny
Allow from all
</Directory>
<Directory "/Applications/XAMPP/xamppfiles/htdocs/openemr">
AllowOverride FileInfo
</Directory>

*************

other httpd.conf

Line 523 Include "/Applications/XAMPP/xamppfiles/apache2/conf/httpd.conf"

********

What do I have to be able to star apache again?

Thanks in advance for your help.

Regards

Chema Moriņigo
Back to top
Jan-E



Joined: 09 Mar 2012
Posts: 1248
Location: Amsterdam, NL, EU

PostPosted: Wed 24 Apr '19 11:07    Post subject: Reply with quote

Is line 523 of httpd.conf placed inside a directory block?
Back to top
ChemaHanSolo



Joined: 23 Apr 2019
Posts: 2
Location: Spain, Madrid

PostPosted: Wed 24 Apr '19 14:36    Post subject: Reply with quote

Jan-E wrote:
Is line 523 of httpd.conf placed inside a directory block?


Good Afternoon Jan-E.

I copy below the last three line of this httpd.conf which path is Alications/XAMPP/xamppfiles/etc/httpd.conf

***********

# XAMPP
Include etc/extra/httpd-xampp.conf
Include "/Applications/XAMPP/xamppfiles/apache2/conf/httpd.conf"

*******

This lines above are line 522 and 523.

There is other httpd.conf which path is the line 523 mentioned before and the code is posted in my first post.

I hope this will be the point you aske me for.

Thak you for your help.

Chema.
Back to top


Reply to topic   Topic: XAMPP 7.0.30 Apache Server does nor start View previous topic :: View next topic
Post new topic   Forum Index -> Apache