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
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
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