

nastaveni Apache pro pristup z mistni site
Zdravim,
pouzivam WAMP server a potreboval bych poradit, jak nastavit pristup z urcite site (192.168.x.x).
Doposud stacil pouze localhost, ja vsak potrebuji i pristup z cele site. Pokud pristupuji pod IP adresou, hlasi to 403 - Forbidden. Predpokladam, ze odpoved lezi v konfiguraci httpd.conf. Diky za radu, co nastavit.
Zkus se podívat sem:
http://www.phpfreaks.com/forums/index.php?topic=20 0609.0
jj, prava, to je ono
# ServerName gives the name and port that the server uses to identify itself.
# This can often be determined automatically, but we recommend you specify
# it explicitly to prevent problems during startup.
#
# If your host doesn't have a registered DNS name, enter its IP address here.
#
ServerName localhost:80
to jsem zkousel jako prvni. Po nastaveni ip a restartu Apache nenabehl. Po druhem pokusu jiz nabehl, ale beze zmeny.
Vyreseno, tak diky vsem.
Problem byl, ze server jede v offline rezimu (co to presne znamena???), takze bylo potreba pridat do "onlineoffline tag" dalsi polozku "Allow from all".