Php as cgi
If you want to make PHP to run as cgi :
if php5 is cgi and to override the entries in server php.ini
add the following in .htaccess in the directory which needs custom php
============================================
AddHandler application/x-httpd-php5 .php
AddType application/x-httpd-php5 .php
Action phpini-cgi /cgi-bin/php.ini
==============================================
Then copy the php binary and php.ini file to /cgi/ folder under document root .
Wednesday, May 18, 2011
Sunday, May 1, 2011
cpanel mailing list issue
When you click on any mailing list options and you will be a "Page Not found error" .
Check if its geting redirected to http://mail.servername/.... instead of http://mail.domainname/...
If so :
----------------------------------------------------------------------------
Login to server:
Goto : /usr/local/cpanel/3rdparty/mailman/bin
do-- "./withlist -l -r fix_url mailinglistname -u domainame.com
---------------------------------------------------------------------------------------------------
Will fix the issue
Check if its geting redirected to http://mail.servername/.... instead of http://mail.domainname/...
If so :
----------------------------------------------------------------------------
Login to server:
Goto : /usr/local/cpanel/3rdparty/mailman/bin
do-- "./withlist -l -r fix_url mailinglistname -u domainame.com
---------------------------------------------------------------------------------------------------
Will fix the issue
Subscribe to:
Posts (Atom)