Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
S
SWITCHwayf
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Service Desk
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Incidents
Environments
Packages & Registries
Packages & Registries
Container Registry
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Guillaume Rousse
SWITCHwayf
Commits
b29dbf53
Commit
b29dbf53
authored
Jul 16, 2013
by
haemmer
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Improved Apache configuration instructions
parent
72bd8e54
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
12 additions
and
13 deletions
+12
-13
README
README
+12
-13
No files found.
README
View file @
b29dbf53
...
...
@@ -49,23 +49,22 @@ Installation:
5. If Apache 2 is used, add the following statement to the Apache configugration:
--
<Location /path/to/WAYF>
SetHandler php5-script
</Location>
--
In some clustered environments with FastCGI it may be necessary to use
something like:
Alias /SWITCHaai /#YOUR-PATH-TO#/SWITCHwayf
<Directory /#YOUR-PATH-TO#/SWITCHwayf>
Options Indexes MultiViews
AllowOverride None
Order allow,deny
Allow from all
--
Options +FollowSymLinks
<Files WAYF>
SetHandler php5-script
AcceptPathInfo On
</Files>
</Directory>
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteRule ^WAYF/(.*)$ WAYF.php/$1 [QSA,L]
RewriteRule ^WAYF$ WAYF.php [QSA,L]
</IfModule>
--
Alternatively, one also could rename the file 'WAYF' to 'WAYF.php'.
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment