Uploaded image for project: 'eZ Publish / Platform'
  1. eZ Publish / Platform
  2. EZP-20144

Update documentation for Virtual Host Setup (Installation of eZ Publish 5)

    XMLWordPrintable

Details

    • Icon: Bug Bug
    • Resolution: Fixed
    • Icon: Critical Critical
    • 5.0
    • 5.0.0rc1
    • Documentation
    • None

    Description

      Page: http://doc.ez.no/eZ-Publish/Technical-manual/5.x/Installation/Virtual-host-setup
      Reported by Paul Borgermans:

      Just a short note on the install docs for ez publish 5, the Virtual host example should be adapted a bit

      From:

          <Directory [PATH_TO_EZPUBLISH]/web>
              Options FollowSymLinks
              AllowOverride None
          </Directory>
      

      To:

          <Directory [PATH_TO_EZPUBLISH]/web>
              Options FollowSymLinks
              AllowOverride None
              # Depending on your global Apache settings, you may need uncomment and adapt
              #Allow from 127.0.0.1 
          </Directory>
      

      and from:

          <IfModule mod_rewrite.c>
              # Uncomment in FastCGI mode, to get basic auth working.
              #RewriteRule .* - [E=HTTP_AUTHORIZATION:%{HTTP:Authorization}]
              # v1 rest API is on Legacy
              RewriteRule ^/api/[^/]+/v1/ /index_rest.php [L]
      

      To:

          <IfModule mod_rewrite.c>
              RewriteEngine On
              # Uncomment in FastCGI mode, to get basic auth working.
              #RewriteRule .* - [E=HTTP_AUTHORIZATION:%{HTTP:Authorization}]
              # v1 rest API is on Legacy
              RewriteRule ^/api/[^/]+/v1/ /index_rest.php [L]
      

      Attachments

        Activity

          People

            Unassigned Unassigned
            andrea.melo-obsolete@ez.no Andrea Melo (Inactive)
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved:

              Time Tracking

                Estimated:
                Original Estimate - Not Specified
                Not Specified
                Remaining:
                Remaining Estimate - 0 minutes
                0m
                Logged:
                Time Spent - 2 hours, 12 seconds
                2h