Tag Archives: Apache

Axis2: IWAB0489E Error when deploying Web service to Axis runtime

I try to get started with Axis2, but when I try to create Web Service in Eclipse, I got the following Error: IWAB0489E Error when deploying Web service to Axis runtime After googling, I got the solution: Make sure the …

Posted in Java | Tagged , , , | Leave a comment

Parse EXCEL usint Apache POI-HSSF and POI-XSSF

HSSF is the POI Project’s pure Java implementation of the Excel ’97(-2007) file format. XSSF is the POI Project’s pure Java implementation of the Excel 2007 OOXML (.xlsx) file format. HSSF and XSSF provides ways to read spreadsheets create, modify, …

Posted in Java | Tagged , , , | Leave a comment

Configuring the Apache Web Server to Run Perl 在Apache中运行Perl

1. Install Perl 2. Install Apache & config httpd: Options Indexes FollowSymLinksAdd ExecCGI to this line. The line should now look like the following:Options Indexes FollowSymLinks ExecCGINext, search for the following:#AddHandler cgi-script .cgiUncomment this line by removing the # in …

Posted in Perl | Tagged , , , , | Leave a comment

XAMPP下修改Apache的Timeout

本以为是在httpd.conf中可直接修改TimeOut, 但未在该文件中发现该参数. 但有很多Include: # Various default settings Include conf/extra/httpd-default.conf 果然, 修改/extra/httpd-default.conf即可.

Posted in PHP | Tagged , , , | Leave a comment

Linux下Apache安装及配置

Apache yum安装, httpd.conf配置, Service操作

Posted in Linux | Tagged , , , | 1 Comment
  • Page 1 of 2
  • 1
  • 2
  • >