You are looking at posts that were written on avril 10th, 2007.
| L | Ma | Me | J | V | S | D |
|---|---|---|---|---|---|---|
| « mar | mai » | |||||
| 1 | ||||||
| 2 | 3 | 4 | 5 | 6 | 7 | 8 |
| 9 | 10 | 11 | 12 | 13 | 14 | 15 |
| 16 | 17 | 18 | 19 | 20 | 21 | 22 |
| 23 | 24 | 25 | 26 | 27 | 28 | 29 |
| 30 | ||||||
Posted on avril 10th, 2007 by Océane.
Categories: apache.
Hi, i wanted to share the solution to fix that weird error with apache. After an update of the apache httpd.conf in the virtual host configurations. I got no way to make apache work even if the server has started…
Solution: Try to see if the NameVirtualHost is correct:
NameVirtualHost *:80
If not, add the above statement before the virtualhost configs.
Restart apache with apachectl.
Hope it will cure your headaches.
Comments Off