VDS Sphera Knowledge Base
How can I create a Script Alias in Apache to Neomail?
First, install the Neomail ValueApp if you have not done so.
- Access your account(domain.com) via SSH.
- Make a backup copy of the file "/www/conf/httpd.conf".
- Open the file "/www/conf/httpd.conf".
- Search for the "ScriptAlias" string.
- Below the line:
ScriptAlias /cgi-bin/ "/usr/local/apache/cgi-bin/"
Insert the following line: ScriptAlias /mail "/usr/local/apache/cgi-bin/plugins/neomail/neomail.pl"
- Save the file httpd.conf
- Restart Apache by entering the following command:
/etc/rc.d/init.d/apachectl restart
User Comments
| How can I create a Script Alias in Apache to Neomail? |
|
| There are no user comments for this topic. |
|
| |
|
Attachments
Related Articles