How to startup Apache and Aleph
- Article Type: General
- Product: Aleph
- Product Version: 21, 22, 23
Desired Outcome Goal:
Apache and Aleph shutdown and starting up commands
Procedure:
To stop Apache and Aleph servers and background processes you could use these commands:
Login as aleph user
1. apcb
2. become root with su
3. stop apache with
./apachectl stop
4. as aleph user:
cd $alephe_root
csh -f aleph_shutdown
At the end all the Aleph server and background processes will be stopped.
To restart use these commands:
5. like aleph user restarts Aleph service:
cd $alephe_root
csh -f aleph_startup
6. restart Apache with:
apcb
su (to become root)
./apachectl_auto
After this the Aleph servers and Apache should be up and running.
- Article last edited: 18-Oct-2016