Archive | Apache RSS feed for this section

FreeSwan Advanced Configs

http://www.freeswan.org/freeswan_trees/freeswan-2.06/doc/adv_config.html#adv_config Bookmark on Delicious Digg this post Recommend on Facebook share via Reddit Share with Stumblers Tweet about it Subscribe to the comments on this post Print for later Bookmark in Browser Tell a friend

http://www.freeswan.org/freeswan_trees/freeswan-2.06/doc/adv_config.html#adv_config

View Comments Continue Reading →

Extra Path Info

To get extra path info working for this blog I had to add the following to my apache virtual server config: AcceptPathInfo On Bookmark on Delicious Digg this post Recommend on Facebook share via Reddit Share with Stumblers Tweet about it Subscribe to the comments on this post Print for later Bookmark in Browser Tell [...]

To get extra path info working for this blog I had to add the following to my apache virtual server config:

AcceptPathInfo On
View Comments Continue Reading →

File Upload Size Limits

In php.ini the following parameters impact file uploads: file_uploads http://www.php.net/manual/en/ini.sect.file_uploads.php#ini.file-uploads upload_tmp_dir http://www.php.net/manual/en/ini.sect.file_uploads.php#ini.upload-tmp-dir upload_max_filesize http://www.php.net/manual/en/ini.sect.file_uploads.php#ini.upload-max-filesize post_max_size http://www.php.net/manual/en/ini.sect.data-handling.php#ini.post-max-size max_input_time http://www.php.net/manual/en/ref.info.php#ini.max-input-time memory_limit http://www.php.net/manual/en/ini.sect.resource-limits.php#ini.memory-limit Apache might also impose a limit on the size of file uploads using the LimitBodyRequest directive. See http://httpd.apache.org/docs-2.1/ko/mod/core.html#limitrequestbody for details. Bookmark on Delicious Digg this post Recommend on Facebook share via Reddit Share with Stumblers [...]

In php.ini the following parameters impact file uploads:

  • file_uploads

    http://www.php.net/manual/en/ini.sect.file_uploads.php#ini.file-uploads

  • upload_tmp_dir

    http://www.php.net/manual/en/ini.sect.file_uploads.php#ini.upload-tmp-dir

  • upload_max_filesize

    http://www.php.net/manual/en/ini.sect.file_uploads.php#ini.upload-max-filesize

  • post_max_size

    http://www.php.net/manual/en/ini.sect.data-handling.php#ini.post-max-size

  • max_input_time

    http://www.php.net/manual/en/ref.info.php#ini.max-input-time

  • memory_limit

    http://www.php.net/manual/en/ini.sect.resource-limits.php#ini.memory-limit

Apache might also impose a limit on the size of file uploads using the LimitBodyRequest directive. See http://httpd.apache.org/docs-2.1/ko/mod/core.html#limitrequestbody for details.

View Comments Continue Reading →

Route Table Testing

Use this command: > ip route get {dest ip} To test from a specific source use: > ip route get {dest ip} from {src ip} Bookmark on Delicious Digg this post Recommend on Facebook share via Reddit Share with Stumblers Tweet about it Subscribe to the comments on this post Print for later Bookmark in [...]

Use this command:

> ip route get {dest ip}

To test from a specific source use:

> ip route get {dest ip} from {src ip}
View Comments Continue Reading →

Tomcat Install Notes

Recently we developed the following documentation on how to install Tomcat and Apache. http://www.reliablepenguin.com/projects/tomcat/ Comments and feedback are welcomed Bookmark on Delicious Digg this post Recommend on Facebook share via Reddit Share with Stumblers Tweet about it Subscribe to the comments on this post Print for later Bookmark in Browser Tell a friend

Recently we developed the following documentation on how to install Tomcat and Apache.

http://www.reliablepenguin.com/projects/tomcat/

Comments and feedback are welcomed :)

View Comments Continue Reading →