Page 1 of 1

Please Help! My Apache doesnt start!

PostPosted: 24. April 2012 07:35
by Viperismcp
everytime i try to start it it does this: "The Specific IP is invalid"

can someoen help me plzzz!

heres whats happening:


Code: Select all
#
# New XAMPP security concept
#

# Close XAMPP security section here
<LocationMatch "^/(?i:(?:security))">
    Order deny,allow
    Deny from all
    Allow from ::1 127.0.0.0/8 \
               fc00::/7 127.0.0.0/8 172.16.0.0/12 192.168.0.0/16 \
               fe80::/10 192.168.0.0/16 \               
    ErrorDocument 403 /error/HTTP_XAMPP_FORBIDDEN.html.var
</LocationMatch>

<LocationMatch "^/(?i:(?:xampp|security|licenses|phpmyadmin|webalizer|server-status|server-info))">
    Order deny,allow
    Deny from all
    Allow from ::1 127.0.0.0/8 \
               fc00::/7 127.0.0.0/8 172.16.0.0/12 192.168.0.0/16 \
               fe80::/10 192.168.0.0/16
               ErrorDocument 403 /error/HTTP_XAMPP_FORBIDDEN.html.var
</LocationMatch>


Re: Please Help! My Apache doesnt start!

PostPosted: 24. April 2012 21:57
by hackattack142
My guess is the extra "\" at the end of the line above the first "ErrorDocument 403 /error/HTTP_XAMPP_FORBIDDEN.html.var"