Re: [us...@httpd] Reverse Proxy and header manipulation

2010-05-23 Thread Octavian Rasnita
From: Tomer Okavi tome...@gmail.com Hi I'm using apache as front end for iis servers. I'm using mod_proxy and mod_proxy_balancer for the reverse proxy stuff and for load balancing requests beetween backend (IIS) servers. the front end apache is also doing ssl, backend communication is http

[us...@httpd] LockFile

2010-05-09 Thread Octavian Rasnita
Hello, I read the following in the configuration file: # ServerRoot: The top of the directory tree under which the server's # configuration, error, and log files are kept. # # NOTE! If you intend to place this on an NFS (or otherwise network) # mounted filesystem then please read the LockFile

Re: [us...@httpd] perfomance of Apache on Windows

2010-04-30 Thread Octavian Rasnita
I think you should better ask for a comparison between Apache on Windows and IIS and not for one between Apache on Windows and Apache on Linux. Have you searched for benchmark apache iis with Google? -- Octavian - Original Message - From: Vladimir Belov ml.vladimbe...@gmail.com To:

Re: [us...@httpd] Reverse proxy - Getting CGI environment variable on backend server

2010-04-09 Thread Octavian Rasnita
From: Amit Panwar ami...@imfinity.com To: users@httpd.apache.org Sent: Friday, April 09, 2010 4:14 PM Subject: [us...@httpd] Reverse proxy - Getting CGI environment variable on backend server Hi All, I'm using reverse proxy to forward request to my internal apache server, which is working

Re: [us...@httpd] How to prevent a site to be grabbed ?

2009-03-26 Thread Octavian Rasnita
Password-protect it, and don't give the password to anyone. :-) If someone sees a page from your site, that page was already downloaded to the visitor's computer, and a visitor can create a program that download all the pages which he can access using a browser. Octavian - Original

Re: [us...@httpd] Re: GUI for configuring Apache httpd by editing httpd.conf

2009-02-16 Thread Octavian Rasnita
From: Mohammed obaidan blue4...@gmail.com Apache is not for web server admins. what about developers? What about home servers? What about users that needs a certain web application on their intranet? do they need to be web server admins to use Apache? certainly not. I am not an Apache admin,

Re: [us...@httpd] Why fastcgi is not popular in Apache?

2009-01-17 Thread Octavian Rasnita
Although it is not true for mod_php and mod_python, but mod_perl is much powerful than fastcgi because it offers access to the server API (to all the phases of a request). But I guess this is not the main reason mod_perl is prefered, because most of the developers use the server module only for

[EMAIL PROTECTED] fastcgi/fcgid

2008-09-12 Thread Octavian Rasnita
Hi, I want to use fastcgi or fcgid with Apache 2.2.9 under Windows XP but I don't know which of them can do what I want. I would like to be able to use my app as an external application. Do both fastcgi and fcgid offer this possibility? Is it possible to run applications as external apps

Re: [EMAIL PROTECTED] Downloading a CSV file

2008-06-15 Thread Octavian Rasnita
you need to look for some settings on the browser. On Sat, Jun 14, 2008 at 5:24 AM, Octavian Rasnita [EMAIL PROTECTED] wrote: Hi, I've made a program that creates a .csv file and offer it for downloading. If a user uses Internet Explorer 6 to download the file and it chooses to right

[EMAIL PROTECTED] Downloading a CSV file

2008-06-14 Thread Octavian Rasnita
Hi, I've made a program that creates a .csv file and offer it for downloading. If a user uses Internet Explorer 6 to download the file and it chooses to right-click then Save as... from the context menu, the file is downloaded right. But if the user just clicks or hits enter on the link for

Re: [EMAIL PROTECTED] Difference in mod_perl mod_php

2008-06-03 Thread Octavian Rasnita
From: howard chen [EMAIL PROTECTED] On Wed, Jun 4, 2008 at 1:16 AM, Joshua Slive [EMAIL PROTECTED] wrote: On Tue, Jun 3, 2008 at 1:09 PM, howard chen [EMAIL PROTECTED] wrote: Yes, if by embedded you mean running in the same process/thread space with direct access to the apache API. Joshua.

Re: [EMAIL PROTECTED] problem with perl script and Apache

2008-06-02 Thread Octavian Rasnita
From: Denis Peuziat [EMAIL PROTECTED] CGI scripts must output a content-type header. So when you execute them on the command line, the line content-type: text/html ought to be the first thing written out. If they don't do this they have been programmed with a disregard of the CGI standard It

Re: [EMAIL PROTECTED] Compliance of Section 508 of the Rehabilitation Act

2008-02-05 Thread Octavian Rasnita
Apache doesn't have anything to do with the accessibility. It just provides the web pages which can be accessible or not accessible at all. More information about accessibility can be found on www.w3c.org. Octavian - Original Message - From: rheaney [EMAIL PROTECTED] To:

Re: [EMAIL PROTECTED] hide page browsing in browser address bar

2008-01-25 Thread Octavian Rasnita
Do you want to make an unfriendly web page? I think you should better tell what you want to do and why do you want to hide the address of the current web page. Maybe this way you will find a better way. If you will use frameset and frame or iframe, you can do this, but I don't think is

Re: [EMAIL PROTECTED] PerlSetEnv in .htaccess ?

2008-01-23 Thread Octavian Rasnita
From: abhishek jain Hi Friends, I am using a shared hosting a/c and it allows me to use .htaccess now i am writing the following lines in .htaccess and then the server is giving the 500 internal server error PerlSetEnv EMBPERL_OBJECT_BASE _base.epl Check the error log in order

[EMAIL PROTECTED] redirections

2008-01-17 Thread Octavian Rasnita
Hi, I have a line like the following in httpd.conf: Redirect /maestro http://www.site.com/dir1/dir2/maestro The problem is that we are accessing that site using 2 domain names, one which is accessed in the intranet, and the other one which is accessed by the public. The problem is that

Re: [EMAIL PROTECTED] logging into stderr using mod_cgid

2007-10-14 Thread Octavian Rasnita
It happends the same when using Catalyst framework with mod_perl. Catalyst's debug messages go to the virtualhost log file, but the errors go to the main server's log file. Octavian - Original Message - From: Artem Kuchin [EMAIL PROTECTED] To: users@httpd.apache.org Sent: Sunday,

[EMAIL PROTECTED] Re: Octavian Rasnita Fw: [EMAIL PROTECTED] Apache Win32 Binary, mod_perl and mod_fcgid working

2007-09-26 Thread Octavian Rasnita
From: Steffen [EMAIL PROTECTED] To: users@httpd.apache.org Sent: Tuesday, September 25, 2007 10:51 PM Subject: [EMAIL PROTECTED] Apache Win32 Binary, mod_perl and mod_fcgid working To inform you. We at http://www.apachelounge.com made a binary available which works with mod-perl and

[EMAIL PROTECTED] FastCGI

2007-09-23 Thread Octavian Rasnita
Hi, I've downloaded mod_fastcgi-2.4.2-AP20.dll, I renamed it and put it in the modules directory. Then I put in httpd.conf: LoadModule fastcgi_module modules/mod_fastcgi.dll But if I try to start the server, it doesn't start because it says that the module cannot be found. I also tried to

Re: [EMAIL PROTECTED] Binaries prepared for users@ win32 testing

2007-09-22 Thread Octavian Rasnita
Does it work with mod_perl? I am trying to use Apache 2.2.4 but with no success, because if I do net stop apache2 net start apache2 ...for more times, aproximately 30% of the trials give an error: [Sat Sep 22 18:37:38 2007] [crit] master_main: create child process failed. Exiting. [Sat Sep

[EMAIL PROTECTED] OS recommendation

2007-07-19 Thread Octavian Rasnita
Hi, I need to use Apache2 in more instances, one compiled with support for mod_perl, Deflate, Headers, another compiled with support for Rewrite, Proxy, Cache. I also need to use MySQL and perl and I prefer to have all those programs installed in their own directory if possible, for example

[EMAIL PROTECTED] installing Apache under X86_64 Linux

2007-07-13 Thread Octavian Rasnita
Hi, Please tell me, should I do something special than using the defaults for compiling and installing Apache 2.2 under SuSE Linux X86_64? I have installed it and it works, but I am not able to install mod_perl, and perl appear to be installed correctly with support for 64 bit machines.

Re: [EMAIL PROTECTED] Is Win32 Apache ready for prime time?

2007-05-30 Thread Octavian Rasnita
Regarding Apache 2.2 on Windows, does anyone know how can I set it for waiting more when trying to start or stop it? If I do net stop apache2.2 It tries to stop for a long time, then it gives the error that it can't be stopped. But it continues to try stopping, and in the meantime I cannot

Re: [EMAIL PROTECTED] CGI differences in apache 2.0 and 2.2

2007-02-11 Thread Octavian Rasnita
I have seen that the default user/group of Apache has changed. Does that user have access for running the programs you want? Octavian - Original Message - From: Steve Pelikan [EMAIL PROTECTED] To: users@httpd.apache.org Sent: Saturday, February 10, 2007 8:23 PM Subject: [EMAIL

Re: [EMAIL PROTECTED] Troubleshooting Tips?

2007-02-06 Thread Octavian Rasnita
If it happends only the first time or the first few times you access a certain page and it uses mod_perl, check if the modules used by that program are preloaded at server startup. Octavian - Original Message - From: Evan Klitzke [EMAIL PROTECTED] To: users@httpd.apache.org Sent:

Re: [EMAIL PROTECTED] Apache/2.2.3 on windows not shutting down

2007-01-31 Thread Octavian Rasnita
I have also encountered this problem, but when running Apache as a normal installed web server (as a service). I have tried: net stop apache2.2 It tried stopping the service for some time, but without success. I have also tried httpd -k stop But it doesn't want to shut it down. I have also

Re: [EMAIL PROTECTED] special chars in URLS

2007-01-26 Thread Octavian Rasnita
in URLS Did you try adding \ before the % char? Olivier Olivier CHIROUZE I0 Infrastructure Volvo Information Technology -Original Message- From: Octavian Rasnita [mailto:[EMAIL PROTECTED] Sent: 26 January 2007 16:38 To: users@httpd.apache.org Subject: [EMAIL PROTECTED] special chars in URLS

Re: [EMAIL PROTECTED] Performance on mod_proxy?

2007-01-22 Thread Octavian Rasnita
Hi, Do you have any idea what these error lines in the error log means? (Apache 2.24 under Linux) in the error log of the reverse proxy (mod_proxy): [Mon Jan 22 14:11:26 2007] [error] [client 82.208.146.70] proxy: error reading status line from remote server localhost, referer:

Re: [EMAIL PROTECTED] Performance on mod_proxy?

2007-01-22 Thread Octavian Rasnita
Hi, Of course the back end server is working. It was working without a proxy, and I haven't changed anything on it. I've just put it to run on another port, and without a named virtual host, but an IP-based one on localhost:83. I've made a telnet connection to it on port 83, and it is

[EMAIL PROTECTED] Re: Performance under mod_proxy

2007-01-22 Thread Octavian Rasnita
From: Sander Temme [EMAIL PROTECTED] Try connecting with a client that shows you exactly the response headers, like Curl or IE with IEWatch. I have tried, but I can see only the headers sent to the proxy, and those returned by the proxy. I cannot see the headers sent by the proxy to the

[EMAIL PROTECTED] mod_proxy

2007-01-22 Thread Octavian Rasnita
Hi, I am trying to use a reverse proxy with mod_proxy under Windows, and it give a 400 error telling that the following header line doesn't contain a : character when trying to access the back-end server through it: GET / HTTP/1.1 Well, this line shouldn't contain a : character and I don't

Re: [EMAIL PROTECTED] Question regarding Squid / Apache

2007-01-17 Thread Octavian Rasnita
It depends on your applications. If the site doesn't offer any static files, and the dynamic content cannot be cached, the proxy server won't offer very many improvements. But even in that case, it can help, unless you are not serving only the high-speed local intranet. How it works: The

[EMAIL PROTECTED] installing 2 versions of Apache

2007-01-14 Thread Octavian Rasnita
Hi all, Is it possible to install 2 versions of Apache on the same computer if using Windows XP? I have tried running the installer a second time, but it give the following error: Windows Installer Another version of this product is already installed. Installation of this version cannot

[EMAIL PROTECTED] bad request

2007-01-14 Thread Octavian Rasnita
Hello, I have tried the following 2 virtualhosts for testing if mod_proxy module works: NameVirtualHost 127.0.0.1:85 # This is the proxy: VirtualHost 127.0.0.1:85 ServerName localhost DocumentRoot e:/web/localhost/html Directory e:/web/localhost/html Options +Indexes Allow from all

[EMAIL PROTECTED] pid file

2007-01-13 Thread Octavian Rasnita
Hi, I am trying to start 2 servers using the same httpd program, and for doing this, I specify the base directory for each server, using: /usr/local/apache2/bin/httpd -d /path_to_server1 /usr/local/apache2/bin/httpd -d /path_to_server2 In each of those 2 directories I have a directory named

Re: [EMAIL PROTECTED] pid file

2007-01-13 Thread Octavian Rasnita
From: Davide Bianchi [EMAIL PROTECTED] Are you sure that you don't overwrite the ServerRoot in the httpd.conf file again? Since the ServerRoot is specified just before the PidFile, maybe you are overriding it twice... Yes, I forgot to change the path of the Server root in the httpd.conf

Re: [EMAIL PROTECTED] How to compose an URL so that login is done???

2007-01-08 Thread Octavian Rasnita
Yes I think you can do this using something like: http://username:[EMAIL PROTECTED]/page.html But this method is not very secure, since anyone can take a look in the html code of the help file, and the username/password are also shown in the address bar of the browser when the user opens it.

Re: [EMAIL PROTECTED] Re: How to compose an URL so that login is done???

2007-01-08 Thread Octavian Rasnita
, 2007 1:33 AM Subject: [EMAIL PROTECTED] Re: How to compose an URL so that login is done??? On Tue, 9 Jan 2007 00:11:13 +0200, Octavian Rasnita [EMAIL PROTECTED] wrote: Yes I think you can do this using something like: http://username:[EMAIL PROTECTED]/page.html But this method is not very secure

Re: [EMAIL PROTECTED] multiple vhosts on port 80 and port 443

2006-10-19 Thread Octavian Rasnita
Couldn't be installed a virtual interface instead of a real second network card, and use it for another SSL virtualhost? Teddy - Original Message - From: Boyle Owen [EMAIL PROTECTED] To: users@httpd.apache.org Sent: Thursday, October 19, 2006 3:16 PM Subject: RE: [EMAIL PROTECTED]

[EMAIL PROTECTED] virtual interfaces?

2006-10-11 Thread Octavian Rasnita
Hi, Is Apache 2.2.0 able to listen to virtual interfaces? Our system admin created a virtual interface (under Linux) and I can ping it successfully, and I have created a virtualhost that listens to it, but the web server doesn't respond if I try to access it from the same computer or from

Re: [EMAIL PROTECTED] how to comment out a large section in httpd.conf?

2006-10-04 Thread Octavian Rasnita
If using something like the following example, does the syntax need to be correct inside the block? IfModule qwzyqjz.c ... /IfModule Teddy - Original Message - From: Joshua Slive [EMAIL PROTECTED] To: users@httpd.apache.org Sent: Tuesday, October 03, 2006 9:00 PM Subject: Re: [EMAIL

[EMAIL PROTECTED] installing Apache 2.23 under Windows

2006-08-16 Thread Octavian Rasnita
Hi, I have just installed Apache 2.23 under Windows 2000 using a custom install (apache_2.2.3-win32-x86-no_ssl.msi). I have specified as a target dir: d:\ Because I want apache installed in: d:\Apache2.2\bin\httpd.exe But it was installed in the default location: C:\Program Files\Apache

Re: [EMAIL PROTECTED] installing Apache 2.23 under Windows

2006-08-16 Thread Octavian Rasnita
Subject: Re: [EMAIL PROTECTED] installing Apache 2.23 under Windows Teddy, During the installation, the installer does allow you to chose the target dir. I guess you probably miss it. I am sure you will find it if you go through the installation one more time. Thanks. Thanks, but I didn't

Re: [EMAIL PROTECTED] Premature end of script headers

2006-02-23 Thread Octavian Rasnita
Hi, That's exactly what I have - here's the first.pl file: #!/usr/bin/perl print Content-type: text/html\n\n; print Hello, World.; Also - I guess ie does work via command line as shown: [EMAIL PROTECTED] cgi-bin]# ./first.pl Content-type: text/html Hello, [EMAIL PROTECTED] cgi-bin]#

Re: [EMAIL PROTECTED] AddDefaultCharset and Multiple Encodings

2006-01-31 Thread Octavian Rasnita
From: Skating Jim [EMAIL PROTECTED] I agree with your distinction between what Apache does and how the browser responds to it. Sorry for the inaccuracy on my part. The basis for my comment is that the Apache documentation for AddDefaultCharset says: This should override any charset

[EMAIL PROTECTED] Apache error

2006-01-09 Thread Octavian Rasnita
Hi, Please tell me what should I check in order to avoid the following error which appear in the error_log file: [Mon Jan 09 10:42:44 2006] [info] [client 194.102.138.5] (32)Broken pipe: core_o utput_filter: writing data to the network [Mon Jan 09 10:42:44 2006] [info] [client 194.102.138.5]

Re: [EMAIL PROTECTED] Apache error

2006-01-09 Thread Octavian Rasnita
From: Boyle Owen [EMAIL PROTECTED] -Original Message- From: Octavian Rasnita [mailto:[EMAIL PROTECTED] Sent: Montag, 9. Januar 2006 10:18 To: users@httpd.apache.org Subject: [EMAIL PROTECTED] Apache error Hi, Please tell me what should I check in order to avoid the following

Re: [EMAIL PROTECTED] Apache error

2006-01-09 Thread Octavian Rasnita
the given dataset (in MySQL) when you submit the form? Aman Raheja Octavian Rasnita wrote: From: Boyle Owen [EMAIL PROTECTED] -Original Message- From: Octavian Rasnita [mailto:[EMAIL PROTECTED] Sent: Montag, 9. Januar 2006 10:18 To: users@httpd.apache.org Subject: [EMAIL

Re: [EMAIL PROTECTED] Scripts

2006-01-05 Thread Octavian Rasnita
But I think PHP programs still can be used as a cgi script even without the mod_php module. Teddy - Original Message - From: [EMAIL PROTECTED] To: users@httpd.apache.org Sent: Thursday, January 05, 2006 17:07 PM Subject: Re: [EMAIL PROTECTED] Scripts Hey. in your config file.

Re: [EMAIL PROTECTED] Detecting Javascript via Apache 2

2005-12-27 Thread Octavian Rasnita
From: [EMAIL PROTECTED] 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, depending on whether the user's browser has javascript enabled

Re: [EMAIL PROTECTED] 500 Internal Server Error pages being rendered as markup

2005-12-16 Thread Octavian Rasnita
Hi, From: Vincent Jong [EMAIL PROTECTED] Well, I did a clean install of apache. I didn't change anything, started up apache without any httpd.conf configuration changes and tried to access http://localhost/cgi-bin/test-cgi. The 500 internal error is displayed as markup with the added message

Re: [EMAIL PROTECTED] mod_perl issues

2005-12-06 Thread Octavian Rasnita
From: Senthil Nathan [EMAIL PROTECTED] Hi all, these problems are related to Apache 2 and mod_perl 2 problem 1: Im using mod_perl 2 on Apache 2. I am using HTML::Template to display the data from the perl/cgi script. For the first time loading the data is displayed properly. then for every

Re: [EMAIL PROTECTED] mod_perl and multi user environment - clashes with other users's data

2005-12-01 Thread Octavian Rasnita
Hi, From: Senthil Nathan [EMAIL PROTECTED] hi all, (anyway if possible to change some setting in apache httpd.conf, im posting this in this group) im facing a problem with mod_perl2 on apache 2 as, in the multiuser environment, everyone login to the page and their respective profile gets

Re: [EMAIL PROTECTED] Serving dynamic pages with C

2005-11-04 Thread Octavian Rasnita
From: Joshua Kogut [EMAIL PROTECTED] Also, what advantages over perl, php, heck, even asp does C have? Many of these server-side languages have syntax that is closely related to C. There's a better way to do this, and you would be saving yourself alot of time and effort. A combined idea could be

Re: [EMAIL PROTECTED] [OT] Apache and PHP/MP

2005-11-03 Thread Octavian Rasnita
From: Joshua Kogut [EMAIL PROTECTED] Again guys, I said that you've sold me to try perl again, but there is something in Php that I just can't say, something that drags me to it. May I try to say what I think you like in PHP? You can create static html files, or even modify some already

Re: [EMAIL PROTECTED] [OT] Apache and PHP/MP

2005-11-02 Thread Octavian Rasnita
From: Joshua Kogut [EMAIL PROTECTED] w00t. You got me on that one. I think this analogy is blown far out of the water by those smarter than I. Congrats *bows*. Ok, the real reason I would rather have php than perl, is really two things. First, to use the toolbox [perl], you (should) need to

Re: [EMAIL PROTECTED] Apache and PHP

2005-11-01 Thread Octavian Rasnita
From: Joshua Kogut [EMAIL PROTECTED] Hey guys, here's an analogy concerning Php and MP. You can go to a store, and you have $100 US to buy something to help you hammer nails. The logical choice is that you should buy a hammer right? It does what you need it to, and the shallow learning curve is

Re: [EMAIL PROTECTED] Apache and PHP

2005-10-31 Thread Octavian Rasnita
From: Boysenberry Payne [EMAIL PROTECTED] That's funny I did the opposite, started with PHP and went to MP after a few years at PHP. Just out of curiosity, why would one go from MP to PHP? It seems like you're giving up a lot in the move. Boysenberry --- I have started with perl CGI, ModPerl,

[EMAIL PROTECTED] Apache error

2005-10-08 Thread Octavian Rasnita
Hi, I am using Windows 2000, Apache 2.053. After using the following command: net stop apache2 net start apache2 ... the following error window appeared: (I guess right after the net stop apache2) Apache.exe - Application Error A breakpoint has been reached. The exception Breakpoint

Re: [EMAIL PROTECTED] Apache error

2005-10-08 Thread Octavian Rasnita
Sorry. I have said that I use Apache 2.0.53, but the correct version is 2.0.54: Server version: Apache/2.0.54 Server built: Apr 16 2005 14:25:31 Teddy From: Octavian Rasnita [EMAIL PROTECTED] Hi, I am using Windows 2000, Apache 2.053. After using the following command: net stop apache2

[EMAIL PROTECTED] Another Apache error

2005-10-08 Thread Octavian Rasnita
Hi, I have noticed the following error in the log: [Sat Oct 08 09:38:34 2005] [crit] [Sat Oct 08 09:38:34 2005] file .\\server\\mpm\\winnt\\child.c, line 1078, assertion (rv = 0) (rv threads_created) failed (Apache 2.0.54 under Win2000) Could be an Apache bug? Thank you. Teddy

[EMAIL PROTECTED] Compressing content

2005-10-01 Thread Octavian Rasnita
Hi, I have read the following in O'Reilly's Practical mod_perl: To compress only outgoing static files, you can look at the mod_gzip and mod_deflate modules for Apache. Does that mean that those 2 Apache modules cannot be used for compressing the content created dynamicly? Thanks. Teddy

[EMAIL PROTECTED] error

2005-09-17 Thread Octavian Rasnita
Hi, What does this error mean? [Sat Sep 17 16:08:20 2005] [warn] (OS 64)The specified network name is no longer available. : winnt_accept: Asynchronous AcceptEx failed. I am using Apache 2.054 under Windows 2000 and I have accessed the local web server with ab (for testing it). Thanks. Teddy

[EMAIL PROTECTED] listening to a certain port

2005-08-31 Thread Octavian Rasnita
Hi, There is a client that sends data to a port on my server, and I need to get it and store it into a database. The data is not in HTTP format, so it doesn't use methods like GET or PUT, but only the data. Can I use Apache to put it to listen on that port and create a program that get the data

[EMAIL PROTECTED] Apache speed

2005-08-26 Thread Octavian Rasnita
Hi, I have made a program in Perl (which runs using mod_perl) and I have counted the time it runs when it is accessed. I have put at the beginning of the program: my $begin = (times)[0]; And at the end I have put: my $end = (times)[0] - $begin; The value of $end is usually 0.2 seconds, but

Re: [EMAIL PROTECTED] Weird CGI problem in Windows XP

2005-07-25 Thread Octavian Rasnita
Have you installed Service Pack 2? If yes, that's the problem. Windows XP Service Pack 2 activates a firewall, and also use to disconnect the computer from the network when it decides that would be good to do so, so you need to de-activate and then re-activate the network connection from Control

[users@httpd] How can I interpret this ab result?

2005-07-04 Thread Octavian Rasnita
Hi, I have tried: ab -c 5 -n 100 -t 3 [here I put a local url] I got the following result and I don't know why it says Finished 0 requests every time I try to run it. That page works fine if I open it in Internet Explorer. Thank you. Finished 0 requests Server Software:Apache/2.0.54

[users@httpd] deflate vs gzip

2005-06-30 Thread Octavian Rasnita
Hi, Which is the recommended way of sending the compressed data? Deflate, or gzip? It is prefered the one which is faster and that compress better. Now I am compressing the dynamic pages using the perl module Compress::Zlib (using gzip). Would it be a better idea to use Apache's modules for

[users@httpd] Apache generated pages

2005-06-14 Thread Octavian Rasnita
Hi, I am using Apache 2.0.54 under Linux and I am viewing a directory which doesn't have a directory index (an index.html or index.php, etc). The page is created with no problems, and all the files are shown as it should, and one of the link created is: a href=2005-06-13.tgz2005-06-13.tgz/a