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
97647db0
Commit
97647db0
authored
Apr 19, 1999
by
Michel Pelletier
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fixed my wack interpretation of INSTANCE_HOME
tweaked some other cosmetic things.
parent
13c67013
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
12 additions
and
14 deletions
+12
-14
ZServer/start.py
ZServer/start.py
+6
-7
lib/python/ZServer/start.py
lib/python/ZServer/start.py
+6
-7
No files found.
ZServer/start.py
View file @
97647db0
...
...
@@ -19,9 +19,9 @@ import os
# This should point to your Zope directory
SOFTWARE_HOME
=
'/projects/users/zs_zope'
# This should point at the directory
where your var directory is located
# Most of the time this is the same as SOFTWARE_HOME
/var
INSTANCE_HOME
=
SOFTWARE_HOME
+
'/var'
# This should point at the directory
that contains your var directory.
# Most of the time this is the same as SOFTWARE_HOME
# INSTANCE_HOME = SOFTWARE_HOME
### ZServer configuration
###
...
...
@@ -35,14 +35,14 @@ IP_ADDRESS=''
# Host name of the server machine. You may use 'localhost' if your server
# doesn't have a host name.
HOSTNAME
=
'
tarzan.digicool.com
'
HOSTNAME
=
'
localhost
'
# IP address of your DNS server. If you have DNS service on your local machine
# then you can set this to '127.0.0.1'
DNS_IP
=
'
216.164.72.2
'
DNS_IP
=
'
127.0.0.1
'
# Port for HTTP Server. The standard port for HTTP services is 80.
HTTP_PORT
=
9
222
HTTP_PORT
=
9
673
# Module to publish. If you are not using the Zope management framework,
# this should be the name of your published module. Note that this module
...
...
@@ -148,4 +148,3 @@ asyncore.loop()
lib/python/ZServer/start.py
View file @
97647db0
...
...
@@ -19,9 +19,9 @@ import os
# This should point to your Zope directory
SOFTWARE_HOME
=
'/projects/users/zs_zope'
# This should point at the directory
where your var directory is located
# Most of the time this is the same as SOFTWARE_HOME
/var
INSTANCE_HOME
=
SOFTWARE_HOME
+
'/var'
# This should point at the directory
that contains your var directory.
# Most of the time this is the same as SOFTWARE_HOME
# INSTANCE_HOME = SOFTWARE_HOME
### ZServer configuration
###
...
...
@@ -35,14 +35,14 @@ IP_ADDRESS=''
# Host name of the server machine. You may use 'localhost' if your server
# doesn't have a host name.
HOSTNAME
=
'
tarzan.digicool.com
'
HOSTNAME
=
'
localhost
'
# IP address of your DNS server. If you have DNS service on your local machine
# then you can set this to '127.0.0.1'
DNS_IP
=
'
216.164.72.2
'
DNS_IP
=
'
127.0.0.1
'
# Port for HTTP Server. The standard port for HTTP services is 80.
HTTP_PORT
=
9
222
HTTP_PORT
=
9
673
# Module to publish. If you are not using the Zope management framework,
# this should be the name of your published module. Note that this module
...
...
@@ -148,4 +148,3 @@ asyncore.loop()
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