ModX Revolution2.2 とIIS の相性

modXの2.2 がリリースされてから2ヶ月ほど経ったが、今回自宅のサーバーに導入してみた。 ホストサービスのほうで運用しているサーバーはApache なのだが、自宅はWindowsに実装したIIS7だ。

で、インストールしてマネージャ画面に行ってみたら、なんとリソースツリーがない。メニューとお知らせは表示されるのだが メニューをクリックしても空白の画面が出てくるばかり。 ログアウトもできない。

インストールを繰り替えしてみたり色々やってみたが拉致あかず

サポートフォーラムに行って2.2のエントリーを眺めてみると、結構類似の問題が発生している模様、 その中で

「どういう訳か、IISではJS とCSSを圧縮するとうまく行かない」という記述があり、対策としてはPHPMyadminなどで直接mysqlデータにアクセスし、System settingの当該項目を圧縮あり(1)からなし(0)に変更すればよい、との書き込みを見つけた。

もっとはやく言ってよ。

早速SQLBUDDYでデータ内容を書き換えて解決。

 

Comcast blocked my port 25

About a week ago, my PC’s mail client (Thunderbird) started to complain that it can not login to mail.comcast.net and i could not send any email.

It continued to do so for about a couple of days. my wife’s PC was in the same condition.

When I logged into Comcast web mail, an e-mail from Comcast was waiting. It basically told me that due to suspicious activity, they blocked my port 25 to protect me being from a victim of security attack.

It also tells me how to setup a client to listen to another port.  So I went ahead and setup my client to use another port.  That was an end of the story for Comcast mails. (outgoing port 25)

However, I also have hMail server running for my own domain in my home server. the mail server receives emails via port 25 (incoming) this was also blocked, so I was not receiving any mails.

The my domain is served by TZO DDNS service.  they also offer the service called Store and forward.  The service can be a proxy receiver for mails sent to my domain, then it will forward them to my PC via port of your choice.  SO I had to buy this service and configured the service to use another port (in my case 8025) to forward emails to my domain.   In the htserver admin panel, I added smtp port 8025 so that the server can listen to the port.

 

Now the home mail server started to receive mails again.

I hope Comcast eventually removes this block after a while so that I can revert back to normal setting and unsubscribe from this Store and Forward service.