httpd v2.2.4 from source on macos 10.4.9
I have a configuration like this. In the first case using require
valid-user, everything works as expected. I can authenticate users just
fine. However, when I use the second Location block, I have problems
and cannot authorize against the group. Any su
Naresh,
I don't know exactly what you are talking about, but for handling
lightweight XML-based communication between a client and a server, you might
look into XML::RPC or a technology like that. This does not come with the
apache server, as far as I know. You will have to write some CGI code (
On 3/8/06 2:49 PM, "Venkat Reddy Valluri" <[EMAIL PROTECTED]>
wrote:
> Wick and Sean
>Thanks for responding immediatley. Thats' what I didn't understand. Is
> there anything to do with ISP location where our servers are located like max
> bandwidth or network router issues
> Users from
On 3/8/06 2:30 PM, "Venkat Reddy Valluri" <[EMAIL PROTECTED]>
wrote:
> Hi,
>I have one application which contians application server(tomcat4.0.4) on
> App Lan and web server(apache2.0.40) on Web Lan located at ISP provider in
> newyork.
> Here I am storing all the files of size around 6
On 2/28/06 10:08 AM, "Joshua Slive" <[EMAIL PROTECTED]> wrote:
> On 2/28/06, Sean Davis <[EMAIL PROTECTED]> wrote:
>>
>>
>>
>> On 2/28/06 9:23 AM, "Nick Kew" <[EMAIL PROTECTED]> wrote:
>>
>>> On Tuesday 28 Feb
On 2/28/06 9:23 AM, "Nick Kew" <[EMAIL PROTECTED]> wrote:
> On Tuesday 28 February 2006 13:55, Sean Davis wrote:
>
>> 128.231.145.14 - sean [28/Feb/2006:08:46:34 -0500] "PUT
>> /webDAV/public/Abstract.doc HTTP/1.1" 204 -
>
> See that &quo
I am running the following on MacOS 10.4.5:
Apache/2.0.54 (Unix) DAV/2 proxy_html/2.5 SVN/1.2.3 PHP/5.0.4 mod_perl/2.0.1
Perl/v5.8.6
I have a webDAV directory configured as such:
Dav On
AuthType Basic
AuthName "Public WebDAV Repository"
AuthUserFile /usr/local/apache2/passwd/htp
I would like to create a webdav "drop box" that limits access to write-only
to a public user. What configuration options do I need to specify to do
that? I have basic webdav running and auth via a mod_perl handler. If
someone wouldn't mind sharing their setup for a "drop box", I would greatly
ap
Apache doesn't create the core file. Your OS does. I don't know where
solaris stores its cores, but you could probably google for it.
Sean
On 2/22/06 9:44 AM, "Tejas Sanghavi" <[EMAIL PROTECTED]> wrote:
> Hi,
>
> I've installed httpd-2.0.55 on Solaris 9.
>
> At some place, Apache aborts, b
Title: Re: [EMAIL PROTECTED] storing log data in a database
We store to a DB also. I have a mod_perl handler that does that work. If you have mod_perl running, you might google around a bit for mod_perl –based logging. It is quite easy to do. We log to a Postgres database, but since perl use
> Yes I was trying to setup Apache and a website at home. I know all about
> the DNS stuff. My problem was that the DNS host says I have a IP
> address that is different then what my ISP gave me. I even tried to
> setup a static IP on my computer but the DNS host still says a different
> IP addr
This may be a bit off-topic, but I don't see a better place to ask. Also, I
couldn't find a good answer via Google. I am trying to set up a webDAV drop
box. I have DAV set up and working as expected, except that if I set up a
directory like so:
Dav On
AuthType Basic
AuthName "Webda
On 1/31/06 7:30 AM, "mohan devanoor" <[EMAIL PROTECTED]> wrote:
> hello all,
> i am working on Apache 2.0.55
> is there any way to make my webservice global
> i.e it works fine in local lan but how to make it accessible from internet
Are you behind a firewall? If so, you will have to ta
On 1/31/06 5:05 AM, "Oren Gozlan" <[EMAIL PROTECTED]> wrote:
> Hi Guys,
>
> I have a apache server running on Windows server.
> Need to add option to upload file to the server and need help ...
>
> I have a form to select the file:
>
> File to upload:
>to upload the file!
>
>
On 1/17/06 8:32 AM, "Davide Bianchi" <[EMAIL PROTECTED]> wrote:
> Michelle Konzack wrote:
>> is there a program (to pipe) which save
>> the Apache log (full) into a PostgreSQL?
>
> Can't you change the loggin in Apache to directly call a script and do
> the same? Or your problem is that you ha
On 1/5/06 11:35 AM, "Ian Stuart" <[EMAIL PROTECTED]> wrote:
> Axel-Stéphane SMORGRAV wrote:
>> It seems obvious that there is no file
>> /Users/sdavis/Documents/workspace/DogDB/lib/Dog/HTML/DogForm.pm
>>
>> But on the other hand it could be too obvious to be true.
>
> To be more accurate, the
sfully from the command line, so the file MUST be
there. In fact, it is.
> Otherwise I thought it was necessary to set "Options ExecCGI"...
I'll try it, but that isn't what the error message implies. The script is
being executed
Thanks for the input, though.
Sean
&
I have a simple perl cgi script. It runs fine from the command line from
the cgi-bin directory, but not in the browser. I'm sure it is something
simple, but any ideas why it works from the command line but not the
browser? Here is the error_log output:
[Thu Jan 05 10:20:45 2006] [error] [client
--
>
> # access for localhost and 10.0.0.3 only with directory listings
>
>
> Options None
> Options Indexes
> Order deny,allow
> Deny from All
> Allow from localhost
> Allow from 10.0.0.3
>
>
>
>
> Options None
> Order deny,allow
> Deny from all
>
>
On 12/30/05 5:24 AM, "[EMAIL PROTECTED]" <[EMAIL PROTECTED]> wrote:
>
> Thankyou for checking things out on your machine Andrey.
>
> Now I know what the container is supposed to
> do, I can try and find out the problem on my own machine.
>
> As you say, it appears the machines configuration
On 12/29/05 3:07 PM, "Joshua Slive" <[EMAIL PROTECTED]> wrote:
> On 12/27/05, Faruk Okcu <[EMAIL PROTECTED]> wrote:
>
>
> ServerAdmin [EMAIL PROTECTED]
>DocumentRoot
> /usr/share/awstats/wwwroot
>ServerName awstats.mydomain.com
>ErrorLog
> logs/error_log
>CustomLog logs/access_
On 12/29/05 2:26 PM, "[EMAIL PROTECTED]" <[EMAIL PROTECTED]> wrote:
>
> Sean - I have created a directory in the public area, and
> added the following to my config file:
>
>
> Options None
> Order deny,allow
> Deny from all
>
> Order deny,allow
> Deny from all
>
>
>
>
On 12/29/05 1:31 PM, "[EMAIL PROTECTED]" <[EMAIL PROTECTED]> wrote:
>
> Hi Sean.
>
> I'm usiing Apache 2 on SuSE Linux 9.2 pro.
>
> The config is split over many different files.
>
> I include my own custom config file that has different
> directory settings, such as:
>
>
>
> Options
On 12/29/05 12:22 PM, "Arnie & Georgia Stender" <[EMAIL PROTECTED]>
wrote:
> Hello,
> I am setting up my own Internet presence starting with DNS and HTML
> servers. I am teaching myself (as much as possible) how to write HTML
> from scratch. Below you will find the server $ENV variables whi
On 12/29/05 10:48 AM, "[EMAIL PROTECTED]" <[EMAIL PROTECTED]> wrote:
>
> Hi all.
>
> When I setup a directory to forbid access to it, and to the
> files in the directory, I can still retrieve a file's
> contents if I know the full file name.
>
> Is this normal behaviour - or can I block acce
On 12/27/05 6:49 PM, "[EMAIL PROTECTED]" <[EMAIL PROTECTED]> wrote:
>
> Hi all.
>
> Is it possible for apache 2.0 to detect if a browser has
> javascript enabled when a page is requested, and then
> passing this value to PHP?
>
> This would allow me to serve different page content,
> dependi
On 12/7/05 9:25 PM, "[EMAIL PROTECTED]" <[EMAIL PROTECTED]> wrote:
> It was thus said that the Great Joshua Slive once stated:
>>
>> On 12/7/05, Senthil Nathan <[EMAIL PROTECTED]> wrote:
>>> hi all,
>>>
>>> my application running on Apache 2 on mod_perl 2 uses htaccess to
>>> authenticate. so
On 12/6/05 4:05 AM, "Axel-Stéphane SMORGRAV"
<[EMAIL PROTECTED]> wrote:
> I would probably just recompile the whole shabang after having run configure
> with the appropriate arguments...
>
> -ascs
>
> -Original Message-
> From: Sean Davis [ma
I'm sure this is a silly question, but the answer has evaded me to this
point. I am trying to install mod_proxy using apxs into apache2 (2.0.54).
However, after running:
apxs -c -i *.c
in the modules/proxy directory. The result is an installation of
mod_proxy.so, but no mod_proxy_http.so (or ft
On 11/16/05 4:43 AM, "HoWang Wong" <[EMAIL PROTECTED]> wrote:
> Hello,
>
> I have just switch to 2.0 from 1.3, I found that I can't use user/group in
> vhost anymore. Is there any way to set it up?
> Please help, because my server is hosting more than one site & I don't want
> the users can make
Title: Re: [EMAIL PROTECTED] Serving dynamic pages with C
- Original Message -
From:
Joshua Slive
To: users@httpd.apache.org
Sent: Thursday, November 03, 2005 8:14
PM
Subject: Re: [EMAIL PROTECTED] Serving
dynamic pages with C
On 11/3/05, Rob Belics <[EMA
On 11/1/05 12:45 AM, "Oil Pine" <[EMAIL PROTECTED]> wrote:
> I've noticed for the first time what appears to be a malicious attack on
> my web server (a part of the httpd access file attached).
>
> If so, is there something I should do to foil such attacks in the
> future?
You can deny access fr
On 10/26/05 9:06 AM, "Amir Saad" <[EMAIL PROTECTED]> wrote:
> Dera all,
> i upgraded my Apache from 1.3.34 to 2.0, the problem is i can't run any script
> although the mod-perl 2 is installed !
> in the directory section i place the PerlHandler Apache2::Registry but the
> response is "Internal Ser
ed by hibernate.
>
> Uzo
>
> On 19 Oct 2005, at 12:31, Sean Davis wrote:
>
>
> I am not a programmer, but I do use databases and programming in my work. I
>
> also started with MySQL but started "experimenting" with postgresql about
>
> 1.5 yea
On 10/18/05 11:12 PM, "Michael Avila" <[EMAIL PROTECTED]> wrote:
> I have been reading the series of messages on MySQL versus Postgres. I have a
> couple of concerns myself. There is one that is important to me. Am I being
> paranoid or is there a good reason to be concerned? Here is my situation.
On 10/12/05 6:13 PM, "Uzo Madujibeya" <[EMAIL PROTECTED]> wrote:
> Sean,
> i have had this problem with pdf's and mp3 files. 2.0.54 is buggy beyond
> belief!
>
> upgrade to 2.1.8 which i did.. and this resolved all of my problems
I'm a mod_perl user. How is the compatibility?
Sean
---
It looks like I may have answered my own question here:
http://golem.ph.utexas.edu/~distler/blog/archives/000568.html
I haven't applied the patches yet, but this might be the answer.
Sean
On 10/12/05 6:00 PM, "Davis, Sean (NIH/NHGRI)" <[EMAIL PROTECTED]> wrote:
> I have a set of pdfs on my se
I have a set of pdfs on my server (2.0.54, macos 10.4.2) that I am serving
statically, some of which I can download appropriately. However, it appears
that PDFs with images (?) do not download properly and are corrupted and
only partially downloaded. Googling produces some hits, but the problem
s
38 matches
Mail list logo