The idea is to use the apache server on trixbox to host a home page on port 80 other than trixbox’s default home page, but being able to access the latter via an alternate port. I have a static ip address, and without purchasing an additional domain name I wanted to set something like …
Category Archives: Network
Feature Codes for Trixbox
Handset Feature Code Action *30 Blacklist a number *31 Remove a number from the blacklist *32 Blacklist the last caller *52 Call Forward No Answer/Unavailable Activate *53 Call Forward No Answer/Unavailable Deactivate *72 Call Forward All Activate *73 Call Forward All Deactivate *74 Call Forward All Prompting Deactivate *90 Call Forward Busy Activate *91 Call …
trixbox
Does Anyone Have Directed Call Pickup Working? answer call **(ext) *8 only with same group
Setting Up Mono and mod_mono in Plesk 8.6
Mono is the the open-source version of the Microsoft’s .NET runtime. Mono runs on Linux, Unix, BSD, Solaris, and Windows. Mod_mono and XSP are Mono components that bring ASP.NET functionality to non-Microsoft servers. For an example of an ASP.NET page running, in Mono, check out Hello World, 2! Getting Mono up and running in a …
Continue reading “Setting Up Mono and mod_mono in Plesk 8.6”
plesk change permissions on files created by apache
make safe-mod from domain setup OFF
How to restart plesk from command
RESOLUTION This can be done using the following commands when logged in as root via SSH on the Plesk server: Linux Plesk versions: # /etc/rc.d/init.d/psa stopall # /etc/rc.d/init.d/psa start FreeBSD Plesk, versions prior 8.1: # /usr/local/psa/rc.d/psa stop # /usr/local/psa/rc.d/psa start FreeBSD Plesk since 8.1 version: # /usr/local/etc/rc.d/psa.sh stop # /usr/local/etc/rc.d/psa.sh start