On Fri, Jun 12, 2009 at 5:45 PM, ricardo
figueiredo wrote:
> double d;
> fscanf(stdin, "%f", d);
Try testing this on the command line before you try to test it
integrated into apache. Shouldn't the final parameter be a pointer?
--
Eric Covener
cove...@gmail.com
On 12 Jun 2009, at 22:47, Brian Kim wrote:
Thanks.
Sorry for unclear explanations.
Basically I want to make my proxy system do (1) parsing the html data,
(2) analyzing the html data, (3) modifying some of the html data and
then sending it to users.
A number of filter modules do that. See f
Brian Kim wrote:
Thanks.
Sorry for unclear explanations.
Basically I want to make my proxy system do (1) parsing the html data,
(2) analyzing the html data, (3) modifying some of the html data and
then sending it to users.
Here, the problem is that it is hard to finish (1), (2) & (3) jobs
befo
I suggest using a server side language like PHP to do the heavy
lifting for you. There are pre-existing functions out there that
already take care of this.
On Fri, Jun 12, 2009 at 5:47 PM, Brian Kim<09su.resea...@gmail.com> wrote:
> Thanks.
>
> Sorry for unclear explanations.
>
> Basically I want
Thanks.
Sorry for unclear explanations.
Basically I want to make my proxy system do (1) parsing the html data,
(2) analyzing the html data, (3) modifying some of the html data and
then sending it to users.
Here, the problem is that it is hard to finish (1), (2) & (3) jobs
before sending the html
On Fri, Jun 12, 2009 at 6:37 PM, Eric Covener wrote:
> On Fri, Jun 12, 2009 at 3:45 PM, ricardo
> figueiredo wrote:
> >
> > But When I request a page doesn't show "Value: 1234" in the prompt,
> > for
> > example.
> > What's wrong ?? Anyone has a example ??
>
> W
On Fri, Jun 12, 2009 at 3:45 PM, ricardo
figueiredo wrote:
>
> But When I request a page doesn't show "Value: 1234" in the prompt,
> for
> example.
> What's wrong ?? Anyone has a example ??
Where does standard out from a piped logger go? Try writing to a file.
>
Brian Kim wrote:
Hi all.
Hi Brian.
Currently I am creating a http-based proxy system to fetch a html data
between users' browser ans web server.
That's usually what browsers do already, but ok..
In fact, I did it by adding some code in
ap_proxy_http_process_response function as follows
Hi all.
Currently I am creating a http-based proxy system to fetch a html data
between users' browser ans web server.
In fact, I did it by adding some code in
ap_proxy_http_process_response function as follows
Here is a part of ap_proxy_http_process_response function and I added
some code to see
>
>
>>
>> On Fri, Jun 12, 2009 at 4:09 PM, Eric Covener wrote:
>>
>>> On Fri, Jun 12, 2009 at 3:02 PM, ricardo13
>>> wrote:
>>> >
>>> > Hi,
>>> >
>>> > I'm testing the mod_log_config.
>>> >
>>> > I did a simple program to read stardard input. Called program.c
>>> >
>>> > #include
>>> > int main()
Hi
CustomLog "logs/default_log|/usr/local/apache2/program" common
Excuse my stupidity. Now, I understood.
How do I compile mod_log_config ? I modified a parameter.
Thank you
Ricardo
On Fri, Jun 12, 2009 at 4:17 PM, ricardo figueiredo <
ricardoogra...@gmail.com> wrote:
> Hi,
>
> When I config
Hi,
When I configured only file apache works.
CustomLog logs/default_log common
Now, I configured:
CustomLog "logs/default_log|/usr/local/apache2/program" common
and Apache doesn't work.
Thank you
Ricardo
On Fri, Jun 12, 2009 at 4:09 PM, Eric Covener wrote:
> On Fri, Jun 12, 2009 at 3:02 PM,
On Fri, Jun 12, 2009 at 3:02 PM, ricardo13 wrote:
>
> Hi,
>
> I'm testing the mod_log_config.
>
> I did a simple program to read stardard input. Called program.c
>
> #include
> int main() {
> char input[BUFSIZ];
>
> while(fgets(input, BUFSIZ, stdin) != NULL)
> printf("Value: %s\n", inp
Hi,
I'm testing the mod_log_config.
I did a simple program to read stardard input. Called program.c
#include
int main() {
char input[BUFSIZ];
while(fgets(input, BUFSIZ, stdin) != NULL)
printf("Value: %s\n", input);
return 0;
}
I configured httpd.conf to send information
Hello,
So I set up my Apache server to authenticate using both file and ldap
authentication.
I'm using an Apache server for Subversion. I create file accounts into
an already existing file in this manner:
htpasswd -m
I then give it a password.
Next, I test the username with t
Configured mod_proxy_balancer for front-ending a bunch of GlassFish
instances. How do I print the backend host/port in the log ?
--
View this message in context:
http://www.nabble.com/Backend-host-port-in-the-log-tp24003433p24003433.html
Sent from the Apache HTTP Server - Users mailing list arch
I'm trying to configure my apache web server to deflate web components. I've
taken the following steps, but the web server does not deflate the
components; anyone know what I'm doing wrong/missing?
1. In httpd.conf file loaded module:
LoadModule deflate_module modules/mod_deflate.so
Great, Great, Great! Sean Conner and Andrew Warnier. This topic is covered
in full without anybody being sarcastic, as is often the case in other
usenet groups.
My heartful thanks to participating parties.
Thanks a lot.
Nagrik
On Fri, Jun 12, 2009 at 12:41 AM, Sean Conner wrote:
> It was thu
> The parent process then takes the connection socket, and passes it on to
> an available child process to handle---once the socket is passed on to the
> child (and no, the three-way TCP handshake does not have to happen again,
> the connected socket is passed from the parent to the child process)
On Fri, Jun 12, 2009 at 12:41 AM, Sean Conner wrote:
> It was thus said that the Great Vinay Nagrik once stated:
>> Thank you Andrew and Tom,
>>
>> Thank you for your insightful replies. These have definitely helped me in
>> understanding the major issues.
>>
>> At this moment I can not understand
> -Original Message-
> From: Brent Friedman [mailto:br...@brentfriedman.net]
> Sent: Friday, June 12, 2009 2:36 PM
> To: users@httpd.apache.org
> Subject: Re: [us...@httpd] redirect webdav traffic from dmz
> to server inside firewall?
>
> I have a box running webdav inside a firewall.
Hi !
CentOS is 100% compatible with RHL !
Brent Friedman wrote:
I have a box running webdav inside a firewall. I want to provide access
to webdav via a box running in a dmz. I am not certain of mod_rewrite
is the appropriate way to accomplish this, but I haven't been able to
configure the dmz server properly to forward traffic for we
I wouldn't expect any issues installing the redhat rpm on centos, but if you're
at all worried, just build from source.
Paul
---
Paul Miles
Systems and Infrastructure
Fax: + 44 (0)8701 236 087
Web: http://www.paymo.com
Paymo
107 Fleet Street
London, EC4A 2AB
UK
From: Arnab Ganguly [mailto:aga
Hi Paul,
Thanks a lot for your suggestions.Definitely we are going to try out.We are
on CentOS 5 so any issue it is going to be if we install the RHL packages?
Arnab
On Fri, Jun 12, 2009 at 4:04 PM, Paul Miles wrote:
> We use Pound (http://www.apsis.ch/pound/) to do exactly that.
>
> I believe a
I have a box running webdav inside a firewall. I want to provide access
to webdav via a box running in a dmz. I am not certain of mod_rewrite
is the appropriate way to accomplish this, but I haven't been able to
configure the dmz server properly to forward traffic for webdav to the
other serv
To unsubscribe, e-mail: users-unsubscr...@httpd.apache.org
-Opprinnelig melding-
Fra: Julien Gerhards [mailto:jgerha...@r-advertising.com]
Sendt: 12. juni 2009 12:44
Til: users@httpd.apache.org
Emne: [us...@httpd] unsuscribe
unsuscribe
-
unsuscribe
-
The official User-To-User support forum of the Apache HTTP Server Project.
See http://httpd.apache.org/userslist.html> for more info.
To unsubscribe, e-mail: users-unsubscr...@httpd.apache.org
" from the digest:
We use Pound (http://www.apsis.ch/pound/) to do exactly that.
I believe apache can also load balance, but pound was so simple to setup for
our environment it seemed like the sensible choice. This way, we can leave
apache to do what it does best, and serve web pages.
Regards,
Paul
---
Paul Mil
Hi All,
This is a more generic question.Is it possible to make Apache act as a
getway.
At present we are using Foundry switch which nothing but acts as an VIP
(Virtual IP) ,handles all the client request from the internet.It does the
load balancing and internally it routes the requests to some lin
> -Original Message-
> From: Brent Friedman [mailto:br...@brentfriedman.net]
> Sent: Friday, June 12, 2009 12:31 AM
> To: users@httpd.apache.org
> Subject: [us...@httpd] redirect webdav traffic from dmz to
> server inside firewall?
>
> I have been trying to determine the proper configura
On Wednesday 10 June 2009 13:32:03 Dan Poirier wrote:
> Nuno Fernandes writes:
> > When the 32000 sub dirs limit is reached, i get the following errors in
> > error_log:
> >
> > [Tue Jun 09 22:19:23 2009] [error] (2)No such file or directory:
> > disk_cache: rename tempfile to hdrsfile failed:
> >
It was thus said that the Great Vinay Nagrik once stated:
> Thank you Andrew and Tom,
>
> Thank you for your insightful replies. These have definitely helped me in
> understanding the major issues.
>
> At this moment I can not understand "How a 'Connecton' is passed from parent
> process to chil
33 matches
Mail list logo