On Fri, Jan 24, 2014 at 1:13 PM, LuKreme wrote:
>
> On 03 Jan 2014, at 14:34 , LuKreme wrote:
>
>> On my Apache 2.4.6 (under FreeBSD 8.0-RELEASE) I have two nearly identical
>> directives setup for webdav. The first is in users/example.com.conf and the
>> second is in extras/vhosts.conf:
>
> St
On 03 Jan 2014, at 14:34 , LuKreme wrote:
> On my Apache 2.4.6 (under FreeBSD 8.0-RELEASE) I have two nearly identical
> directives setup for webdav. The first is in users/example.com.conf and the
> second is in extras/vhosts.conf:
Still beating my head against this, nothing I do seems to be
I'm trying to dynamically concatenate a bunch of javascript files into a
single file using the INCLUDE filter. The include.shtml.js test script is
The virtual server config has both SSIETag and SSILastModified set to On
for that file
ServerName test.dkt
ServerAlia
unsubscribe
Rainer,Thanks for your reply. That's helped me a lot.
> You may be running out of inodes. Check with df -i.
You are right, I've run out of inodes:Filesystem InodesIUsed IFree
IUse% Mounted ontmpfs4104915 4104908 7 100%
/usr/local/apache/cache
The default numb
On Jan 24, 2014, at 11:30 , Paul Beckett wrote:
> I am seeing the following logged in the apache error log (client IP removed):
>
> [cache_disk:warn] [pid 26540:tid 139906663675648] (28)No space left on
> device: [client xxx.xxx.xxx.xxx:56003] AH00725: could not create header file
> /usr/loca
I am seeing the following logged in the apache error log (client IP removed):
[cache_disk:warn] [pid 26540:tid 139906663675648] (28)No space left on device:
[client xxx.xxx.xxx.xxx:56003] AH00725: could not create header file
/usr/local/apache/cache/www_http/aptmpd5MAgM
That disk volume (/usr/loc
On Fri, Jan 24, 2014 at 11:07:35AM +0400, mn wrote:
> Does it possible to configure the apache so it distinguishes name
> abc.* and cde.* (used by clients externally) and returns different
> pages (provided two s are configured)?
> Which Directives are imlpemented in the case? Or, maybe, the exampl