Zeus is a well-known web server software, its performance far above APACHE1/2, is the independent server user runs the forum the first choice, to the memory is less than 1G and the traffic is very big user, the exchange with Zeus will obtain one times more load ability than Apache.
This article provides me with some experience to install Zeus4.3 under the FreeBSD4.1 to find a Zeus 4.3 for BSD version download, (all download to the/root inside, so convenient)
Usually the server will run Apache, stop it first:
/usr/local/apache/bin/apachectl stop
Unpack the package:
Tar xvzf zeus_43_freebsd4.tgz #把破解包直接解压在/root
CD zeus_43_freebsd4/
Start installation
./zinstall
Press CTRL + C to enter accept
Where should the product be installed? [/usr/local/zeus]: Enter
Installation options:
1. Full install of both Admin Server & Web server
2. Stand-alone install of Admin server
3. Clustered Install of Web server
H. Help
Choose installation option [1]: Enter
Enter the key filename, or leave blank for unlicensed mode: (Enter your key path, yesterday I sent 30 days of key, the Internet has cracked version unlimited time)
Please choose a password for the admin server: Hu Jintao (enter admin password)
Re-enter: Hu Jintao (Retype password)
What USER do your want to run Zeus? [Nobody]: (Enter nobody, carriage return)
What Group do your want to run Zeus? [Nobody]: (Enter nobody, carriage return)
These two steps of installation prompts I remember not very clear, specific everyone to see the hint, typing nobody on the line.
Would you like Zeus to start in boot time? y/n [Y]: (Enter)
Installation is complete, very simple!
The command to start Zeus is/usr/local/zeus/start-zeus
The command to stop Zeus is/usr/local/zeus/stop-zeus
The command to restart Zeus is/usr/local/zeus/restart-zeus
If you find a crack file, then stop Zeus to crack!
/usr/local/zeus/stop-zeus
CP/cracked file specific directory/zeus.web/usr/local/zeus/web/bin
Crack complete.
Set Zeus
Open browser access: http://your.com:9090 (username admin, password you have just set)
Click "Virtual Server" to enter the Create virtual host:
Virtual Server Name: Host name
Host name and port: domain Names and ports
Server Comment: Whatever
Document Root:web location of file placement
Aliases: Multiple domain bindings are filled in here, separated by the (,) number.
Webmaster Email Address: whatever
Clone Server: Ignore it
Click the "Create Virtual Server" button to submit.
Once submitted, the specific configuration of the virtual host will now be entered:
Click on the "FastCGI" on the Left
Enabling Support for FastCGI Programs: select "Enabled"
Then go down and find "adding a FastCGI Remote responder"
Directory Name: Fill/usr/local/php/bin/php
Location:machine Name: Fill localhost
Port: Fill in 8002
All other not to fill in, click "Apply Change"
Click "PHP" at the bottom left to enter the PHP configuration.
Enabling PHP Support: Select Enabled
Process Management: Concurrent requests, setting them on demand
Click "Apply Change"
Directory Requests found in the menu on the left
Index files: Indexed file, set according to your needs
Directory Listing: Be sure to Disabled
Click "Apply Change"
and find "htaccess Support" on the left menu.
enabling. htaccess File Processing: Select Enabled
Click "Apply Change"
Well, the configuration is over, click on the above "This configuration has been modified." Click here for the details or to make it take effect. , and then click "Commit" to complete the setup of a virtual host. Now start this virtual host on the main interface, and then open http://www.domain.com, you can see your Web page immediately!