您的最佳的信息源和新聞 窗口, 司機 并且 軟件 在互聯網

景色文章 名列前茅50 景色錄影 景色軟 景色幫助

亞帕基印第安人

您當前瀏覽文章從 微軟視窗景色兼容軟件 匹配類別 亞帕基印第安人.

安裝亞帕基印第安人與SSL在窗口

獲取數據從基於Web應用程序是保持信息的方面安全。 在這上下文,加密框架將使用保持敏感數據竅門機要。 并且這是安全套接字層的地方,并且傳送層安全開始活動,與亞帕基印第安人一起。 當它下來到跨接開放來源技術與它私有的窗口操作系統時,微軟使用了 Port25 作為資源的來源和說明例子介入窗口和Linux技術分析例如恢復數據從窗口系統通過使用Linux和活躍目錄和Linux身分管理。

保持以這條彈道, Redmond公司在窗口現在使成為可利用另外資源,於亞帕基印第安人的綜合化集中這次與SSL。 「經常要求SSL或TLS獲取數據從Web應用程序。 (更多…)

寫由賈森 2008年1月7日沒有評論.
讀更多文章 otherSoftware 并且 ssl 并且 tls 并且 亞帕基印第安人 并且 Linux 并且 窗口 并且 微軟 并且 窗口景色.

eAccelerator PHP引伸Isn†™t穿線Safe†¦

為所有窗口跳起PHP用戶那裡,自認被警告: 即使您跑(假想)穿線安全PHP Win32二進制再分配,您是易受PHP訪問違例錯誤、競爭問題,堆腐敗和更壞,如果您使用普遍 eAccelerator opcode貯藏引伸。

我們做了我們測試與 siteBuddy編寫的雙 使用PHP和eAccelerator的最新的版本。 幾乎在創始對我們的測試服務器的一次壓力測試之後我們經歷給它的腳跟減少整個IIS工作者過程的畏懼的「PHP訪問違例」錯誤-。

點擊持續讀「eAccelerator PHP引伸Isn†™t穿線Safe†¦ "

寫由計算機權威 2007年9月10日沒有評論.
讀更多文章 IIS 并且 FastCGI 并且 服務器 并且 XCache 并且 APC 并且 eAccelerator 并且 臭蟲 并且 窗口 and Programming and apache and php and software.

Install Moodle 1.8 under Apache/Vista

Moodle is usually easy to install once you’ve got Apache/PHP 5/MySQL running.

But the installation script for Moodle 1.8 fails- hitting ‘Next’ after entering the database information gave me a blank screen.

The install works fine under XP. But the problem isn’t limited to Vista: John McGrath and others on moodle.org report a similar problem under XAMPP/Win2000. John manually built his configuration file to get Moodle running (http://moodle.org/mod/forum/discuss.php?d=64692).

I was able to install Moodle 1.8 successfully under Vista following his approach.

  1. Install the Apache webserver. I’m using Apache 2.2.4.
  2. Install MySQL 5 (The most recent installer (5.0.41) works without a hitch under Vista. Don’t forget to unblock port 3306 in your firewall, and set sql-mode=”” in your my.ini file; Moodle doesn’t like strict mode).
  3. Install PHP 5. I’m using version 5.2.3.
  4. Download the latest stable build of 1.8+ from http://download.moodle.org/download.php/stable18/moodle-latest-18.zip.
  5. Unzip the file into your Apache document root (c:\apache\htdocs, if you follow the instructions linked in step one). I renamed the directory c:\apache\htdocs\moodle18, so I could install multiple versions of moodle later for testing.
  6. Create a directory for storing data that is outside the document root (I used c:\apache\htdata).
  7. Create an empty database for Moodle 1.8. I used

Click to continue reading "Install Moodle 1.8 under Apache/Vista"

Written by senese on June 7th, 2007 with no comments.
Read more articles on how to and apache and installation and moodle and vista.

Install PHP under Apache and Vista

I initially tried the msi installer for PHP 5. Unfortunately, it installs only PHP under CGI, which although it has some performance and security issues, might be ok for a quick and dirty development environment.

But the installer is badly broken. You’ll get an error something like

PHP Fatal error:  require_once()[function.require]: Failed opening
required 'SAM/php_sam.php' (include_path='.;C:php5pear') in
sam_factory on line 1

After fighting this for a couple of hours, I ended up installing manually anyway. I used this procedure to get PHP 5 running under Vista:

  1. Install the Apache webserver.
  2. Get the current version of PHP 5 from http://www.php.net/downloads.php#v5. (It’s 5.2.3 at this time). Get both the zip file and the PECL zip file (which includes extensions).
  3. Uninstall any previous installations of PHP 5 (Start > Control Panel > Programs and Features). You may have to reboot your machine.
  4. Disconnect from the Internet. Turn off your firewall. Turn off your virus checker.
  5. Turn off User Account Control (UAC).
  6. Get an administrator prompt by going to All Programs > Accessories. Right-Click “Command Prompt” and choose “Run as Administrator”
  7. Use the command prompt to manually remove directories containing previous PHP installations (like C:\Program Files\PHP…)
  8. Go to the directory where you’ve downloaded

Click to continue reading "Install PHP under Apache and Vista"

Written by senese on June 6th, 2007 with no comments.
Read more articles on php and how to and apache and installation and vista.

Install Apache on Windows Vista

Installing Apache under Windows XP was trivial. Not so, under Vista. Creation of the Apache service fails. The conf directory can’t be set up by the installer, probably due to permission problems.

I finally got it working with the following procedure. I used the latest version of Apache (2.2.4) and Windows Vista Home Premium.

  1. Uninstall any previous installations of Apache Web server (Start > Control Panel > Programs and Features).
  2. Turn off your firewall (Control Panel).
  3. Stop User Account Control (UAC).
  4. Get the most recent version of apache from http://httpd.apache.org/download.cgi and put it on your desktop. Rename it to apache.msi
  5. Start > All Programs > Accessories
  6. Right-Click “Command Prompt” and choose “Run as Administrator”
  7. Manually remove directories containing previous apache installations (like C:\Program Files\Apache Software Foundation…)
  8. Change to your desktop folder (At prompt type cd desktop)
  9. Type “msiexec /i apache.msi” on the command prompt.
  10. Run through the Apache installer. I’m running a development server, so I left the domain and computer name blank. Choose the default server on port 80 for all users option. Change the installation directory to c:\apache.
  11. Reboot.
  12. The little Apache feather won’t appear on the task bar under Vista with the present version of Apache (2.2.4). To remove

Click to continue reading "Install Apache on Windows Vista"

Written by senese on June 6th, 2007 with no comments.
Read more articles on how to and apache and installation and vista.