Win10 XAMPP Apache issue
Posted: Mon May 25, 2020 4:15 am
I cannot seem to make correct changes so Apache can restart. I commented the added lines and Apache comes up good.
My added lines are commented as #LC. Please help!
DocumentRoot "C:/xampp/htdocs"
<Directory "C:/xampp/htdocs">
#
# Possible values for the Options directive are "None", "All",
# or any combination of:
# Indexes Includes FollowSymLinks SymLinksifOwnerMatch ExecCGI MultiViews
#
# Note that "MultiViews" must be named *explicitly* --- "Options All"
# doesn't give it to you.
#
# The Options directive is both complicated and important. Please see
#h t t p : / / h t t p d . apache . org / docs / 2 . 4 / mod / core . html #options
# for more information.
#
Options Indexes FollowSymLinks Includes ExecCGI
#
# AllowOverride controls what directives may be placed in .htaccess files.
# It can be "All", "None", or any combination of the keywords:
# AllowOverride FileInfo AuthConfig Limit
#
AllowOverride All
#
# Controls who can get stuff from this server.
#
Require all granted
#LC Options Indexes FollowSymLinks
#LC AllowOverride None
#LC Order allow,deny
#LC Allow from all
#LC AddHandler livecode-script .lc
#LC Action livecode-script /livecode-cgi/livecode - server . exe
</Directory>
#LC <Directory "C:\xampp\ Live Code Server ">
#LC Options ExecCGI
#LC Order allow,deny
#LC Allow from all
#LC </Directory>
#LC ScriptAlias /livecode-cgi/livecode - server . exe "C:\xampp\ Live Code Server \livecode - server . exe"
My added lines are commented as #LC. Please help!
DocumentRoot "C:/xampp/htdocs"
<Directory "C:/xampp/htdocs">
#
# Possible values for the Options directive are "None", "All",
# or any combination of:
# Indexes Includes FollowSymLinks SymLinksifOwnerMatch ExecCGI MultiViews
#
# Note that "MultiViews" must be named *explicitly* --- "Options All"
# doesn't give it to you.
#
# The Options directive is both complicated and important. Please see
#h t t p : / / h t t p d . apache . org / docs / 2 . 4 / mod / core . html #options
# for more information.
#
Options Indexes FollowSymLinks Includes ExecCGI
#
# AllowOverride controls what directives may be placed in .htaccess files.
# It can be "All", "None", or any combination of the keywords:
# AllowOverride FileInfo AuthConfig Limit
#
AllowOverride All
#
# Controls who can get stuff from this server.
#
Require all granted
#LC Options Indexes FollowSymLinks
#LC AllowOverride None
#LC Order allow,deny
#LC Allow from all
#LC AddHandler livecode-script .lc
#LC Action livecode-script /livecode-cgi/livecode - server . exe
</Directory>
#LC <Directory "C:\xampp\ Live Code Server ">
#LC Options ExecCGI
#LC Order allow,deny
#LC Allow from all
#LC </Directory>
#LC ScriptAlias /livecode-cgi/livecode - server . exe "C:\xampp\ Live Code Server \livecode - server . exe"