Documentation - Install
3.10.2. Web Server
The preferred method of running Spyce it to run it as a web-server.
The Spyce web server configuration is defined in the "webserver options" section
of the Spyce configuration module.
- Start the Spyce web server. The command-line syntax for starting the
server is:
spyceCmd.py -l
Spyce will now be running on port 8000. You can change the port in your
spyceconf module.
- If you are going to proxy Spyce behind Apache (this is done automatically if you installed via RPM):
- Copy the proxy section ("Spyce via proxy") from spyceApache.conf into httpd.conf.
- Make sure mod_proxy is installed and enabled. Check httpd.conf for a mod_proxy
section; look for instructions like "Uncomment the following lines to enable the proxy server."
- Restart Apache
|