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
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/
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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 ?
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
---
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
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.
-
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
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
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
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
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
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
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
>> 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
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
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
30 matches
Mail list logo