I have a website using mod_perl. I\'m creating a zip file in memory (using Archive::Zip), and I want to serve that file without having to write it to disk.
I\'m trying to add support for the GD extension on my Ubuntu, Apache 2, php box. However my php.ini file does not seem to be the same as most versions of the INI file and it appears that their are no
I need some URL rewriting for my website using mod_rewrite but I can\'t figure out the regular expressions.
Can one use mod_pagespeed with tomcat application server? directly or indirectly? Am i correct in stating that you can use mod_pagespeed with tomcat if you use apache webserver as a proxy to tomcat w
I have an svn server and with a working copy checked out on my local machine. I want to create another working copy on a webdav server by using the davfs (allows you to mount a WebDav service locally)
I run several websites开发者_如何学C using Apache 2 with VirtualHosts configured. They all work fine on their own (i.e. www.domain1.com, www.domain2.com, www.domain3.com).
One of our third party enterprise application uses Apache 2.2.15 x86, with a ThreadsPerChild of 1920 (default upper limit),
I wrote a module for Apache HTTP server and discovered strange behaviour. I\'ve assumed that static variables are initialized only once, but I wrote the code below and made two requests to Apache the
I am trying to rewrite with htaccess need to use if else block or any other for rewriting following url:
I am facing an issue while using .htaccess.The Re write rule is as follows. RewriteRule ^user/([a-z]+)/?$ user.php?id=$1