[users@httpd] mod_ftp 0.9.6v issue with apache 2.4.10

2014-09-08 Thread Mukesh Kumar
Hi, Does anyone knows when mod_ftp 1.0.1 v is going to release? I was trying to configure mod_ftp(0.9.6) with httpd version 2.4 and it seems like its not compatible. ftp_data_connection.c(294) : error C2037: left of 'b' specifies undefined struct/union 'core_filter_ctx' . ftp_data_conn

[users@httpd] Virus scan module/plugin for apache 2.2.25 webserver

2013-11-26 Thread Mukesh Kumar
Hi All, I am looking for a module or plug-in which i can use with apache webserver to scan the files as soon as they get uploaded on the server. While searching i came across clamav, but it can be used only when proxy module is loaded or so. Can someone help ? if you know any module which ca

[users@httpd] Rewrite Rule

2013-08-02 Thread Mukesh Kumar
Hi, I have below similar rewrite rule in my conf - --- RewriteCond %{HTTP_HOST} ^abc.xyz.com|^abc$ RewriteCond %{REQUEST_URI} !^/abc/.* RewriteRule ^(.*)$ http://xyz.com/test/ [E=HTTP_REFERER:%{HTTP_REFERER},L] --- If i hit, abc.xyz.com or abc - it redirects as per ru