Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Submit feedback
Sign in
Toggle navigation
S
Silex
Project overview
Project overview
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Commits
Open sidebar
common
Silex
Commits
ebd3bbca
Commit
ebd3bbca
authored
Jun 14, 2012
by
Jeremy
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
[docs] Add config example for lighttpd
parent
14f48cb9
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
15 additions
and
0 deletions
+15
-0
doc/usage.rst
doc/usage.rst
+15
-0
No files found.
doc/usage.rst
View file @
ebd3bbca
...
@@ -814,6 +814,21 @@ resources to ``index.php``:
...
@@ -814,6 +814,21 @@ resources to ``index.php``:
}
}
}
}
Lighttpd
~~~~~
If you are using lighttpd, you can use this sample ``simple-vhost``:
.. code-block:: lighttpd
server.document-root = "/path/to/app"
url.rewrite-once = (
"^/assets/.+" => "$0", # directories with static files
"^/favicon\.ico$" => "$0",
"^(/[^\?]*)(\?.*)?" => "/index.php$1$2"
)
IIS
IIS
~~~
~~~
...
...
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