RE: [EMAIL PROTECTED] Reverse Proxy and CGI pages

2005-11-30 Thread Boyle Owen
Plain text please...! The "error" message you quoted is just the page the browser displays which is worthless - it doesn't even give the response code. You need to look in the error log and see what is really happening. NB - since you have a proxy and a backend server, you need to look in both

[EMAIL PROTECTED] Building apache 2.0.55 on AIX 5.2.0.0 problem

2005-11-30 Thread Huisi Wang
Hi, I'm working on builing apache 2.0.55 on AIX 5.2.0.0 on IBM RS6000. Use some GNU utils such as gcc g++ make, ld, as, install, patch etc. The gcc version is 3.3.2 which was installed by rpm package. The configure options: ./configure \ --prefix=/usr/local/apache \ --bindir=/usr/

Re: [EMAIL PROTECTED] redirecting everything to ssl

2005-11-30 Thread Joshua Slive
On 11/30/05, Rob Benton <[EMAIL PROTECTED]> wrote: > I've got a site on my intranet running with mod_ssl. This site used to > run over plain http://. I'd like to redirect everyone trying to access > the old address to the new address via https://. > > I tried just: > Redirect permanent http://sit

RE: [EMAIL PROTECTED] Permissions problems starting tethereal from PHP in Apache

2005-11-30 Thread Leo Papadopoulos
Thanks. I think I have a workaround. I will run a CRON job every 5 mins that checks for the existence of a file. The file will be called tethereal_on.txt or tethereal_off.txt. PHP will create the file to turn tethereal on/off. CRON will actually do it. Problem is the 5 min lag, but I don't want to

Re: [EMAIL PROTECTED] redirecting everything to ssl

2005-11-30 Thread Olaf van der Spek
On 11/30/05, Rob Benton <[EMAIL PROTECTED]> wrote: > I've got a site on my intranet running with mod_ssl. This site used to > run over plain http://. I'd like to redirect everyone trying to access > the old address to the new address via https://. > > I tried just: > Redirect permanent http://sit

[EMAIL PROTECTED] redirecting everything to ssl

2005-11-30 Thread Rob Benton
I've got a site on my intranet running with mod_ssl. This site used to run over plain http://. I'd like to redirect everyone trying to access the old address to the new address via https://. I tried just: Redirect permanent http://site https://site but I get a 400 Bad Request error. I also

[EMAIL PROTECTED] Silent install for Apache on windows doesn't create Apache2 service

2005-11-30 Thread Steven Hashagen
Hello,   I’m attempting to run the Apache 2 MSI installer in silent (or passive) mode.  I’d like it to automatically install as a service listening on port 80.  The installation seems to work fine, except it doesn’t create the Apache2 service.   Here’s the command I’m using:   msiexec

Re: [EMAIL PROTECTED] Help required for security vulnerabilities in 1.3.29

2005-11-30 Thread William A. Rowe, Jr.
Nick Kew wrote: On Tuesday 29 November 2005 12:17, Joost de Heer wrote: 1.3.34 was released several weeks ago (at least the Unix version, did William Rowe upload the win32 1.3.34 binary yet?) http://marc.theaimsgroup.com/?l=apache-httpd-dev&m=113147100206551&w=2 I can't find the reference ju

Re: [EMAIL PROTECTED] .htaccess Creation Under Windows

2005-11-30 Thread William A. Rowe, Jr.
Michael Avila wrote: Is there a way to create an .htaccess file under Windows XP Pro? I would like to locked down a directory from direct outside connection but Windows does not like that type of filename. Windows likes most filesnames if you put them in quotes. Even try saving a file from not

RE: [EMAIL PROTECTED] Web form spam attack

2005-11-30 Thread Jason Lieurance
Hans Zaunere said: > > > > New York PHP has developed a PHundamental to address this: > > http://www.nyphp.org/phundamentals/email_header_injection.php > Thanks but where do I apply it. Here is the code(don't laugh): $titl

Re: [EMAIL PROTECTED] Apache 2 ignores setgid directory perms

2005-11-30 Thread Sage Weaver
On 11/29/05 4:13 PM, "Nick Kew" <[EMAIL PROTECTED]> wrote: > On Tuesday 29 November 2005 21:35, Sage Weaver wrote: > >> I have found that in every instance, Apache ignores the setgid bit. > > Apache has no privilege to do anything else. That's elementary > security imposed by the operating syst

[EMAIL PROTECTED] Load problems

2005-11-30 Thread Benjamin Adams
I'm running apache 1.3.33 on Mac OS X 10.4.3, php4, I get the following sometimes PID COMMAND %CPU TIME #TH #PRTS #MREGS RPRVT RSHRD RSIZE VSIZE 23850 top 16.0% 0:09.80 14622 500K 524K 952K 27.0M 17494 httpd 10.4% 0:53.52 112 184 4.38M

RE: [EMAIL PROTECTED] Web form spam attack

2005-11-30 Thread Hans Zaunere
Jason Lieurance wrote on Wednesday, November 30, 2005 2:45 PM: > Hello, > > I run a freebsd 4.7 , apache 1.3.27, php 4.3.2, courier imap 1.4.4, qmail > 1.03, web & email server. > > Our former web designer used some poor code-ing and now spammers are > sending spam through one of the virtual do

[EMAIL PROTECTED] Web form spam attack

2005-11-30 Thread Jason Lieurance
Hello, I run a freebsd 4.7 , apache 1.3.27, php 4.3.2, courier imap 1.4.4, qmail 1.03, web & email server. Our former web designer used some poor code-ing and now spammers are sending spam through one of the virtual domains web forms. I took away the contact link for the time being but the mes

[EMAIL PROTECTED] apache 2.0.55 mod_proxy_http POST changes?

2005-11-30 Thread Phil Dibowitz
Hey folks, We're testing a change from apache 2.0.53 to 2.0.55 and we're seeing some weirdness in 2.0.55. In particular, in some cases (note, only a handful, not all of them), the POST data passed through the proxy is... changed. Specifically, it doesn't appear to be URL encoded in key=value pair

[EMAIL PROTECTED] Re: Apache/Sun One problem fixed

2005-11-30 Thread Bliesner, Christopher P
I was able to fix the problem that I submitted in regards to Apache not working with the Sun One Server. Apparently, the order of where the 'Load Module' is placed in Apache is very important. I moved the Load Module down to the bottom of the httpd.conf file and now the conflict is resolved. Chr

[EMAIL PROTECTED] Reverse Proxy and CGI pages

2005-11-30 Thread isha b
Hi all ,   I am using a webserver which contains jsp n cgi  pages . But when I put the server under reverse proxy , I started to get "page can not be displayed " message How can I put directives in httpd.conf so that it will pass the jsp n cgi pages from the backend webservers. anybody have idea ?

[EMAIL PROTECTED] good comparison of apache1.3.33 vs apache2

2005-11-30 Thread Benjamin Adams
My server is running Mac OS X tiger with apache 1.3.33 and php4.3.11 I was wondering if someone new a place where I can see a good test between the two (would like on mac but doesn't need to be). Main two problems are image load speed and php speed ---

Re: [EMAIL PROTECTED] ftp on Reverse Proxy

2005-11-30 Thread isha b
yes thats was the reason , Thanks a lot   Isha  On 11/30/05, Boyle Owen <[EMAIL PROTECTED]> wrote: Plain text please...Look in the error log to see why access is being denied. Most likely you do not have an Allow directive for the directory that the URL leads to... Rgds,Owen BoyleDisclaimer: Any di

Re: [EMAIL PROTECTED] how to cache one particular tmp.cgi and not other .cgi files

2005-11-30 Thread Joshua Slive
On 11/30/05, Senthil Nathan <[EMAIL PROTECTED]> wrote: > > hi all, > > how to cache one particular tmp.cgi and not other .cgi files?? > > > Header add Cache-Control no-cache > Header add Vary * > > > or something like that. Use instead of the Joshua. -

Re: [EMAIL PROTECTED] maybe DOS

2005-11-30 Thread Joshua Slive
On 11/30/05, Antonin Karasek <[EMAIL PROTECTED]> wrote: > Hi everybody, > I'm using Apache 2.0.55 with Prefork MPM on Linux 2.6.x. Yesterday I > experienced really bad things. Apache forked many proceses and consumed > all of my memory (2GB) and swaps (2GB). The result was, that I had to > restart

Re: [EMAIL PROTECTED] Permissions problems starting tethereal from PHP in Apache

2005-11-30 Thread Joshua Slive
On 11/30/05, Leo Papadopoulos <[EMAIL PROTECTED]> wrote: > Dear httpd users, > > I am trying to start tethereal from within a PHP script running on Apache. > I am using the PHP system("tethereal", $return_val) command to do this. > > However I get an error something like "socket: Operation not perm

Re: [EMAIL PROTECTED] A problem -- chroot the apache 2.0

2005-11-30 Thread Joshua Slive
On 11/29/05, ludi <[EMAIL PROTECTED]> wrote: > Thx, very much I mknod /dev/random. > It is running. > I tried the command "httpd -X". > If there is trouble, it end immediatly without any information. > [EMAIL PROTECTED] dev]# chroot /www /apache/bin/httpd -X > [EMAIL PROTECTED] dev]# > I removed th

Re: [EMAIL PROTECTED] Mod_disk_cache| Struggling to configure

2005-11-30 Thread Joshua Slive
On 11/29/05, Arindam Bhattacharjee <[EMAIL PROTECTED]> wrote: > I am currently using apache 'httpd-2.0.52'. I can't change the version > for some reasons. I'm not personally interested in trying to debug mod_cache problems with an old version like that. Too much work has gone into the module sinc

[EMAIL PROTECTED] Disk Cache - not storing URLs

2005-11-30 Thread Arindam Bhattacharjee
I am trying to cache the static images that my application needs to render. I made the following entries in the httpd.conf   .     Options FollowSymLinks MultiViews     AllowOverride All     Order allow,deny     Allow from all     ExpiresDefault A300      

[EMAIL PROTECTED] how to cache one particular tmp.cgi and not other .cgi files

2005-11-30 Thread Senthil Nathan
hi all,how to cache one particular tmp.cgi and not other .cgi files??Header add Cache-Control no-cacheHeader add Vary *or something like that. thankssenthil

Re: [EMAIL PROTECTED] scripts run very slow in the Apache server

2005-11-30 Thread Senthil Nathan
hi,can anyone help me on this...my apache server is very slow. and i have given the configuration below.can anyone share with me their config.and is there any way to measure the time taken to connect to the apache server and retrieve the info to the browser???thankssenthil nathan rOn 11/28/05, Sen

Re: [EMAIL PROTECTED] Help required for security vulnerabilities in 1.3.29

2005-11-30 Thread Joost de Heer
>> 1.3.34 was released several weeks ago (at least the Unix version, did >> William Rowe upload the win32 1.3.34 binary yet?) > > http://marc.theaimsgroup.com/?l=apache-httpd-dev&m=113147100206551&w=2 > > I can't find the reference just now, but he later suggested this lack of > interest means we c

[EMAIL PROTECTED] maybe DOS

2005-11-30 Thread Antonin Karasek
Hi everybody, I'm using Apache 2.0.55 with Prefork MPM on Linux 2.6.x. Yesterday I experienced really bad things. Apache forked many proceses and consumed all of my memory (2GB) and swaps (2GB). The result was, that I had to restart the server (load > 60). The bigest problem is, that I'm not

[EMAIL PROTECTED] Extracting query fields from query-SSI

2005-11-30 Thread Kishor MailingList
Hi, I've a query related to the SSI feature under apache. I found that there are variables QUERY_STRING and QUERY_STRING_UNESCAPED using which I can get to know the query that the user has sent. But I want to separate each of the parameter in the query and make use of that. e.g. http:///pahe.sh