Cerca
Heus ací els resultats de la cerca.
Noms de pàgina coincidents:
Resultats de text complet:
- fichero apache conf3
- = fichero apache conf3 === conf3 <code apache otro_ejemplo> ServerName localhost <VirtualHost *:80> ServerAdmin ... <Directory /> AllowOverride None Order deny,allow ... Deny from all </Directory> <Location /> AuthType Basic
- fichero apache conf1
- = fichero apache conf1 <code apache> <VirtualHost *:80> RewriteEngine on RewriteCond %{SERVER_PORT} =80 RewriteRule ^(.*) https://%{SERVER_NAME}%{REQUEST_URI} </VirtualHost... 43> ServerAdmin webmaster@localhost SSLEngine on SSLOptions +StdEnvVars +ExportCertData # SSLCert
- fichero apache conf2
- === fichero apache conf2 <code apache> <VirtualHost *:80> ServerAdmin webmaster@localhost DocumentRoot /var/www/ <Directory /> Options FollowSymLinks AllowOverride All </Directory> <Directory /var/www/> Options -Indexes FollowSymLinks MultiViews AllowOverride None Order allow,deny allow from all </Directory> E