Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Z
Zope
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
Kirill Smelkov
Zope
Commits
e9d15713
Commit
e9d15713
authored
Sep 10, 2004
by
Andreas Jung
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fixed zope.conf directives
parent
090a32d4
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
7 additions
and
7 deletions
+7
-7
doc/WEBSERVER.txt
doc/WEBSERVER.txt
+7
-7
No files found.
doc/WEBSERVER.txt
View file @
e9d15713
...
...
@@ -55,9 +55,9 @@ Using Zope in multi-threaded mode with ZServer
server. You can do this by adding a section to the etc/zope.conf
file like this::
<p
cgi-server
>
<p
ersistent-cgi
>
address /path/to/PCGI/resource/file
</p
cgi-server
>
</p
ersistent-cgi
>
Note, you must have gone through the directions in 'INSTALL.txt' for
this to work.
...
...
@@ -142,20 +142,20 @@ Using Zope in multi-threaded mode with ZServer
write to the socket. For illustrative purposes, I will use
'/tmp/zope.soc'.
This can be configured by adding a f
cgi-server
section in your
This can be configured by adding a f
ast-cgi
section in your
etc/zope.conf file. The section should look like this for a TCP
port::
<f
cgi-server
>
<f
ast-cgi
>
address localhost:8889
</f
cgi-server
>
</f
ast-cgi
>
To use a Unix domain socket instead, specify the path of the socket
file instead of a [hostname:]port::
<f
cgi-server
>
<f
ast-cgi
>
address /tmp/zope.soc
</f
cgi-server
>
</f
ast-cgi
>
You can start Zope at this point by running the 'runzope' script::
...
...
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