![]() |
Ciao e benvenuto da parte degli Stati Uniti al UNIX e Linux Forum! Grazie per la visita ed unirsi alla nostra Comunità Globale.
|
|
google unix.com
|
|||||||
| Forum | Registrati | Regole Forum | Collegamenti | Album | FAQ | Members List | Calendario | Ricerca | Today's Posts | Mark Forums Read |
| Programmazione Web, Web 2.0 e mashups Discuti Programmazione Web e Web Server Amministrazione, compresi LAMP, Apache, MySQL, Flash, HTML, SEO, mashups e Web API e altri argomenti. |
Più di UNIX e Linux Forum Argomenti potreste trovare utili
|
||||
| Filo | Thread Starter | Forum | Risposte | Ultimo Post |
| Non hai i permessi per accedere a / su questo server. | aneuryzma | Programmazione Web, Web 2.0 e mashups | 9 | 05-21-2009 02:08 PM |
| Può uno script gestita a livello locale l'accesso al server remoto il server? | luna_soleil | Shell scripting e di programmazione | 3 | 02-26-2009 05:38 PM |
| limitare l'accesso a un server | melanie_pfefer | SUN Solaris | 1 | 02-25-2008 02:55 PM |
| E 'possibile accedere da un server database di un altro server. | debu | UNIX e avanzata per utenti esperti | 1 | 05-20-2007 05:42 PM |
| Impossibile accedere ai file sul proprio server | Djaunl | UNIX for Dummies Domande & Risposte | 3 | 07-20-2006 10:19 AM |
|
|
LinkBack | Thread Tools | Cerca in questo Thread | Rate Thread | Modalità di visualizzazione |
|
||||
|
l'accesso al mio server è sempre consentito
Salve,
Non posso negare l'accesso al mio server. se la mia visita http://localhost Riesco a vedere sempre tutti i file. Perché? Codice:
<Directory />
Options FollowSymLinks
AllowOverride None
Order allow,deny
Deny from All
</Directory>
Codice:
<Directory "/Users/aneuryzma/Sites">
#
# 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 MultiViews
#
# 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 None
#
# Controls who can get stuff from this server.
#
Order allow,deny
Deny from all
</Directory>
grazie |
| Segnalibri |
| Thread Tools | Cerca in questo Thread |
| Modalità di visualizzazione | Vota questo thread |
|
|