| Subcribe via RSS

Dealing with virus infected files in a file upload…

Июль 18th, 2010 | No Comments | Posted in Apache, modules

I am a undergraduate student and a open source enthusiast. I have been working on a web application and I stumbled upon a problem. I haven’t been able to find any good solutions to the problem yet. I’ve tried googling, but without successs

Here’s my problem:

I’m working on a open source web application which can be downloaded by anyone and hosted on his own webserver. Let me give an example, say wordpress blogging engine. One can download wordpress sourcecode from wordpress.org and host it on his own webserver. The webserver can be IIS running on Windows or apache running on linux. Using this application, end users can upload files (images, text, doc, videos etc) to the server using a upload option on the site.

More »

Tags:

PHP Programmers

Июль 16th, 2010 | No Comments | Posted in Apache, modules

HTML clipboardPHP Programmers / Freshers / Trainee / TWA Internet Technologies Pvt. Ltd. / Lucknow

Education : UG – Any Graduate – Any Specialization,Graduation Not Required PG – Any PG Course – Any Specialization,Post Graduation Not Required

Desired Candidate Profile :

The candidates should have basic knowledge of Computers, Internet or MS Office. The candidate should be willing to pursue career in Web Programming & Database Development

More »

Tags:

Apache/MySQL/PHP/phpMyAdmin on FreeBSD :: Open Sou…

Июль 15th, 2010 | No Comments | Posted in Apache, modules

Introduction:

This article describes how to setup Apache, MySQL, PHP and phpMyAdmin on a server running FreeBSD. The article was written for the software versions below but is likely to work on newer versions without too much difficulty.

Software:

MySQL Server: 5.0.51a Installed from Ports Collection

PHP & Extensions: 5.2.5 Installed from Ports Collection

More »

Tags:

WikiLeaks Video shows U.S. Apache helicopter attac…

Июль 14th, 2010 | No Comments | Posted in Apache, modules

The first video I had embedded from YouTube was subsequently removed from YouTube “due to terms of use violation.”

WikiLeaks Video shows U.S. Apache helicopter attack that killed reporters, injured children in Iraq

Video shows U.S. helicopter attack that killed reporters, injured children in Iraq

A videotape released today purportedly showing an American Apache helicopter attack on Iraqis in 2007 is getting a lot of attention on the Internet today.

More »

Tags:

Bignosebird’s APACHE Server Reference and Tut…

Июль 13th, 2010 | No Comments | Posted in Apache, modules

 A SHORT INTRODUCTION One of the most amazing things about the whole Internet Phenomena has to be the APACHE Server Project. Somehow, despite the best efforts of some rather large software companies, this free web server system has managed to capture over 50% of the server market!

In addition to APACHE itself, other companies such as C2 Net and RedHat offer commercial implentations with enhancements such as SSL for allowing you to run Secure Web Servers. Almost all of the information that will be covered here is applicable to the APACHE derivatives as well.

More »

Tags:

nginx + ssl + rails

Июль 12th, 2010 | No Comments | Posted in Apache, modules

While nginx has been covered here before , it seems the blogosphere is a bit lacking in covering a nginx + ssl + rails setup, which requires a little bit of putting 2 and 2 together and getting 5 . The configuration is as such:

The kicker is the proxy_set_header line—it is crucial to allowing your Rails app to know whether the request was sent over http or https.

More »

Tags:

Debian — Details of package apache in etch

Июль 11th, 2010 | No Comments | Posted in Apache, modules

The most popular server in the world, Apache features a modular design and supports dynamic selection of extension modules at runtime. Some of its strong points are its range of possible customization, dynamic adjustment of the number of server processes, and a whole range of available modules including many authentication mechanisms, server-parsed HTML, server-side includes, access control, CERN httpd metafiles emulation, proxy caching, etc. Apache also supports multiple virtual homing.

More »

Tags:

Is anyone else amazed at how many people use nginx…

Июль 10th, 2010 | No Comments | Posted in Apache, modules

Re: Is anyone else amazed at how many people use nginx on Windows?

And I think there is no need.

Why not use virtual machine to run nginx as a reverse proxy ?

I agree that you don’t need to spend too much time on windows port.

Keep focus and succeed.

> > I mean…. really?

> > If you’re looking for performance, is Windows really your target OS?

More »

Tags:

NginxFullExample

Июль 9th, 2010 | No Comments | Posted in Apache, modules

text/html html htm shtml; text/css css; text/xml xml rss; image/gif gif; image/jpeg jpeg jpg; application/x-javascript js; text/plain txt; text/x-component htc; text/mathml mml; image/png png; image/x-icon ico; image/x-jng jng; image/vnd.wap.wbmp wbmp; application/java-archive jar war ear; application/mac-binhex40 hqx; application/pdf pdf; application/x-cocoa cco; application/x-java-archive-diff jardiff; application/x-java-jnlp-file jnlp; application/x-makeself run; application/x- perl pl pm; application/x-pilot prc pdb; application/x-rar-compressed rar; application/x-redhat-package-manager rpm; application/x-sea sea; application/x-shockwave-flash swf; application/x-stuffit sit; application/x-tcl tcl tk; application/x-x509-ca-cert der pem crt; application/x-xpinstall xpi; application/zip zip; application/octet-stream deb; application/octet-stream bin exe dll; application/octet-stream dmg; application/octet-stream eot; application/octet-stream iso img; application/octet-stream msi msp msm; audio/mpeg mp3; audio/x-realaudio ra; video/mpeg mpeg mpg; video/quicktime mov; video/x- flv flv ; video/x-msvideo avi; video/x-ms-wmv wmv; video/x-ms-asf asx asf; video/x-mng mng;

Source: http://wiki.nginx.org

Tags:

Installing

Июль 8th, 2010 | No Comments | Posted in Apache, modules

Apache on Ubuntu is relatively straightforward. If you have ever wanted webhosting on your own computer, to run a web server to allow local access via a web browser, you will be pleased to learn that running Ubuntu’s web server is just a few clicks away.

To install Apache on Ubuntu, one can use a graphic program like Synaptic or Adept, the package manager for Kubuntu. Simply search for «apache2″, select it, and click apply. This will give you a basic web server installation. But if you want to do anything beyond viewing basic HTML, you may want to ensure the appropriate modules are available to Apache.

More »

Tags: