Keep Server Online
If you find the Apache Lounge, the downloads and overall help useful, please express your satisfaction with a donation.
or
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.
| |
|
Topic: Apache problems |
|
Author |
|
abdou
Joined: 02 Dec 2006 Posts: 3 Location: Morocco
|
Posted: Sat 02 Dec '06 22:30 Post subject: Apache problems |
|
|
hi everybody
I'm having problems with xampp server and mainly Apache which doesn't start anymore! However it was running fine but suddenly it refused to start!
Looking at the windows event viewer I got this error:
"the Apache service reported the following error: >>><Directory> directive requires additional argugments"
Here is my config file of Apache at the Directory section:
<Directory>
Options FollowSymLinks
AllowOverride None
Order deny,allow
Deny from all
</Directory>
Is something wrong ou missing?
Thanks for helping me!
Cheers!!! |
|
Back to top |
|
James Blond Moderator
Joined: 19 Jan 2006 Posts: 7373 Location: Germany, Next to Hamburg
|
Posted: Sat 02 Dec '06 23:11 Post subject: |
|
|
change from <Directory> to <Directory /> |
|
Back to top |
|
abdou
Joined: 02 Dec 2006 Posts: 3 Location: Morocco
|
Posted: Sun 03 Dec '06 0:06 Post subject: Apache error |
|
|
Hi
I did as you said but I got this other error in the windows viewer:
The apache service named reported the following error: >>> apache.exe: syntax error on line 191 of X: / Program Files/xampp/apache/conf/httpd.config: Expected </Directory/> but saw </Directory>
|
|
Back to top |
|
abdou
Joined: 02 Dec 2006 Posts: 3 Location: Morocco
|
Posted: Sun 03 Dec '06 0:31 Post subject: Problem solved |
|
|
Hi
Finally my problem is solved by adding simply a path to directory as this:
<Directory "/xampp/htdocs">
I am glad and thanks for you help!
Apache is running perfectly!
Cheers folks!
abdou |
|
Back to top |
|
|
|
|
|
|