xampp - web spojeni preruseno
#1
Posted 08 January 2010 - 08:12 PM
Dik za napady co tu napisete.
Stastny novy rok :)
#2
Posted 08 January 2010 - 09:19 PM
#3
Posted 09 January 2010 - 02:02 AM
#4
Posted 09 January 2010 - 11:55 AM
#5
Posted 09 January 2010 - 12:23 PM
nechal som tam aj vsetky komentare
dokumentacia k apache: http://www.apache.co...n/sections.html
a este ma napadlo ale to pochybujem ze v zloske z webom mas .htaccess subor... ked tak dokumentacia je tu: http://www.apache.co...o/htaccess.html
DocumentRoot "D:/Programy/xampp/htdocs"
# Each directory to which Apache has access can be configured with respect
# to which services and features are allowed and/or disabled in that
# directory (and its subdirectories).
#
# First, we configure the "default" to be a very restrictive set of
# features.
<Directory />
Options FollowSymLinks
AllowOverride None
Order deny,allow
Deny from all
</Directory>
# Note that from this point forward you must specifically allow
# particular features to be enabled - so if something's not working as
# you might expect, make sure that you have specifically enabled it
# below.
# This should be changed to whatever you set DocumentRoot to.
#
<Directory "D:/Programy/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
# http://httpd.apache.org/docs/2.2/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:
# Options FileInfo AuthConfig Limit
#
AllowOverride All
#
# Controls who can get stuff from this server.
#
Order allow,deny
Allow from all
</Directory>
This post has been edited by ANLO: 09 January 2010 - 12:23 PM
#6
Posted 09 January 2010 - 12:28 PM
skus este prezriet log...
http://www.apache.co...14.en/logs.html
http://www.apache.co...e.html#errorlog
http://www.apache.co...e.html#loglevel
This post has been edited by ANLO: 09 January 2010 - 12:39 PM
#7
Posted 09 January 2010 - 07:44 PM
http://filebeam.com/...13ef75cf625d21c
jsou tam vsechny 3....
#8
Posted 10 January 2010 - 12:05 AM
Kejhal, on 09 January 2010 - 07:44 PM, said:
no ja na to tiez niesom nejaky profik... z tych logou: z vonku tam mas stale nejake chybove kody (403,404...) skus na koniec configu (tvoj je v D:/Program Files/XAMPP/xampp/apache/conf/httpd.conf) apache vlozit:
<Directory "D:/Program Files/XAMPP/xampp/htdocs/skuska">
Options Indexes FollowSymLinks Includes ExecCGI
AllowOverride All
Order deny,allow
Allow from all
</Directory>
a v zloske htdocs vytvor podzlosku skuska a vloz tam nejaky html subor (najlepsie nejaka jednoducha stranka a nazov najlepsie index.htm) a nech sa ti nato skusi pozriet z vonku cize da http://tvoja_ip/skuska/index.htm
ak to pojde je problem len v tvojom configu ak nie bude niekde inde...
PS: pri poslednom spusteni apache si vlozil order asi inde kde si mal je to na 257 riadku configu
PS: poslem ti v pm moje icq tak ked pisni pretoze riesit to tu cez forum to potrva tak mesiac ;)
This post has been edited by ANLO: 10 January 2010 - 12:10 AM
#9
Posted 10 January 2010 - 09:18 AM
Help