Mainos / Advertisement:

Ero sivun ”Translations:Cachet/38/en” versioiden välillä

Kohteesta Taisto
Siirry navigaatioon Siirry hakuun
(Ak: Uusi sivu: <pre> <VirtualHost *:80> ServerName cachet.dev # Or whatever you want to use ServerAlias cachet.dev # Make this the same as ServerName DocumentRoot "/var/www/Cachet/p...)
 
(ei mitään eroa)

Nykyinen versio 27. elokuuta 2015 kello 06.44

Tietoja viestistä (auta dokumentoinnissa)
Tätä viestiä ei ole dokumentoitu. Jos tiedät missä tai miten tätä viestiä käytetään, voit auttaa muita kääntäjiä lisäämällä kommentteja tähän viestiin.
Viestin määritelmä (Cachet)
<pre>
  <VirtualHost *:80>
   ServerName cachet.dev # Or whatever you want to use
   ServerAlias cachet.dev # Make this the same as ServerName
   DocumentRoot "/var/www/Cachet/public"
   <Directory "/var/www/Cachet/public">
       Require all granted # Used by Apache 2.4
       Options Indexes FollowSymLinks
       AllowOverride All
       Order allow,deny
       Allow from all
   </Directory>
</VirtualHost>
</pre>
Käännös<pre>
  <VirtualHost *:80>
   ServerName cachet.dev # Or whatever you want to use
   ServerAlias cachet.dev # Make this the same as ServerName
   DocumentRoot "/var/www/Cachet/public"
   <Directory "/var/www/Cachet/public">
       Require all granted # Used by Apache 2.4
       Options Indexes FollowSymLinks
       AllowOverride All
       Order allow,deny
       Allow from all
   </Directory>
</VirtualHost>
</pre>
  <VirtualHost *:80>
    ServerName cachet.dev # Or whatever you want to use
    ServerAlias cachet.dev # Make this the same as ServerName
    DocumentRoot "/var/www/Cachet/public"
    <Directory "/var/www/Cachet/public">
        Require all granted # Used by Apache 2.4
        Options Indexes FollowSymLinks
        AllowOverride All
        Order allow,deny
        Allow from all
    </Directory>
</VirtualHost>
Mainos / Advertisement: